SlideShare a Scribd company logo
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.

More Related Content

What's hot

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
NikitaSavita
 
Traditional drug design
Traditional drug designTraditional drug design
Traditional drug design
Sanchit Dhankhar
 
analogue based drug design and discovery.pptx
analogue based drug design and discovery.pptxanalogue based drug design and discovery.pptx
analogue based drug design and discovery.pptx
ramadevi824914
 
Chemo informatics scope and applications
Chemo informatics scope and applicationsChemo informatics scope and applications
Chemo informatics scope and applications
shyam I
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence ppt
Swastik Jyoti
 
Artificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacyArtificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacy
Atul Adhikari
 
The Role of Bioinformatics in The Drug Discovery Process
The Role of Bioinformatics in The Drug Discovery ProcessThe Role of Bioinformatics in The Drug Discovery Process
The Role of Bioinformatics in The Drug Discovery Process
Adebowale Qazeem
 
De novo drug design
De novo drug designDe novo drug design
De novo drug design
Prasanthperceptron
 
Structure Based Drug Design
Structure Based Drug DesignStructure Based Drug Design
Structure Based Drug Design
nmicaelo
 
Target identification
Target identificationTarget identification
Target identification
Sachin Jangra
 
Virtual screening ppt
Virtual screening pptVirtual screening ppt
Virtual screening ppt
VivekYadav490
 
Machine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilanceMachine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilance
Revathi Boyina
 
Ligand based drug desighning
Ligand based drug desighningLigand based drug desighning
Ligand based drug desighning
Dr. Ashish Warghane, Ph.D
 
Role of AI in Drug Discovery and Development
Role of AI in  Drug Discovery and DevelopmentRole of AI in  Drug Discovery and Development
Role of AI in Drug Discovery and Development
Dr. Manu Kumar Shetty
 
In silico drug design/Molecular docking
In silico drug design/Molecular dockingIn silico drug design/Molecular docking
In silico drug design/Molecular docking
Kannan Iyanar
 
STRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptxSTRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptx
StutiGupta190190
 
Structure based and ligand based drug designing
Structure based and ligand based drug designingStructure based and ligand based drug designing
Structure based and ligand based drug designing
Dr Vysakh Mohan M
 
CADD
CADDCADD
Lead identification
Lead identification Lead identification
Lead identification
Vikram Choudhary
 
Computer aided drug design
Computer aided drug designComputer aided drug design
Computer aided drug design
St. Xavier's college, maitighar,Kathmandu
 

What's hot (20)

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
 
Traditional drug design
Traditional drug designTraditional drug design
Traditional drug design
 
analogue based drug design and discovery.pptx
analogue based drug design and discovery.pptxanalogue based drug design and discovery.pptx
analogue based drug design and discovery.pptx
 
Chemo informatics scope and applications
Chemo informatics scope and applicationsChemo informatics scope and applications
Chemo informatics scope and applications
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence ppt
 
Artificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacyArtificial intelligence and its applications in healthcare and pharmacy
Artificial intelligence and its applications in healthcare and pharmacy
 
The Role of Bioinformatics in The Drug Discovery Process
The Role of Bioinformatics in The Drug Discovery ProcessThe Role of Bioinformatics in The Drug Discovery Process
The Role of Bioinformatics in The Drug Discovery Process
 
De novo drug design
De novo drug designDe novo drug design
De novo drug design
 
Structure Based Drug Design
Structure Based Drug DesignStructure Based Drug Design
Structure Based Drug Design
 
Target identification
Target identificationTarget identification
Target identification
 
Virtual screening ppt
Virtual screening pptVirtual screening ppt
Virtual screening ppt
 
Machine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilanceMachine learning in health data analytics and pharmacovigilance
Machine learning in health data analytics and pharmacovigilance
 
Ligand based drug desighning
Ligand based drug desighningLigand based drug desighning
Ligand based drug desighning
 
Role of AI in Drug Discovery and Development
Role of AI in  Drug Discovery and DevelopmentRole of AI in  Drug Discovery and Development
Role of AI in Drug Discovery and Development
 
In silico drug design/Molecular docking
In silico drug design/Molecular dockingIn silico drug design/Molecular docking
In silico drug design/Molecular docking
 
STRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptxSTRUCTURE BASED DRUG DESIGN.pptx
STRUCTURE BASED DRUG DESIGN.pptx
 
Structure based and ligand based drug designing
Structure based and ligand based drug designingStructure based and ligand based drug designing
Structure based and ligand based drug designing
 
CADD
CADDCADD
CADD
 
Lead identification
Lead identification Lead identification
Lead identification
 
Computer aided drug design
Computer aided drug designComputer aided drug design
Computer aided drug design
 

Similar to AI-Augmented Drug Discovery - Creative Biolabs

AI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdfAI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdf
Candy Swift
 
AI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfAI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdf
Candy Swift
 
Artificial Intelligence in Medical Imaging
Artificial Intelligence in Medical ImagingArtificial Intelligence in Medical Imaging
Artificial Intelligence in Medical Imaging
ZahidulIslamJewel2
 
Journal
JournalJournal
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
IRJET Journal
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
Ashish 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 Domain
dbpublications
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
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_us
Anasua Sarkar
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in Dentistry
Dr ATHUL CHANDRA.M
 
Disease Prediction Using Machine Learning
Disease Prediction Using Machine LearningDisease Prediction Using Machine Learning
Disease Prediction Using Machine Learning
BOHR International Journal of Computer Science (BIJCS)
 
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
 
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
Francisco 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 classifiers
Benjamin Good
 
Techniques Machine Learning
Techniques Machine LearningTechniques Machine Learning
Techniques Machine Learning
DataminingTools Inc
 

Similar to 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
 
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)
 
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
 

More from 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.pptx
Creative-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 Biolabs
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
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
Creative-Biolabs
 
Innovative Ribosome Analysis - Creative Biolabs
Innovative Ribosome Analysis - Creative BiolabsInnovative Ribosome Analysis - Creative Biolabs
Innovative Ribosome Analysis - Creative Biolabs
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
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
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
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
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
Creative-Biolabs
 
Omicron Introduction - Creative Biolabs
Omicron Introduction - Creative BiolabsOmicron Introduction - Creative Biolabs
Omicron Introduction - Creative Biolabs
Creative-Biolabs
 
Myeloid Leukemia Vaccines - Creative Biolabs
Myeloid Leukemia Vaccines - Creative BiolabsMyeloid Leukemia Vaccines - Creative Biolabs
Myeloid Leukemia Vaccines - Creative Biolabs
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
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
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
Creative-Biolabs
 
mRNA-based Therapeutics - Creative Biolabs
mRNA-based Therapeutics - Creative BiolabsmRNA-based Therapeutics - Creative Biolabs
mRNA-based Therapeutics - Creative Biolabs
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
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
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
Creative-Biolabs
 
Introduction of Microfluidics - Creative Biolabs
Introduction of Microfluidics - Creative BiolabsIntroduction of Microfluidics - Creative Biolabs
Introduction of Microfluidics - Creative Biolabs
Creative-Biolabs
 

More from 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
 

Recently uploaded

Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Erdal Coalmaker
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptxANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
RASHMI M G
 
Introduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptxIntroduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptx
zeex60
 
ISI 2024: Application Form (Extended), Exam Date (Out), Eligibility
ISI 2024: Application Form (Extended), Exam Date (Out), EligibilityISI 2024: Application Form (Extended), Exam Date (Out), Eligibility
ISI 2024: Application Form (Extended), Exam Date (Out), Eligibility
SciAstra
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
PRIYANKA PATEL
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
Lokesh Patil
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
fafyfskhan251kmf
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Sérgio Sacani
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
pablovgd
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
tonzsalvador2222
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
AlaminAfendy1
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
silvermistyshot
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
sanjana502982
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
alishadewangan1
 

Recently uploaded (20)

Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptxANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
 
Introduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptxIntroduction to Mean Field Theory(MFT).pptx
Introduction to Mean Field Theory(MFT).pptx
 
ISI 2024: Application Form (Extended), Exam Date (Out), Eligibility
ISI 2024: Application Form (Extended), Exam Date (Out), EligibilityISI 2024: Application Form (Extended), Exam Date (Out), Eligibility
ISI 2024: Application Form (Extended), Exam Date (Out), Eligibility
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
 
Nutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technologyNutraceutical market, scope and growth: Herbal drug technology
Nutraceutical market, scope and growth: Herbal drug technology
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdfDMARDs Pharmacolgy Pharm D 5th Semester.pdf
DMARDs Pharmacolgy Pharm D 5th Semester.pdf
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
 
nodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptxnodule formation by alisha dewangan.pptx
nodule formation by alisha dewangan.pptx
 

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