SlideShare ist ein Scribd-Unternehmen logo
1 von 24
AI-Augmented
Drug Discovery
Creative Biolabs provides innovative drug discovery services
based on our original Artificial Intelligence-augmented
technology, especially for the discovery of therapeutic
antibodies and small molecules.
Email: info@creative-biolabs.com
Address: SUITE 203, 17 Ramsey Road, Shirley, NY 11967, USA
Web: www.creative-biolabs.com
CONTENTS
0 1
02
03
04
AI IN DRUG DISCOVERY
HOW AI WORKS
AI MODELS USED IN DRUG DISCOVERY
AI IN CREATIVE BIOLABS
AI IN DRUG DISCOVERY
01
Introducing a new drug to market
can cost pharmaceutical
companies an average $2.6 billion
and 11-15 years of research and
development.
Even once new drug candidates
show potential in laboratory
testing, less than 10% of drug
candidates make it to market
following Phase I trials.
Between 2010 and 2017, 76% of
new drugs approved by the US
Food and Drug Administration
(FDA) are small molecules.
$2.6 B 10% 76%
WHY USE AI IN DRUG
DISCOVERY?
After making it through the preclinical development
phase, and receiving approval from the FDA,
researchers begin testing the drug with human
participants. AI can facilitate participant monitoring
during clinical trials—generating a larger set of data
more quickly—and aid in participant retention by
personalizing the trial experience.
AI in Clinical Trials
(Phase III)
The drug discovery process ranges from reading and analyzing
already existing literature, to testing the ways potential drugs
interact with targets. According to report, AI could curb drug
discovery costs for companies by as much as 70%.
AI in Drug Discovery
(Phase I)
The preclinical development phase of drug discovery involves
testing potential drug targets on animal models. Utilizing AI
during this phase could help trials run smoothly and enable
researchers to more quickly and successfully predict how a
drug might interact with the animal model.
AI in Preclinical Development
(Phase II)
AI in Drug
Development
Process
 Predicting 3D structure of
target protein
 Predicting drug-protein
interactions
 AI in determining drug
activity
 AI in de novo drug design
AI in
drug design
AI In Drug Discovery
AI in
polypharmacology
 Designing biospecific
drug molecules
 Designing multitarget
drug molecules
AI in
chemical synthesis
 Predicting reaction yield
 Predicting retrosynthesis
pathways
 Developing insights into
reaction mechanisms
 Designing synthetic route
AI in
drug repurposing
 Identification of
therapeutic target
 Prediction of new
therapeutic use
AI in
drug screening
 Prediction of toxicity
 Prediction of bioactivity
 Prediction of
physicochemical property
 Identification and
classification of target cells
HOW AI WORKS
02
Classes of Learning Tasks and Techniques
Mix of supervised and unsupervised learning, where less expensive and more abundant unlabeled
data can be utilized to train a classifier.
Semisupervised Learning (Fig. A)
A learning algorithm can interactively query the user to determine labels for unlabeled data in the
regions of the input space about which the model is least certain.
Active Learning (Fig. B)
Describes a family of algorithms that relax the common assumption that the training and test data
should be in the same feature space and follow the same distribution.
Transfer Learning (Fig. D)
Can be treated as a geometric or topological problem, the goal is to find similarities and differences
between data points used to spatially order data.
Unsupervised Learning
The goal is to reconstruct the unknown function f that assigns output values y to data points x.
Supervised Learning
Instead of learning only one task at a time, as in single-task learning, several different but
conceptually related tasks are learned in parallel and make use of a shared internal representation.
Multitask Learning (Fig. E)
To some extent strives to emulate reward-driven learning, and in its simplest configuration, an agent
attempts to find the optimal set of actions to promote some outcome.
Reinforcement Learning (Fig. C)
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
Bayesian methods are those that explicitly
apply Bayes’ theorem to classification and
regression problems.
Bayesian Algorithms
It is called instance-based because it builds
the hypotheses from the training instances.
It is also known as memory-based learning
or lazy-learning.
Instance-Based Methods
Algorithms for constructing decision trees
usually work top-down, by choosing a
variable at each step that best splits the
set of items.
Decision Tree Algorithms
In statistics and machine learning,
ensemble methods use multiple
learning algorithms to obtain better
predictive performance than could be
obtained from any of the constituent
learning algorithms alone.
Ensemble Algorithms
Dimensionality reduction seeks a lower-
dimensional representation of numerical
input data that preserves the salient
relationships in the data.
Dimensionality Reduction
Artificial neural networks (ANNs) consist of
input, hidden, and output layers with
connected neurons (nodes) to simulate the
human brain.
Artificial Neural Networks
Common Learning Algorithms
Bayesian Algorithms
Liu ZH,et al. ChemStable: A web server for rule-embedded naïve Bayesian learning approach to predict
compound stability. J. Comput. Aided Mol. Des. 2014, 28: 941-950.
Instance-Based Methods
SVM is a supervised machine learning algorithm used for both classification
and regression. The objective of SVM algorithm is to find a hyperplane in an
N-dimensional space that distinctly classifies the data points.
Support Vector Machine
A SOM or self-organizing feature map is an unsupervised machine learning
technique used to produce a low-dimensional representation of a higher
dimensional data set while preserving the topological structure of the data.
Self-organizing Map
KNN is a simple, supervised machine learning algorithm that can be used to
solve both classification and regression problems.
K-nearest Neighbor
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019,
119 (18): 10520-10594.
Decision Tree Algorithms
Random forests or random decision forests is an ensemble learning method for
classification, regression and other tasks that operates by constructing a multitude of
decision trees at training time.
Random Forest
A decision tree is a decision support tool that uses a tree-like model of decisions and their
possible consequences, including chance event outcomes, resource costs, and utility.
Decision Tree
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
Ensemble Algorithms
Boosting is an ensemble learning method that combines a set of weak
learners into a strong learner to minimize training errors. In boosting, a
random sample of data is selected, fitted with a model and then
trained sequentially—that is, each model tries to compensate for the
weaknesses of its predecessor.
Boosting
Bagging, is the ensemble learning method that is commonly used
to reduce variance within a noisy dataset. In bagging, a random
sample of data in a training set is selected with replacement—
meaning that the individual data points can be chosen more than
once.
Bagging
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
Dimensionality Reduction
LDA is a generalization of Fisher's linear discriminant, a method used in
statistics, pattern recognition and machine learning to find a linear
combination of features that characterizes or separates two or more classes
of objects or events.
Linear Discriminant Analysis
Image From Wikipedia
A visual depiction of the resulting PCA projection for a set of 2D points. A visual depiction of the resulting LDA projection for a set of 2D points.
PCA is a popular technique for analyzing large datasets containing a high
number of dimensions/features per observation, increasing the
interpretability of data while preserving the maximum amount of
information, and enabling the visualization of multidimensional data.
Principal Component Analysis
Artificial Neural Networks
DNN refers to an ANN that has several hidden layers with several
differences. Deep nets process data in complex ways by employing
sophisticated math modeling.
Deep Neural Networks
ANNs are computing systems inspired by the biological neural networks
that constitute animal brains. A typical ANN architecture contains many
artificial neurons arranged in a series of layers: the input layer, an output
layer, i.e., the top layer, which generates a desired prediction ( ADMET
properties, activity, a vector of fingerprint etc.), and one or more hidden
layer where the intermediate representations of the input data are
transformed.
Artificial neural networks
Image From Wikipedia
AI MODELS USED IN
DRUG DISCOVERY
03
DeepVS: Boosting Docking-Based Virtual
Screening with DL
Pereira J.C. Boosting docking-based virtual screening with deep learning. J. Chem. Inf. Model. 2016;56:2495–2506.
Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338.
The deep neural network that is introduced, DeepVS, uses the output of a
docking program and learns how to extract relevant features from basic
data. The approach introduces the use of atom and amino acid
embeddings and implements an effective way of creating distributed
vector representations of protein–ligand complexes by modeling the
compound as a set of atom contexts that is further processed by a
convolutional layer.
DeepVS
DeepAffinity: DL Method
Used to Measure DTBA
Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338.
DeepAffinity is a deep learning methods used to measure drug
target binding affinity. Under novel representations of
structurally-annotated protein sequences, a semi-supervised
deep learning model that unifies recurrent and convolutional
neural networks has been proposed to exploit both unlabeled
and labeled data, for jointly encoding molecular
representations and predicting affinities. Performances for new
protein classes with few labeled data are further improved by
transfer learning.
DeepAffinity
DeepTox: Toxicity Prediction Using Deep Learning
Mayr A. DeepTox: toxicity prediction using deep learning. Front. Environ. Sci. 2016, 3:80.
Representation of a toxicophore by hierarchically related features.
AI-Based QSAR Models
Image From Wikipedia
Profile-QSAR
SVM QSAR
Bayesian QSAR
Multitask QSAR
AI IN CREATIVE BIOLABS
04
• High throughput, screen large numbers of clones
• Large library capacity: from 107 to over 108
• Various phage display systems (M13,λ,T7)
• Tailored biopanning strategies
• Wide range of applications
Antibody Production by Phage Display
Creative Biolabs has combined AI, big data, machine learning, and phage display to generate a novel AI-powered computational antibody drug discovery
platform. Aided by this innovative platform, one-stop human antibody discovery services are provided, including antibody-antigen binding prediction,
antibody candidate generation, antibody sequence optimization, and antibody production & characterization.
AI-Based One-stop Antibody
Discovery Platform
• Discover and analyze new antibody clusters
• Generate new sequences within existing clusters
• Accelerate the generation of high-affinity antibodies
• Rapidly generate novel antibody sequences using
computational algorithms to help improve affinity, solubility,
manufacturability, specificity, and stability
Augmented Antibody Discovery with Al
AI can typically generate 10 times more
antibody sequence clusters than a laboratory-
based approach alone. Diversity leads to the
discovery of new binding modalities and
potentially new therapeutic modes-of-action.
Antibody Discovery Services
Creative Biolabs is specialized in designing and
performing high-quality custom AI-based antibody
screening assays, with different formats, endpoints,
parameters, to satisfy any specific requirement.
Antibody Screening Services
Creative Biolabs offers a wide variety of antibody
engineering services to quickly and efficiently optimize
the existing antibodies via AI based algorithms, such
as affinity, solubility, cross-reactivity, manufacturability,
immunogenicity, specificity, and stability.
Creative Biolabs has applied AI technology in small
molecule design and optimization to promote its affinity,
specificity, and validity. Our innovative AI methods range
from in silico molecule screening, molecular modeling, to
AI-based molecule optimization.
Small Molecule Design & Optimization
Creative Biolabs provides the best strategy and
customized protocols for model training data
service, and ultimately, to accelerate the novel
candidate drug discovery.
AI-Augmented Drug Discovery at Creative Biolabs
Antibody Engineering Services Model Training Data Services
THANKS
https://www.creative-biolabs.com
Email: info@creative-biolabs.com
Copyright © Creative Biolabs. All Rights Reserved.

Weitere ähnliche Inhalte

Was ist angesagt?

Combanitorial approach for drug discovery
Combanitorial approach for drug discoveryCombanitorial approach for drug discovery
Combanitorial approach for drug discoveryShwetA Kumari
 
Pharmacogenomics- a step to personalized medicines
Pharmacogenomics- a step to personalized medicinesPharmacogenomics- a step to personalized medicines
Pharmacogenomics- a step to personalized medicinesApusi Chowdhury
 
Computer aided-drug-design-boc sciences
Computer aided-drug-design-boc sciencesComputer aided-drug-design-boc sciences
Computer aided-drug-design-boc sciencesBOC-Sciences
 
Deep learning for biomedicine
Deep learning for biomedicineDeep learning for biomedicine
Deep learning for biomedicineDeakin University
 
Machine Learning in Healthcare Diagnostics
Machine Learning in Healthcare DiagnosticsMachine Learning in Healthcare Diagnostics
Machine Learning in Healthcare DiagnosticsLarry Smarr
 
Viablity assay
Viablity assayViablity assay
Viablity assaybire12345
 
Mining Small Molecules for Drug Discovery
Mining Small Molecules for Drug DiscoveryMining Small Molecules for Drug Discovery
Mining Small Molecules for Drug DiscoveryGirinath Pillai
 
Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis) Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis) Dimitris Papadopoulos
 
Artificial intelligence in drug discovery and development
Artificial intelligence in drug discovery and developmentArtificial intelligence in drug discovery and development
Artificial intelligence in drug discovery and developmentNikitaSavita
 
Artificial intelligence in drug discovery
Artificial intelligence in drug discoveryArtificial intelligence in drug discovery
Artificial intelligence in drug discoveryRAVINDRABABUKOPPERA
 
Chemical database preparation ppt
Chemical database preparation pptChemical database preparation ppt
Chemical database preparation pptsamantlalit
 
Tissue engineering of bone
Tissue engineering of boneTissue engineering of bone
Tissue engineering of boneshashank chetty
 
Introduction to the drug discovery process
Introduction to the drug discovery processIntroduction to the drug discovery process
Introduction to the drug discovery processThanh Truong
 
Molecular modelling and docking studies
Molecular modelling and docking studiesMolecular modelling and docking studies
Molecular modelling and docking studiesrouthusree
 

Was ist angesagt? (20)

Combanitorial approach for drug discovery
Combanitorial approach for drug discoveryCombanitorial approach for drug discovery
Combanitorial approach for drug discovery
 
Pharmacogenomics- a step to personalized medicines
Pharmacogenomics- a step to personalized medicinesPharmacogenomics- a step to personalized medicines
Pharmacogenomics- a step to personalized medicines
 
Artificial Intelligence in Controlling Infectious Diseases and Reducing Antim...
Artificial Intelligence in Controlling Infectious Diseases and Reducing Antim...Artificial Intelligence in Controlling Infectious Diseases and Reducing Antim...
Artificial Intelligence in Controlling Infectious Diseases and Reducing Antim...
 
Computer aided-drug-design-boc sciences
Computer aided-drug-design-boc sciencesComputer aided-drug-design-boc sciences
Computer aided-drug-design-boc sciences
 
MOLECULAR MODELLING
MOLECULAR MODELLINGMOLECULAR MODELLING
MOLECULAR MODELLING
 
AI for drug discovery
AI for drug discoveryAI for drug discovery
AI for drug discovery
 
Deep learning for biomedicine
Deep learning for biomedicineDeep learning for biomedicine
Deep learning for biomedicine
 
Machine Learning in Healthcare Diagnostics
Machine Learning in Healthcare DiagnosticsMachine Learning in Healthcare Diagnostics
Machine Learning in Healthcare Diagnostics
 
Viablity assay
Viablity assayViablity assay
Viablity assay
 
Mining Small Molecules for Drug Discovery
Mining Small Molecules for Drug DiscoveryMining Small Molecules for Drug Discovery
Mining Small Molecules for Drug Discovery
 
Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis) Drug Target Interaction (DTI) prediction (MSc. thesis)
Drug Target Interaction (DTI) prediction (MSc. thesis)
 
Drug repurposing
Drug repurposingDrug repurposing
Drug repurposing
 
Artificial intelligence in drug discovery and development
Artificial intelligence in drug discovery and developmentArtificial intelligence in drug discovery and development
Artificial intelligence in drug discovery and development
 
Artificial intelligence in drug discovery
Artificial intelligence in drug discoveryArtificial intelligence in drug discovery
Artificial intelligence in drug discovery
 
Chemical database preparation ppt
Chemical database preparation pptChemical database preparation ppt
Chemical database preparation ppt
 
Bioinformatics
BioinformaticsBioinformatics
Bioinformatics
 
Tissue engineering of bone
Tissue engineering of boneTissue engineering of bone
Tissue engineering of bone
 
Introduction to the drug discovery process
Introduction to the drug discovery processIntroduction to the drug discovery process
Introduction to the drug discovery process
 
Molecular modelling and docking studies
Molecular modelling and docking studiesMolecular modelling and docking studies
Molecular modelling and docking studies
 
Advanced Molecular Dynamics 2016
Advanced Molecular Dynamics 2016Advanced Molecular Dynamics 2016
Advanced Molecular Dynamics 2016
 

Ähnlich wie AI-Augmented Drug Discovery - Creative Biolabs

AI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdfAI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdfCandy Swift
 
AI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfAI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfCandy Swift
 
Artificial Intelligence in Medical Imaging
Artificial Intelligence in Medical ImagingArtificial Intelligence in Medical Imaging
Artificial Intelligence in Medical ImagingZahidulIslamJewel2
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningIRJET Journal
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MININGAshish Salve
 
Effect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health DomainEffect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health Domaindbpublications
 
Autism_risk_factors
Autism_risk_factorsAutism_risk_factors
Autism_risk_factorsColleen Chen
 
32_Nov07_MachineLear..
32_Nov07_MachineLear..32_Nov07_MachineLear..
32_Nov07_MachineLear..butest
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Introduction to machine_learning_us
Introduction to machine_learning_usIntroduction to machine_learning_us
Introduction to machine_learning_usAnasua Sarkar
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryDr ATHUL CHANDRA.M
 
Neural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learningNeural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learningFrancisco E. Figueroa-Nigaglioni
 
Branch: An interactive, web-based tool for building decision tree classifiers
Branch: An interactive, web-based tool for building decision tree classifiersBranch: An interactive, web-based tool for building decision tree classifiers
Branch: An interactive, web-based tool for building decision tree classifiersBenjamin Good
 
INTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxINTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxAbhigyanMishra17
 

Ähnlich wie AI-Augmented Drug Discovery - Creative Biolabs (20)

AI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdfAI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdf
 
AI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfAI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdf
 
Artificial Intelligence in Medical Imaging
Artificial Intelligence in Medical ImagingArtificial Intelligence in Medical Imaging
Artificial Intelligence in Medical Imaging
 
Journal
JournalJournal
Journal
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
 
Effect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health DomainEffect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health Domain
 
I0704047054
I0704047054I0704047054
I0704047054
 
woot2
woot2woot2
woot2
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Autism_risk_factors
Autism_risk_factorsAutism_risk_factors
Autism_risk_factors
 
32_Nov07_MachineLear..
32_Nov07_MachineLear..32_Nov07_MachineLear..
32_Nov07_MachineLear..
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Introduction to machine_learning_us
Introduction to machine_learning_usIntroduction to machine_learning_us
Introduction to machine_learning_us
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in Dentistry
 
Disease Prediction Using Machine Learning
Disease Prediction Using Machine LearningDisease Prediction Using Machine Learning
Disease Prediction Using Machine Learning
 
Neural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learningNeural networks, naïve bayes and decision tree machine learning
Neural networks, naïve bayes and decision tree machine learning
 
Branch: An interactive, web-based tool for building decision tree classifiers
Branch: An interactive, web-based tool for building decision tree classifiersBranch: An interactive, web-based tool for building decision tree classifiers
Branch: An interactive, web-based tool for building decision tree classifiers
 
Techniques Machine Learning
Techniques Machine LearningTechniques Machine Learning
Techniques Machine Learning
 
INTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxINTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptx
 

Mehr von Creative-Biolabs

Design of Organ-On-A-Chip - Creative Biolabs.pptx
Design of Organ-On-A-Chip - Creative Biolabs.pptxDesign of Organ-On-A-Chip - Creative Biolabs.pptx
Design of Organ-On-A-Chip - Creative Biolabs.pptxCreative-Biolabs
 
Introduction of Organ-On-A-Chip - Creative Biolabs
Introduction of Organ-On-A-Chip - Creative BiolabsIntroduction of Organ-On-A-Chip - Creative Biolabs
Introduction of Organ-On-A-Chip - Creative BiolabsCreative-Biolabs
 
Advances in Oncolytic Virotherapy - Creative Biolabs
Advances in Oncolytic Virotherapy - Creative BiolabsAdvances in Oncolytic Virotherapy - Creative Biolabs
Advances in Oncolytic Virotherapy - Creative BiolabsCreative-Biolabs
 
Lipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptx
Lipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptxLipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptx
Lipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptxCreative-Biolabs
 
Innovative Ribosome Analysis - Creative Biolabs
Innovative Ribosome Analysis - Creative BiolabsInnovative Ribosome Analysis - Creative Biolabs
Innovative Ribosome Analysis - Creative BiolabsCreative-Biolabs
 
Advances in CAR-T Cell Therapy - Creative Biolabs
Advances in CAR-T Cell Therapy - Creative BiolabsAdvances in CAR-T Cell Therapy - Creative Biolabs
Advances in CAR-T Cell Therapy - Creative BiolabsCreative-Biolabs
 
Vaccine for Cancer Immunotherapy - Creative Biolabs
Vaccine for Cancer Immunotherapy - Creative BiolabsVaccine for Cancer Immunotherapy - Creative Biolabs
Vaccine for Cancer Immunotherapy - Creative BiolabsCreative-Biolabs
 
PROTAC Technology in Tumor Targeted Therapy - Creative Biolabs
PROTAC Technology in Tumor Targeted Therapy - Creative BiolabsPROTAC Technology in Tumor Targeted Therapy - Creative Biolabs
PROTAC Technology in Tumor Targeted Therapy - Creative BiolabsCreative-Biolabs
 
Macrophages as Targets in Cancer Immunotherapy - Creative Biolabs
Macrophages as Targets in Cancer Immunotherapy - Creative BiolabsMacrophages as Targets in Cancer Immunotherapy - Creative Biolabs
Macrophages as Targets in Cancer Immunotherapy - Creative BiolabsCreative-Biolabs
 
Monkeypox Drug and Vaccine Discovery - Creative Biolabs
Monkeypox Drug and Vaccine Discovery - Creative BiolabsMonkeypox Drug and Vaccine Discovery - Creative Biolabs
Monkeypox Drug and Vaccine Discovery - Creative BiolabsCreative-Biolabs
 
Omicron Introduction - Creative Biolabs
Omicron Introduction - Creative BiolabsOmicron Introduction - Creative Biolabs
Omicron Introduction - Creative BiolabsCreative-Biolabs
 
Myeloid Leukemia Vaccines - Creative Biolabs
Myeloid Leukemia Vaccines - Creative BiolabsMyeloid Leukemia Vaccines - Creative Biolabs
Myeloid Leukemia Vaccines - Creative BiolabsCreative-Biolabs
 
Immune Cell Migration in Cancer and Immunotherapy - Creative Biolabs
Immune Cell Migration in Cancer and Immunotherapy - Creative BiolabsImmune Cell Migration in Cancer and Immunotherapy - Creative Biolabs
Immune Cell Migration in Cancer and Immunotherapy - Creative BiolabsCreative-Biolabs
 
Liposomal Delivery Systems in Cancer Therapy - Creative Biolabs
Liposomal Delivery Systems in Cancer Therapy - Creative BiolabsLiposomal Delivery Systems in Cancer Therapy - Creative Biolabs
Liposomal Delivery Systems in Cancer Therapy - Creative BiolabsCreative-Biolabs
 
A brief introduction to non-IgG antibody - Creative Biolabs
A brief introduction to non-IgG antibody - Creative BiolabsA brief introduction to non-IgG antibody - Creative Biolabs
A brief introduction to non-IgG antibody - Creative BiolabsCreative-Biolabs
 
mRNA-based Therapeutics - Creative Biolabs
mRNA-based Therapeutics - Creative BiolabsmRNA-based Therapeutics - Creative Biolabs
mRNA-based Therapeutics - Creative BiolabsCreative-Biolabs
 
Effector Functions-enhanced Antibodies - Creative Biolabs
Effector Functions-enhanced Antibodies - Creative BiolabsEffector Functions-enhanced Antibodies - Creative Biolabs
Effector Functions-enhanced Antibodies - Creative BiolabsCreative-Biolabs
 
Stem Cells in A New Era of Cell based Therapies - Creative Biolabs
Stem Cells in A New Era of Cell based Therapies - Creative BiolabsStem Cells in A New Era of Cell based Therapies - Creative Biolabs
Stem Cells in A New Era of Cell based Therapies - Creative BiolabsCreative-Biolabs
 
Anti Virus Biomolecular Discovery - Creative Biolabs
Anti Virus Biomolecular Discovery - Creative BiolabsAnti Virus Biomolecular Discovery - Creative Biolabs
Anti Virus Biomolecular Discovery - Creative BiolabsCreative-Biolabs
 
Introduction of Microfluidics - Creative Biolabs
Introduction of Microfluidics - Creative BiolabsIntroduction of Microfluidics - Creative Biolabs
Introduction of Microfluidics - Creative BiolabsCreative-Biolabs
 

Mehr von Creative-Biolabs (20)

Design of Organ-On-A-Chip - Creative Biolabs.pptx
Design of Organ-On-A-Chip - Creative Biolabs.pptxDesign of Organ-On-A-Chip - Creative Biolabs.pptx
Design of Organ-On-A-Chip - Creative Biolabs.pptx
 
Introduction of Organ-On-A-Chip - Creative Biolabs
Introduction of Organ-On-A-Chip - Creative BiolabsIntroduction of Organ-On-A-Chip - Creative Biolabs
Introduction of Organ-On-A-Chip - Creative Biolabs
 
Advances in Oncolytic Virotherapy - Creative Biolabs
Advances in Oncolytic Virotherapy - Creative BiolabsAdvances in Oncolytic Virotherapy - Creative Biolabs
Advances in Oncolytic Virotherapy - Creative Biolabs
 
Lipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptx
Lipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptxLipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptx
Lipid Nanoparticle-based mRNA Vaccine Creative Biolabs.pptx
 
Innovative Ribosome Analysis - Creative Biolabs
Innovative Ribosome Analysis - Creative BiolabsInnovative Ribosome Analysis - Creative Biolabs
Innovative Ribosome Analysis - Creative Biolabs
 
Advances in CAR-T Cell Therapy - Creative Biolabs
Advances in CAR-T Cell Therapy - Creative BiolabsAdvances in CAR-T Cell Therapy - Creative Biolabs
Advances in CAR-T Cell Therapy - Creative Biolabs
 
Vaccine for Cancer Immunotherapy - Creative Biolabs
Vaccine for Cancer Immunotherapy - Creative BiolabsVaccine for Cancer Immunotherapy - Creative Biolabs
Vaccine for Cancer Immunotherapy - Creative Biolabs
 
PROTAC Technology in Tumor Targeted Therapy - Creative Biolabs
PROTAC Technology in Tumor Targeted Therapy - Creative BiolabsPROTAC Technology in Tumor Targeted Therapy - Creative Biolabs
PROTAC Technology in Tumor Targeted Therapy - Creative Biolabs
 
Macrophages as Targets in Cancer Immunotherapy - Creative Biolabs
Macrophages as Targets in Cancer Immunotherapy - Creative BiolabsMacrophages as Targets in Cancer Immunotherapy - Creative Biolabs
Macrophages as Targets in Cancer Immunotherapy - Creative Biolabs
 
Monkeypox Drug and Vaccine Discovery - Creative Biolabs
Monkeypox Drug and Vaccine Discovery - Creative BiolabsMonkeypox Drug and Vaccine Discovery - Creative Biolabs
Monkeypox Drug and Vaccine Discovery - Creative Biolabs
 
Omicron Introduction - Creative Biolabs
Omicron Introduction - Creative BiolabsOmicron Introduction - Creative Biolabs
Omicron Introduction - Creative Biolabs
 
Myeloid Leukemia Vaccines - Creative Biolabs
Myeloid Leukemia Vaccines - Creative BiolabsMyeloid Leukemia Vaccines - Creative Biolabs
Myeloid Leukemia Vaccines - Creative Biolabs
 
Immune Cell Migration in Cancer and Immunotherapy - Creative Biolabs
Immune Cell Migration in Cancer and Immunotherapy - Creative BiolabsImmune Cell Migration in Cancer and Immunotherapy - Creative Biolabs
Immune Cell Migration in Cancer and Immunotherapy - Creative Biolabs
 
Liposomal Delivery Systems in Cancer Therapy - Creative Biolabs
Liposomal Delivery Systems in Cancer Therapy - Creative BiolabsLiposomal Delivery Systems in Cancer Therapy - Creative Biolabs
Liposomal Delivery Systems in Cancer Therapy - Creative Biolabs
 
A brief introduction to non-IgG antibody - Creative Biolabs
A brief introduction to non-IgG antibody - Creative BiolabsA brief introduction to non-IgG antibody - Creative Biolabs
A brief introduction to non-IgG antibody - Creative Biolabs
 
mRNA-based Therapeutics - Creative Biolabs
mRNA-based Therapeutics - Creative BiolabsmRNA-based Therapeutics - Creative Biolabs
mRNA-based Therapeutics - Creative Biolabs
 
Effector Functions-enhanced Antibodies - Creative Biolabs
Effector Functions-enhanced Antibodies - Creative BiolabsEffector Functions-enhanced Antibodies - Creative Biolabs
Effector Functions-enhanced Antibodies - Creative Biolabs
 
Stem Cells in A New Era of Cell based Therapies - Creative Biolabs
Stem Cells in A New Era of Cell based Therapies - Creative BiolabsStem Cells in A New Era of Cell based Therapies - Creative Biolabs
Stem Cells in A New Era of Cell based Therapies - Creative Biolabs
 
Anti Virus Biomolecular Discovery - Creative Biolabs
Anti Virus Biomolecular Discovery - Creative BiolabsAnti Virus Biomolecular Discovery - Creative Biolabs
Anti Virus Biomolecular Discovery - Creative Biolabs
 
Introduction of Microfluidics - Creative Biolabs
Introduction of Microfluidics - Creative BiolabsIntroduction of Microfluidics - Creative Biolabs
Introduction of Microfluidics - Creative Biolabs
 

Kürzlich hochgeladen

chemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfchemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfTukamushabaBismark
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryAlex Henderson
 
pumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit flypumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit flyPRADYUMMAURYA1
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bSérgio Sacani
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learninglevieagacer
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...chandars293
 
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICEayushi9330
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .Poonam Aher Patil
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learninglevieagacer
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)Areesha Ahmad
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxFarihaAbdulRasheed
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Servicemonikaservice1
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and ClassificationsAreesha Ahmad
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.Nitya salvi
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsSérgio Sacani
 

Kürzlich hochgeladen (20)

chemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfchemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdf
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
pumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit flypumpkin fruit fly, water melon fruit fly, cucumber fruit fly
pumpkin fruit fly, water melon fruit fly, cucumber fruit fly
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learning
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 

AI-Augmented Drug Discovery - Creative Biolabs

  • 1. AI-Augmented Drug Discovery Creative Biolabs provides innovative drug discovery services based on our original Artificial Intelligence-augmented technology, especially for the discovery of therapeutic antibodies and small molecules. Email: info@creative-biolabs.com Address: SUITE 203, 17 Ramsey Road, Shirley, NY 11967, USA Web: www.creative-biolabs.com
  • 2. CONTENTS 0 1 02 03 04 AI IN DRUG DISCOVERY HOW AI WORKS AI MODELS USED IN DRUG DISCOVERY AI IN CREATIVE BIOLABS
  • 3. AI IN DRUG DISCOVERY 01
  • 4. Introducing a new drug to market can cost pharmaceutical companies an average $2.6 billion and 11-15 years of research and development. Even once new drug candidates show potential in laboratory testing, less than 10% of drug candidates make it to market following Phase I trials. Between 2010 and 2017, 76% of new drugs approved by the US Food and Drug Administration (FDA) are small molecules. $2.6 B 10% 76% WHY USE AI IN DRUG DISCOVERY?
  • 5. After making it through the preclinical development phase, and receiving approval from the FDA, researchers begin testing the drug with human participants. AI can facilitate participant monitoring during clinical trials—generating a larger set of data more quickly—and aid in participant retention by personalizing the trial experience. AI in Clinical Trials (Phase III) The drug discovery process ranges from reading and analyzing already existing literature, to testing the ways potential drugs interact with targets. According to report, AI could curb drug discovery costs for companies by as much as 70%. AI in Drug Discovery (Phase I) The preclinical development phase of drug discovery involves testing potential drug targets on animal models. Utilizing AI during this phase could help trials run smoothly and enable researchers to more quickly and successfully predict how a drug might interact with the animal model. AI in Preclinical Development (Phase II) AI in Drug Development Process
  • 6.  Predicting 3D structure of target protein  Predicting drug-protein interactions  AI in determining drug activity  AI in de novo drug design AI in drug design AI In Drug Discovery AI in polypharmacology  Designing biospecific drug molecules  Designing multitarget drug molecules AI in chemical synthesis  Predicting reaction yield  Predicting retrosynthesis pathways  Developing insights into reaction mechanisms  Designing synthetic route AI in drug repurposing  Identification of therapeutic target  Prediction of new therapeutic use AI in drug screening  Prediction of toxicity  Prediction of bioactivity  Prediction of physicochemical property  Identification and classification of target cells
  • 8. Classes of Learning Tasks and Techniques Mix of supervised and unsupervised learning, where less expensive and more abundant unlabeled data can be utilized to train a classifier. Semisupervised Learning (Fig. A) A learning algorithm can interactively query the user to determine labels for unlabeled data in the regions of the input space about which the model is least certain. Active Learning (Fig. B) Describes a family of algorithms that relax the common assumption that the training and test data should be in the same feature space and follow the same distribution. Transfer Learning (Fig. D) Can be treated as a geometric or topological problem, the goal is to find similarities and differences between data points used to spatially order data. Unsupervised Learning The goal is to reconstruct the unknown function f that assigns output values y to data points x. Supervised Learning Instead of learning only one task at a time, as in single-task learning, several different but conceptually related tasks are learned in parallel and make use of a shared internal representation. Multitask Learning (Fig. E) To some extent strives to emulate reward-driven learning, and in its simplest configuration, an agent attempts to find the optimal set of actions to promote some outcome. Reinforcement Learning (Fig. C) Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 9. Bayesian methods are those that explicitly apply Bayes’ theorem to classification and regression problems. Bayesian Algorithms It is called instance-based because it builds the hypotheses from the training instances. It is also known as memory-based learning or lazy-learning. Instance-Based Methods Algorithms for constructing decision trees usually work top-down, by choosing a variable at each step that best splits the set of items. Decision Tree Algorithms In statistics and machine learning, ensemble methods use multiple learning algorithms to obtain better predictive performance than could be obtained from any of the constituent learning algorithms alone. Ensemble Algorithms Dimensionality reduction seeks a lower- dimensional representation of numerical input data that preserves the salient relationships in the data. Dimensionality Reduction Artificial neural networks (ANNs) consist of input, hidden, and output layers with connected neurons (nodes) to simulate the human brain. Artificial Neural Networks Common Learning Algorithms
  • 10. Bayesian Algorithms Liu ZH,et al. ChemStable: A web server for rule-embedded naïve Bayesian learning approach to predict compound stability. J. Comput. Aided Mol. Des. 2014, 28: 941-950.
  • 11. Instance-Based Methods SVM is a supervised machine learning algorithm used for both classification and regression. The objective of SVM algorithm is to find a hyperplane in an N-dimensional space that distinctly classifies the data points. Support Vector Machine A SOM or self-organizing feature map is an unsupervised machine learning technique used to produce a low-dimensional representation of a higher dimensional data set while preserving the topological structure of the data. Self-organizing Map KNN is a simple, supervised machine learning algorithm that can be used to solve both classification and regression problems. K-nearest Neighbor Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 12. Decision Tree Algorithms Random forests or random decision forests is an ensemble learning method for classification, regression and other tasks that operates by constructing a multitude of decision trees at training time. Random Forest A decision tree is a decision support tool that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. Decision Tree Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 13. Ensemble Algorithms Boosting is an ensemble learning method that combines a set of weak learners into a strong learner to minimize training errors. In boosting, a random sample of data is selected, fitted with a model and then trained sequentially—that is, each model tries to compensate for the weaknesses of its predecessor. Boosting Bagging, is the ensemble learning method that is commonly used to reduce variance within a noisy dataset. In bagging, a random sample of data in a training set is selected with replacement— meaning that the individual data points can be chosen more than once. Bagging Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 14. Dimensionality Reduction LDA is a generalization of Fisher's linear discriminant, a method used in statistics, pattern recognition and machine learning to find a linear combination of features that characterizes or separates two or more classes of objects or events. Linear Discriminant Analysis Image From Wikipedia A visual depiction of the resulting PCA projection for a set of 2D points. A visual depiction of the resulting LDA projection for a set of 2D points. PCA is a popular technique for analyzing large datasets containing a high number of dimensions/features per observation, increasing the interpretability of data while preserving the maximum amount of information, and enabling the visualization of multidimensional data. Principal Component Analysis
  • 15. Artificial Neural Networks DNN refers to an ANN that has several hidden layers with several differences. Deep nets process data in complex ways by employing sophisticated math modeling. Deep Neural Networks ANNs are computing systems inspired by the biological neural networks that constitute animal brains. A typical ANN architecture contains many artificial neurons arranged in a series of layers: the input layer, an output layer, i.e., the top layer, which generates a desired prediction ( ADMET properties, activity, a vector of fingerprint etc.), and one or more hidden layer where the intermediate representations of the input data are transformed. Artificial neural networks Image From Wikipedia
  • 16. AI MODELS USED IN DRUG DISCOVERY 03
  • 17. DeepVS: Boosting Docking-Based Virtual Screening with DL Pereira J.C. Boosting docking-based virtual screening with deep learning. J. Chem. Inf. Model. 2016;56:2495–2506. Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338. The deep neural network that is introduced, DeepVS, uses the output of a docking program and learns how to extract relevant features from basic data. The approach introduces the use of atom and amino acid embeddings and implements an effective way of creating distributed vector representations of protein–ligand complexes by modeling the compound as a set of atom contexts that is further processed by a convolutional layer. DeepVS
  • 18. DeepAffinity: DL Method Used to Measure DTBA Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338. DeepAffinity is a deep learning methods used to measure drug target binding affinity. Under novel representations of structurally-annotated protein sequences, a semi-supervised deep learning model that unifies recurrent and convolutional neural networks has been proposed to exploit both unlabeled and labeled data, for jointly encoding molecular representations and predicting affinities. Performances for new protein classes with few labeled data are further improved by transfer learning. DeepAffinity
  • 19. DeepTox: Toxicity Prediction Using Deep Learning Mayr A. DeepTox: toxicity prediction using deep learning. Front. Environ. Sci. 2016, 3:80. Representation of a toxicophore by hierarchically related features.
  • 20. AI-Based QSAR Models Image From Wikipedia Profile-QSAR SVM QSAR Bayesian QSAR Multitask QSAR
  • 21. AI IN CREATIVE BIOLABS 04
  • 22. • High throughput, screen large numbers of clones • Large library capacity: from 107 to over 108 • Various phage display systems (M13,λ,T7) • Tailored biopanning strategies • Wide range of applications Antibody Production by Phage Display Creative Biolabs has combined AI, big data, machine learning, and phage display to generate a novel AI-powered computational antibody drug discovery platform. Aided by this innovative platform, one-stop human antibody discovery services are provided, including antibody-antigen binding prediction, antibody candidate generation, antibody sequence optimization, and antibody production & characterization. AI-Based One-stop Antibody Discovery Platform • Discover and analyze new antibody clusters • Generate new sequences within existing clusters • Accelerate the generation of high-affinity antibodies • Rapidly generate novel antibody sequences using computational algorithms to help improve affinity, solubility, manufacturability, specificity, and stability Augmented Antibody Discovery with Al
  • 23. AI can typically generate 10 times more antibody sequence clusters than a laboratory- based approach alone. Diversity leads to the discovery of new binding modalities and potentially new therapeutic modes-of-action. Antibody Discovery Services Creative Biolabs is specialized in designing and performing high-quality custom AI-based antibody screening assays, with different formats, endpoints, parameters, to satisfy any specific requirement. Antibody Screening Services Creative Biolabs offers a wide variety of antibody engineering services to quickly and efficiently optimize the existing antibodies via AI based algorithms, such as affinity, solubility, cross-reactivity, manufacturability, immunogenicity, specificity, and stability. Creative Biolabs has applied AI technology in small molecule design and optimization to promote its affinity, specificity, and validity. Our innovative AI methods range from in silico molecule screening, molecular modeling, to AI-based molecule optimization. Small Molecule Design & Optimization Creative Biolabs provides the best strategy and customized protocols for model training data service, and ultimately, to accelerate the novel candidate drug discovery. AI-Augmented Drug Discovery at Creative Biolabs Antibody Engineering Services Model Training Data Services