Category: biotech
-
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
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…
-
ECG Early Warning System (EWS) in Terms of Time-Variant Deformations and Creep-Recovery Strain Tests
Featured Photo by Hernan Pauccara on Pexels Referring to an earlier stress-strain case study, the objective of this risk management project is to develop the ECG Early Warning System (EWS) based upon time-dependent viscoelastic deformations and observed creep-recovery mechanisms in the cardiac muscle. The creep-recovery test involves loading a material at constant stress, holding that…
-
Biotech Genmab Hold Alert via Fibonacci Retracement Trading Simulations
SeekingAlpha: A ‘Strong Buy’ Call on Genmab. While analysts were issuing bearish calls on Danish biotech Genmab (GMAB), Seeking Alpha contributor Biologics had different thoughts. In fact, Genmab has risen about 6% for 2022 even as the broader biotech sector has shed about 27% for the year. Let’s examine the Genmab stock in terms of…
-
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…
-
Interactive Global COVID-19 Data Visualization with Plotly
Featured Photo by Artem Podrez on Pexels. Coronavirus Country Profiles: The Value of COVID-19 Data Analytics: Using COVID-19 data to fight and contain the pandemic with data science/analytics and interactive visualization is critical to protect public health and save lives. Using global data through mobile & web applications will allow us to beat COVID-19 faster.…
-
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
-
Technology Focus Weekly Update 16 Oct ’22
Get top data-driven technology highlights of the week: new SaaS products, tech business applications and learnings of the week: DevOps, DevSecOps, Cybersecurity, public cloud platforms (AWS/GCP/Azure), MarTech, ML/AI, MLOPs, NLP, edtech, e-courses, upcoming events, and related Infographics. Contents: DevOps November 8th, 2022 | 11 a.m. ET Providing reliable and secure services doesn’t just happen. Traditionally,…
-
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 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,…