SlideShare ist ein Scribd-Unternehmen logo
1 von 29
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_20153DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Learning to Deep Learning
Tim Moran
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
• The use of data to build statistical models yielding predictions that help make decisions
• Model: equation or rule set to predict a response Y from a set of descriptors {X1,…,Xp}
• Y is continuous: Regression model [e.g., pIC50 for hERG channel inhibition]
• Y is categorical: Classification model [e.g., compound is “mutagenic” or “nonmutagenic”]
• Model is built from a training data set using a particular learning method
• Linear Regression, Genetic Function Approximation (GFA), PLS, …
• Bayesian Classification, RP Forest, Support Vector Machine (SVM), …
• The predictions are never perfect. How much can we trust them?
• Prediction quality depends on
• General quality of model (assessed by test data)
• Specific applicability of model to the sample being predicted
Predictive Analytics – What is it?
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Basic Terminology
• Supervised learning is the type of
learning that takes place when
the training instances are labeled
with the correct classification.
• Unsupervised learning, the goal is
harder because there are no pre-
determined categorizations
• Clustering. In this type of learning, the
goal is to find similarities in the training
data.
• Semi -
G1 Mitosis
???
???
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Unsupervised Leaning K-means Clustering
• Typically used to Separate Signal from Noise
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Update Cluster Centers at Iteration 2
8 10 12 14 16 18 20
7
8
9
10
11
12
13
14
Updated Cluster Centers at Iteration 2
Calculate New Cluster Center
mean_k = average of vectors x(i) assigned to cluster k
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Update Memberships (Iteration 2)
8 10 12 14 16 18 20
7
8
9
10
11
12
13
14
Updated Memberships and Boundary at Iteration 2
X Variable
YVariable
assign each data point to the closest cluster
center
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Basic Terminology
• Ensemble Model
• Averaging various models together for better
prediction (RF…)
• Model Validation
• Ensure model adequately fits the training and
non-training
• Ensure model is not overfitting (fitting noise)
• When making predictions, ensure test samples
are within model’s applicability domain (MAD)
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Modeling Applications in Life Science Research
• Drug / Target interaction
• Drug Efficacy and Safety
• Mechanism of Action
• Formulation
• Clinical Trial Simulation
• Imaging
• High Content Screening – Pathology – DICOM
• Crystal Detection
• ……
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Evolution of Image Processing Technology
• Hand-tuned engineered systems that could match or surpass human
performance
• Supervised and semi supervised machine learning. Avoiding hand-tuning or
user intervention (with the exception of marking things for training purposes),
with a primary goal to produce a simple actionable answer
• Fully automated production of models of systems. This includes a shift toward
unsupervised machine learning, and especially toward structure learning
methods (learning the structure of the model, not just it’s parameters)
“A New Era in Bioimage Informatics”, Editorial by RF Murphy, Bioinformatics. May 15 2014
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
10
Compound Dose Mechanism_of_action Distance
Taxol 0.3 Microtubule 4.481
Taxol 0.1 Microtubule 5.709
Epothilone B 0.01 Microtubule 5.887
Taxol 0.01 Microtubule 6.089
Taxol 1 Microtubule 6.337
Epothilone B 0.1 Microtubule 6.876
Epothilone B 0.03 Microtubule 7.359
Taxol 0.003 Microtubule 7.969
Taxol 3 Microtubule 8.708
Epothilone B 0.003 Microtubule 10.467
Docetaxel 1 Microtubule 11.370
Docetaxel 0.01 Microtubule 11.744
Docetaxel 0.3 Microtubule 11.780
Cytochalesin B 30 Actin cytoskeleton 12.820
Docetaxel 0.1 Microtubule 13.020
Trichostatin 1 Standard chemotherapeutic 13.222
Latrunculin B 1 Actin cytoskeleton 13.249
Monastrol 100 Microtubule 13.320
Emetine 1 Protein synthesis 13.607
Cytochalesin B 3 Actin cytoskeleton 13.794
Docetaxel 0.003 Microtubule 13.830
DMSO
Taxol @ 0.03μM
Epothilone B @ 0.01μM
Cell based Multi parametric
KNN Example MOA
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Challenge: Crystal Detection
• Current crystallisation detection methods based on visual inspection
• Customers have tried “all other methods” and found none to be
reliable
• The best efforts in the scientific literature seem to produce an accuracy
rate of 80-85%.
• Customers needs a system be free of false negatives
• Customers requested a system that prioritizes high confident clear
and high confident crystals with a manual re-classification capability for
the “unsure” result.
FTE-based bottle-neck to process
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Label: clear = 0
• Clear Droplet
Label= 0
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Label: Crystal = 1
Label = 1
• Crystal
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Image Processing
1. Use find corners on
image (corners0 [object
count])
3. Apply Linear filter, Learn K
means (filtered1_)
2. Apply custom
filters and the use
find corners
(corners1)
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Learn RP Forest Model
• Property to Learn = Label
• User defined set of descriptors
Model Parameters
Append Score= 0 or 1
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
RP Forest Model Results
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Deep Learning
• Neural Networks (1980’s)
• A set of algorithms in machine learning that is based on
learning several layers of representations, corresponding to a
hierarchy of features or factors or concepts, where higher
level concepts are derived from lower-level concepts.
• While the learning process is very computationally intensive
and requires specialized hardware, the inference
(classification) is very fast.
• These methods have dramatically improved the state of the
art in visual object recognition, object detection and many
other domains such as speech recognition, and even drug
discovery and genomics.
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Image Net Winner Error Rate
Trained human annotator
Using deep learning
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Why Deep Learning Now?
• Big Data
• Meta data
• Algorithmic advances
• Working on unlabeled data
• Unsupervised pre-training
• Supervised back propagation of errors
• Successive layers
• Computer processing
• hardware now available to handle the computational load
• synapse
• neural nets 1-10m
• Google Brain 1B
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Deep Learning on Images
• Conventional machine learning solution always involves feature engineering, a time
consuming process that requires considerable domain expertise. Once useful hand-designed
features are generated, a machine learning algorithm is used to perform classification.
• In imaging , deep convolutional neural networks (DNN’s) learn multiple layers of features
from raw pixel data. The key advantage of deep learning is that these features are not
designed by hand: they are learned from data using a general-purpose learning procedure.
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Facial Recognition
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Facial Recognition
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Facial Recognition
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Facial Recognition
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Challenges Training on Small Samples
• Training a large convolutional neural network requires vast amount of data
• Recent results show that a well chosen starting point for optimization can result
in convergence to a good minimum and improve system performance
dramatically.
• Unsupervised feature learning such as sparse coding is one approach to
initializing the model parameters
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Challenges Overfitting and Regularization
• The CNNs have millions of parameters and overfitting them to the training data
is a big problem
• Regularization methods reduce the likelihood of overfitting
• We are using dropout, the technique of dropping out” some unit activations in a given
layer, i.e. setting them to zero. This prevents co-adaptation of units. For each training
example a different set of units to drop is randomly chosen.
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Deep Learning
• Deep Convolutional Neural Network (DCNN) on NVidia DIGITS Dev Box
• Crystallization pharma Radiogenomics Intel / MD Anderson
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
How do we get there?
• Data – collaboration
global, not-for-
profit alliance of life
science
companies,
vendors,
publishers, and
academic groups
that work together
to lower barriers to
innovation in R&D.
3DS.COM/BIOVIA©DassaultSystèmes|ConfidentialInformation|10/21/2016|ref.:3DS_Document_2015
Acknowledgments
• Dr.. Roman Hillig Bayer Schering Pharma AG
• Joerg Benz Roche
• Ivana Mikic
• Dana Honeycutt
• https://www.youtube.com/watch?v=IPu28vUcZzI

Weitere ähnliche Inhalte

Was ist angesagt?

IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...
IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...
IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...Dr. Haxel Consult
 
IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...
IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...
IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...Dr. Haxel Consult
 
Biased Information Retrieval in Pharmaceutical Drug Development
Biased Information Retrieval in Pharmaceutical Drug DevelopmentBiased Information Retrieval in Pharmaceutical Drug Development
Biased Information Retrieval in Pharmaceutical Drug DevelopmentDr. Haxel Consult
 
mhealth - The role of Technology
mhealth - The role of Technologymhealth - The role of Technology
mhealth - The role of TechnologyWalton Institute
 
IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...
IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...
IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...Dr. Haxel Consult
 
e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018
e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018 e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018
e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018 e-SIDES.eu
 
ORCID - UK PIDs for Open Access - progress update
ORCID - UK PIDs for Open Access - progress updateORCID - UK PIDs for Open Access - progress update
ORCID - UK PIDs for Open Access - progress updateJisc
 
CRO Solutions by Dotmatics
CRO Solutions by DotmaticsCRO Solutions by Dotmatics
CRO Solutions by DotmaticsYuri de Lugt
 
Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019
Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019
Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019Kees van Bochove
 
How 2019 became the year FAIR landed in biopharmaceutical R&D
How 2019 became the year FAIR landed in biopharmaceutical R&DHow 2019 became the year FAIR landed in biopharmaceutical R&D
How 2019 became the year FAIR landed in biopharmaceutical R&DKees van Bochove
 
2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...
2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...
2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...Kees van Bochove
 
Cyber Resilient Energy Delivery Consortium - Overview
Cyber Resilient Energy Delivery Consortium - OverviewCyber Resilient Energy Delivery Consortium - Overview
Cyber Resilient Energy Delivery Consortium - OverviewCheri Soliday
 
ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...
ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...
ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...Dr. Haxel Consult
 
Fair webinar, Ted slater: progress towards commercial fair data products and ...
Fair webinar, Ted slater: progress towards commercial fair data products and ...Fair webinar, Ted slater: progress towards commercial fair data products and ...
Fair webinar, Ted slater: progress towards commercial fair data products and ...Pistoia Alliance
 
SDSC Industry News Q1 2015
SDSC Industry News Q1 2015SDSC Industry News Q1 2015
SDSC Industry News Q1 2015Ron Hawkins
 
Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...
Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...
Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...Invest Northern Ireland
 
ICIC is the International Conference on Trends for Scientific Information Pro...
ICIC is the International Conference on Trends for Scientific Information Pro...ICIC is the International Conference on Trends for Scientific Information Pro...
ICIC is the International Conference on Trends for Scientific Information Pro...Dr. Haxel Consult
 
Philips john huffman
Philips john huffmanPhilips john huffman
Philips john huffmanBigDataExpo
 

Was ist angesagt? (20)

IC-SDV 2018: BizInt
IC-SDV 2018: BizIntIC-SDV 2018: BizInt
IC-SDV 2018: BizInt
 
IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...
IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...
IC-SDV 2018: Diane Webb (BizInt) Challenges in Visualizing Pharmaceutical Inf...
 
IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...
IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...
IC-SDV 2018: Srin Achanta (SciTech Patent Art) Global Competitive Technology ...
 
Biased Information Retrieval in Pharmaceutical Drug Development
Biased Information Retrieval in Pharmaceutical Drug DevelopmentBiased Information Retrieval in Pharmaceutical Drug Development
Biased Information Retrieval in Pharmaceutical Drug Development
 
mhealth - The role of Technology
mhealth - The role of Technologymhealth - The role of Technology
mhealth - The role of Technology
 
IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...
IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...
IC-SDV 2018: Stefan Geißler (Expert System) Navigating to new shores: the Bio...
 
e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018
e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018 e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018
e-SIDES workshop at EBDVF 2018, Vienna 14/11/2018
 
ORCID - UK PIDs for Open Access - progress update
ORCID - UK PIDs for Open Access - progress updateORCID - UK PIDs for Open Access - progress update
ORCID - UK PIDs for Open Access - progress update
 
CRO Solutions by Dotmatics
CRO Solutions by DotmaticsCRO Solutions by Dotmatics
CRO Solutions by Dotmatics
 
Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019
Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019
Business context of FAIR health data networks - The Hyve - MEDINFO Lyon 2019
 
How 2019 became the year FAIR landed in biopharmaceutical R&D
How 2019 became the year FAIR landed in biopharmaceutical R&DHow 2019 became the year FAIR landed in biopharmaceutical R&D
How 2019 became the year FAIR landed in biopharmaceutical R&D
 
2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...
2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...
2019-10-11 The value of FAIR data in health data networks - The Hyve - ELIXIR...
 
Cyber Resilient Energy Delivery Consortium - Overview
Cyber Resilient Energy Delivery Consortium - OverviewCyber Resilient Energy Delivery Consortium - Overview
Cyber Resilient Energy Delivery Consortium - Overview
 
ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...
ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...
ICIC 2017: Technology Scouting: Decision Support in Strategic Analyses for Te...
 
Fair webinar, Ted slater: progress towards commercial fair data products and ...
Fair webinar, Ted slater: progress towards commercial fair data products and ...Fair webinar, Ted slater: progress towards commercial fair data products and ...
Fair webinar, Ted slater: progress towards commercial fair data products and ...
 
SDSC Industry News Q1 2015
SDSC Industry News Q1 2015SDSC Industry News Q1 2015
SDSC Industry News Q1 2015
 
Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...
Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...
Horizon2020 - Engagement in EU projects, Professor Roger Woods, Analytics Eng...
 
Oscon 2011 schroeder
Oscon 2011 schroederOscon 2011 schroeder
Oscon 2011 schroeder
 
ICIC is the International Conference on Trends for Scientific Information Pro...
ICIC is the International Conference on Trends for Scientific Information Pro...ICIC is the International Conference on Trends for Scientific Information Pro...
ICIC is the International Conference on Trends for Scientific Information Pro...
 
Philips john huffman
Philips john huffmanPhilips john huffman
Philips john huffman
 

Andere mochten auch

openBoM for BoltVC #hardware #startup meetup
openBoM for BoltVC #hardware #startup meetupopenBoM for BoltVC #hardware #startup meetup
openBoM for BoltVC #hardware #startup meetupOleg Shilovitsky
 
Why Partner with BIOVIA
Why Partner with BIOVIAWhy Partner with BIOVIA
Why Partner with BIOVIAGreg Nutkins
 
Re-imagining PLM for the future business
Re-imagining PLM for the future businessRe-imagining PLM for the future business
Re-imagining PLM for the future businessOleg Shilovitsky
 
PI OC: digital habits, millennials and manufacturing disruption
PI OC: digital habits, millennials and manufacturing disruptionPI OC: digital habits, millennials and manufacturing disruption
PI OC: digital habits, millennials and manufacturing disruptionOleg Shilovitsky
 
PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...
PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...
PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...Oleg Shilovitsky
 
PI Munich Conference: Single BOM
PI Munich Conference: Single BOMPI Munich Conference: Single BOM
PI Munich Conference: Single BOMOleg Shilovitsky
 
Siemens Teamcenter Express software
Siemens Teamcenter Express softwareSiemens Teamcenter Express software
Siemens Teamcenter Express softwarePritesh Patel
 

Andere mochten auch (8)

openBoM for BoltVC #hardware #startup meetup
openBoM for BoltVC #hardware #startup meetupopenBoM for BoltVC #hardware #startup meetup
openBoM for BoltVC #hardware #startup meetup
 
Why Partner with BIOVIA
Why Partner with BIOVIAWhy Partner with BIOVIA
Why Partner with BIOVIA
 
Re-imagining PLM for the future business
Re-imagining PLM for the future businessRe-imagining PLM for the future business
Re-imagining PLM for the future business
 
PI OC: digital habits, millennials and manufacturing disruption
PI OC: digital habits, millennials and manufacturing disruptionPI OC: digital habits, millennials and manufacturing disruption
PI OC: digital habits, millennials and manufacturing disruption
 
Social Media in PLM
Social Media in PLMSocial Media in PLM
Social Media in PLM
 
PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...
PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...
PLM-Seminar at Gardermoen: How the idea of single BoM can fit variant and con...
 
PI Munich Conference: Single BOM
PI Munich Conference: Single BOMPI Munich Conference: Single BOM
PI Munich Conference: Single BOM
 
Siemens Teamcenter Express software
Siemens Teamcenter Express softwareSiemens Teamcenter Express software
Siemens Teamcenter Express software
 

Ähnlich wie Pistoia Alliance USA Conference 2016

Machine Learning Applications in Credit Risk
Machine Learning Applications in Credit RiskMachine Learning Applications in Credit Risk
Machine Learning Applications in Credit RiskQuantUniversity
 
Cloud-Based Solutions for Clinical Data Management
Cloud-Based Solutions for Clinical Data ManagementCloud-Based Solutions for Clinical Data Management
Cloud-Based Solutions for Clinical Data ManagementClinosolIndia
 
Datascience101presentation4
Datascience101presentation4Datascience101presentation4
Datascience101presentation4Salford Systems
 
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...IRJET Journal
 
Automated_attendance_system_project.pptx
Automated_attendance_system_project.pptxAutomated_attendance_system_project.pptx
Automated_attendance_system_project.pptxNaveensai51
 
Certified Data Science Specialist Course Preview Dr. Nickholas
Certified Data Science Specialist Course Preview Dr. NickholasCertified Data Science Specialist Course Preview Dr. Nickholas
Certified Data Science Specialist Course Preview Dr. NickholasiTrainMalaysia1
 
Data-centric AI and the convergence of data and model engineering: opportunit...
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...Paolo Missier
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecasesSreenatha Reddy K R
 
Supporting Chemical Pharmaceutical Industry
Supporting Chemical Pharmaceutical IndustrySupporting Chemical Pharmaceutical Industry
Supporting Chemical Pharmaceutical IndustryMonica Mazzoni
 
Counting the World with AI Models
Counting the World with AI ModelsCounting the World with AI Models
Counting the World with AI ModelsGanes Kesari
 
Connecting the "dots" around your Consumers
Connecting the "dots" around your ConsumersConnecting the "dots" around your Consumers
Connecting the "dots" around your ConsumersDigital Air Strike
 
Borys Pratsiuk "How to be NVidia partner"
Borys Pratsiuk "How to be NVidia partner"Borys Pratsiuk "How to be NVidia partner"
Borys Pratsiuk "How to be NVidia partner"Lviv Startup Club
 
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...IRJET Journal
 
BODYPASS first result
BODYPASS first resultBODYPASS first result
BODYPASS first resultJuan V. Dura
 
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESA DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESPNandaSai
 
From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...
From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...
From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...Louis Dorard
 

Ähnlich wie Pistoia Alliance USA Conference 2016 (20)

Machine Learning Applications in Credit Risk
Machine Learning Applications in Credit RiskMachine Learning Applications in Credit Risk
Machine Learning Applications in Credit Risk
 
Knowledge Discovery
Knowledge DiscoveryKnowledge Discovery
Knowledge Discovery
 
Cloud-Based Solutions for Clinical Data Management
Cloud-Based Solutions for Clinical Data ManagementCloud-Based Solutions for Clinical Data Management
Cloud-Based Solutions for Clinical Data Management
 
Datascience101presentation4
Datascience101presentation4Datascience101presentation4
Datascience101presentation4
 
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
 
Automated_attendance_system_project.pptx
Automated_attendance_system_project.pptxAutomated_attendance_system_project.pptx
Automated_attendance_system_project.pptx
 
Certified Data Science Specialist Course Preview Dr. Nickholas
Certified Data Science Specialist Course Preview Dr. NickholasCertified Data Science Specialist Course Preview Dr. Nickholas
Certified Data Science Specialist Course Preview Dr. Nickholas
 
Data-centric AI and the convergence of data and model engineering: opportunit...
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecases
 
Supporting Chemical Pharmaceutical Industry
Supporting Chemical Pharmaceutical IndustrySupporting Chemical Pharmaceutical Industry
Supporting Chemical Pharmaceutical Industry
 
Counting the World with AI Models
Counting the World with AI ModelsCounting the World with AI Models
Counting the World with AI Models
 
Data mining
Data miningData mining
Data mining
 
Connecting the "dots" around your Consumers
Connecting the "dots" around your ConsumersConnecting the "dots" around your Consumers
Connecting the "dots" around your Consumers
 
Borys Pratsiuk "How to be NVidia partner"
Borys Pratsiuk "How to be NVidia partner"Borys Pratsiuk "How to be NVidia partner"
Borys Pratsiuk "How to be NVidia partner"
 
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...
 
Future se oct15
Future se oct15Future se oct15
Future se oct15
 
The challenges of 3D Personal Data
The challenges of 3D Personal DataThe challenges of 3D Personal Data
The challenges of 3D Personal Data
 
BODYPASS first result
BODYPASS first resultBODYPASS first result
BODYPASS first result
 
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESA DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
 
From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...
From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...
From Data to Artificial Intelligence with the Machine Learning Canvas — ODSC ...
 

Mehr von Pistoia Alliance

Fairification experience clarifying the semantics of data matrices
Fairification experience clarifying the semantics of data matricesFairification experience clarifying the semantics of data matrices
Fairification experience clarifying the semantics of data matricesPistoia Alliance
 
Digital webinar master deck final
Digital webinar master deck finalDigital webinar master deck final
Digital webinar master deck finalPistoia Alliance
 
Heartificial intelligence - claudio-mirti
Heartificial intelligence - claudio-mirtiHeartificial intelligence - claudio-mirti
Heartificial intelligence - claudio-mirtiPistoia Alliance
 
Knowledge graphs ilaria maresi the hyve 23apr2020
Knowledge graphs   ilaria maresi the hyve 23apr2020Knowledge graphs   ilaria maresi the hyve 23apr2020
Knowledge graphs ilaria maresi the hyve 23apr2020Pistoia Alliance
 
2020.04.07 automated molecular design and the bradshaw platform webinar
2020.04.07 automated molecular design and the bradshaw platform webinar2020.04.07 automated molecular design and the bradshaw platform webinar
2020.04.07 automated molecular design and the bradshaw platform webinarPistoia Alliance
 
Data market evolution, a future shaped by FAIR
Data market evolution, a future shaped by FAIRData market evolution, a future shaped by FAIR
Data market evolution, a future shaped by FAIRPistoia Alliance
 
AI in translational medicine webinar
AI in translational medicine webinarAI in translational medicine webinar
AI in translational medicine webinarPistoia Alliance
 
CEDAR work bench for metadata management
CEDAR work bench for metadata managementCEDAR work bench for metadata management
CEDAR work bench for metadata managementPistoia Alliance
 
Open interoperability standards, tools and services at EMBL-EBI
Open interoperability standards, tools and services at EMBL-EBIOpen interoperability standards, tools and services at EMBL-EBI
Open interoperability standards, tools and services at EMBL-EBIPistoia Alliance
 
Application of recently developed FAIR metrics to the ELIXIR Core Data Resources
Application of recently developed FAIR metrics to the ELIXIR Core Data ResourcesApplication of recently developed FAIR metrics to the ELIXIR Core Data Resources
Application of recently developed FAIR metrics to the ELIXIR Core Data ResourcesPistoia Alliance
 
Implementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcareImplementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcarePistoia Alliance
 
Building trust and accountability - the role User Experience design can play ...
Building trust and accountability - the role User Experience design can play ...Building trust and accountability - the role User Experience design can play ...
Building trust and accountability - the role User Experience design can play ...Pistoia Alliance
 
Pistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier DatathonPistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier DatathonPistoia Alliance
 
Data for AI models, the past, the present, the future
Data for AI models, the past, the present, the futureData for AI models, the past, the present, the future
Data for AI models, the past, the present, the futurePistoia Alliance
 
PA webinar on benefits & costs of FAIR implementation in life sciences
PA webinar on benefits & costs of FAIR implementation in life sciences PA webinar on benefits & costs of FAIR implementation in life sciences
PA webinar on benefits & costs of FAIR implementation in life sciences Pistoia Alliance
 
AI & ML in Drug Design: Pistoia Alliance CoE
AI & ML in Drug Design: Pistoia Alliance CoEAI & ML in Drug Design: Pistoia Alliance CoE
AI & ML in Drug Design: Pistoia Alliance CoEPistoia Alliance
 
Ai in drug design webinar 26 feb 2019
Ai in drug design webinar 26 feb 2019Ai in drug design webinar 26 feb 2019
Ai in drug design webinar 26 feb 2019Pistoia Alliance
 
Blockchain and IOT and the GxP Lab Slides
Blockchain and IOT and the GxP Lab SlidesBlockchain and IOT and the GxP Lab Slides
Blockchain and IOT and the GxP Lab SlidesPistoia Alliance
 

Mehr von Pistoia Alliance (20)

Fairification experience clarifying the semantics of data matrices
Fairification experience clarifying the semantics of data matricesFairification experience clarifying the semantics of data matrices
Fairification experience clarifying the semantics of data matrices
 
MPS webinar master deck
MPS webinar master deckMPS webinar master deck
MPS webinar master deck
 
Digital webinar master deck final
Digital webinar master deck finalDigital webinar master deck final
Digital webinar master deck final
 
Heartificial intelligence - claudio-mirti
Heartificial intelligence - claudio-mirtiHeartificial intelligence - claudio-mirti
Heartificial intelligence - claudio-mirti
 
Fair by design
Fair by designFair by design
Fair by design
 
Knowledge graphs ilaria maresi the hyve 23apr2020
Knowledge graphs   ilaria maresi the hyve 23apr2020Knowledge graphs   ilaria maresi the hyve 23apr2020
Knowledge graphs ilaria maresi the hyve 23apr2020
 
2020.04.07 automated molecular design and the bradshaw platform webinar
2020.04.07 automated molecular design and the bradshaw platform webinar2020.04.07 automated molecular design and the bradshaw platform webinar
2020.04.07 automated molecular design and the bradshaw platform webinar
 
Data market evolution, a future shaped by FAIR
Data market evolution, a future shaped by FAIRData market evolution, a future shaped by FAIR
Data market evolution, a future shaped by FAIR
 
AI in translational medicine webinar
AI in translational medicine webinarAI in translational medicine webinar
AI in translational medicine webinar
 
CEDAR work bench for metadata management
CEDAR work bench for metadata managementCEDAR work bench for metadata management
CEDAR work bench for metadata management
 
Open interoperability standards, tools and services at EMBL-EBI
Open interoperability standards, tools and services at EMBL-EBIOpen interoperability standards, tools and services at EMBL-EBI
Open interoperability standards, tools and services at EMBL-EBI
 
Application of recently developed FAIR metrics to the ELIXIR Core Data Resources
Application of recently developed FAIR metrics to the ELIXIR Core Data ResourcesApplication of recently developed FAIR metrics to the ELIXIR Core Data Resources
Application of recently developed FAIR metrics to the ELIXIR Core Data Resources
 
Implementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcareImplementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcare
 
Building trust and accountability - the role User Experience design can play ...
Building trust and accountability - the role User Experience design can play ...Building trust and accountability - the role User Experience design can play ...
Building trust and accountability - the role User Experience design can play ...
 
Pistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier DatathonPistoia Alliance-Elsevier Datathon
Pistoia Alliance-Elsevier Datathon
 
Data for AI models, the past, the present, the future
Data for AI models, the past, the present, the futureData for AI models, the past, the present, the future
Data for AI models, the past, the present, the future
 
PA webinar on benefits & costs of FAIR implementation in life sciences
PA webinar on benefits & costs of FAIR implementation in life sciences PA webinar on benefits & costs of FAIR implementation in life sciences
PA webinar on benefits & costs of FAIR implementation in life sciences
 
AI & ML in Drug Design: Pistoia Alliance CoE
AI & ML in Drug Design: Pistoia Alliance CoEAI & ML in Drug Design: Pistoia Alliance CoE
AI & ML in Drug Design: Pistoia Alliance CoE
 
Ai in drug design webinar 26 feb 2019
Ai in drug design webinar 26 feb 2019Ai in drug design webinar 26 feb 2019
Ai in drug design webinar 26 feb 2019
 
Blockchain and IOT and the GxP Lab Slides
Blockchain and IOT and the GxP Lab SlidesBlockchain and IOT and the GxP Lab Slides
Blockchain and IOT and the GxP Lab Slides
 

Kürzlich hochgeladen

STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Chromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATINChromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATINsankalpkumarsahoo174
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxjana861314
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 

Kürzlich hochgeladen (20)

STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Chromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATINChromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATIN
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 

Pistoia Alliance USA Conference 2016