Category: pharma

  • Applying a Risk-Aware Portfolio Rebalancing Strategy to ETF, Energy, Pharma, and Aerospace/Defense Stocks in 2023

    Applying a Risk-Aware Portfolio Rebalancing Strategy to ETF, Energy, Pharma, and Aerospace/Defense Stocks in 2023

    In this post, we will apply the Guillen’s asset rebalancing algorithm (cf. the Python code) to the following risk-aware portfolio: stocks = [‘SPY‘, ‘XOM‘, ‘ABBV‘, ‘AZN‘, ‘LMT‘] The initial portfolio value to be allocated is portfolio_value = 10**6 and the weight allocation per asset is weights = [0.15 , 0.30, 0.40, 0.075, 0.075] Conventionally, our…

  • A Comparative Analysis of The 3 Best Global Growth Stocks in Q1’23 – 2. AZN

    A Comparative Analysis of The 3 Best  Global Growth Stocks in Q1’23 – 2. AZN

    StockNews TradingView The 1-week summary of AZN based on the most popular technical indicators, such as Moving Averages, Oscillators and Pivots: TradingView Analyst Rating based upon 42 analysts giving stock ratings to AZN in the past 3 months. The 37 analysts offering 1 year price forecast for AZN. AlgoTrading Let’s set the working directory YOURPATH…

  • Python Technical Analysis for BioTech – Get Buy Alerts on ABBV in 2023

    Python Technical Analysis for BioTech – Get Buy Alerts on ABBV in 2023

    Seeking Alpha urged investors to buy AbbVie (NYSE:ABBV), Vertex Pharma (NASDAQ:VRTX), Genmab (GMAB) and a range of other biotechs in 2022 long before those stocks outperformed − sometimes even as the consensus view on Wall Street suggested otherwise. Let’s examine the ABBV 2022 stock performance using mplfinance, plotly, bokeh, bqplot, and cufflinks libraries in Python. Let’s set the…

  • A Roadmap from Data Science to BI via ML

    A Roadmap from Data Science to BI via ML

    This post describes a Data Science (DS) roadmap, with relevant business applications. It has been written for aspiring data scientists, technical experts who work with data scientists, data-driven technology stakeholders, or anyone interested in learning about what DS is and what it’s used for. Why DS: The average base salary of a data scientist in…

  • Cloud-Native Tech Autumn 2022 Fair

    Cloud-Native Tech Autumn 2022 Fair

    Let’s dive deeper into the cloud-native tech trends and features to follow in Q4 2022 and beyond. Contents: Markets Services Serverless Cybersecurity DevSecOps ML/AI/IoT Use-Cases Events Training Explore More Infographic

  • HealthTech ML/AI Q3 ’22 Round-Up

    HealthTech ML/AI Q3 ’22 Round-Up

    Featured Photo by Andy Kelly on Unsplash This blog presents a Q3 ’22 summary of current healthtech ML/AI innovation methods, trends and challenges. Virtual reality, artificial intelligence, augmented reality, and machine learning are all healthcare technology trends that are going to play a vital role across the entire healthcare system. Let’s take a look at…

  • AI-Guided Drug Recommendation

    AI-Guided Drug Recommendation

    AI-Guided Drug Recommendation in Python using NLP text processing. Key steps: WordCount images, NLP Pre-Processing, NER via spacy, LDA topic modelling, and Word2Vec Vectorization for reviews using pretrained glove model. Input data: the Kaggle UCI ML Drug Review dataset. Applications in the pharmaceutical industry, including drug R&D, drug repurposing, improving pharmaceutical productivity, and clinical trials,…

  • Drug Review Data Analytics

    UCI Drag Review Data Analytics An AI assisted medication recommender framework is truly vital with the goal that it can assist specialists and help patients to build their knowledge of drugs on specific health conditions. We Build a Drug Recommendation System that recommends the most effective drug for a certain condition based on available reviews…