SlideShare a Scribd company logo
1 of 48
WHAT IS DATA ANALYTICS AND
MACHINE LEARNING?
July 12, 2017
Arindam Chakroborty, PhD, PE
Burak Ozturk, PhD, CEng
Ricardo Vilalta, PhD
1400 Broadfield Blvd. Suite 325, Houston TX 77084
Phone : +1 (832) 301-0881
www.viascorp.com
support@viascorp.com
© 2017 Virtual Integrated Analytics Solutions Inc.
Who We Are
Engineering
Consultancy
Training
Automation
&Customization
Software
• Solution partner of Dassault Systèmes SIMULIA –
Abaqus, Isight, fe-safe, Tosca; CATIA, and DELMIA
• Provide Engineering Consultancy, Software Automation
and Customization
• Multiple Industry Experience – Oil & Gas, Machinery &
Equipment, Petrochemical & Process, Nuclear,
Aerospace, Medical Devices, Manufacturing and
Automotive
• Team consists of Ph.D. and Masters in Solid Mechanics,
Fluid Mechanics, Materials and Corrosion, Numerical
Analysis, Optimization and Reliability, Data Analytics
• Additive manufacturing(AM) and Simulation Services
2
© 2017 Virtual Integrated Analytics Solutions Inc.
Data Analytics
Examine data
to draw conclusions
Sophisticated systems
and software
Informed business
decisions
Verify scientific
theories
Machine Learning, Data
Mining, Artificial Intelligence
3
© 2017 Virtual Integrated Analytics Solutions Inc.
Machine Learning
▪ Where does machine learning come from?
▪ What is machine learning?
▪ Where can machine learning be applied
▪ Should I care about machine learning at all?
4
© 2017 Virtual Integrated Analytics Solutions Inc.
Where does machine learning
come from?
Search
Artificial Intelligence
Planning Knowledge
Representation
Machine Learning
Robotics
Clustering
Classification
Genetic Algorithms
Reinforcement
Learning
Field of Study
5
© 2017 Virtual Integrated Analytics Solutions Inc.
Where does machine learning
come from?
Machine
Learning
Probability &
Statistics
Computational
Complexity
Theory Information
Theory
Philosophy
Neurobiology
Artificial
Intelligence
Multidisciplinary Field
6
© 2017 Virtual Integrated Analytics Solutions Inc.
Origins: A Brief History
McCulloch and Pitts (1943)
Model of Artificial Neurons.
Donald Hebb (1949)
Hebbian Learning
Conference at Dartmouth (1956)
McCarthy, Minsky, Shannon,
Nathaniel, Samuel (IBM), Solomonoff,
Newell and Simon.
Newell and Simon
General Problem Solver
7
© 2017 Virtual Integrated Analytics Solutions Inc.
Later on…
The knowledge problem.
“the spirit is willing but the flesh is weak”
“The vodka is good but the meat is rotten”
US government funding
was cancelled (1966)
Minksy and Papert
Book Perceptron (1969)
Knowledge based-methods (1969-79)
Buchanan with DENDRAL
(molecular info. from a mass spectrometer)
Expert Systems
MYCIN (diagnose blood infections)
8
© 2017 Virtual Integrated Analytics Solutions Inc.
AI and Machine Learning Consolidate
(1980 – today)
More expert systems.
Systems using Prolog.
After 1988 companies suffered.
The return of
Neural Networks
Hopfield (1982)
AI becomes Science
neats beat scruffies
Data Mining
Bayesian Networks
Robotics
Computer Vision
Machine Learning
Artificial General Intelligence
Universal algorithm for learning and acting in any environment.
9
© 2017 Virtual Integrated Analytics Solutions Inc.
Machine Learning
• Where does machine learning come from?
• What is machine learning?
• Where can machine learning be applied?
• Should I care about machine learning at all?
10
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Definition
Machine learning is the study of how to make
computers learn or adapt; the goal is to make
computers improve their performance through
experience.
Experience E
Computer
Learning
Algorithm
Class of Tasks T Performance P
11
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Definition
Experience E
Computer
Learning
Algorithm
Class of Tasks T Performance P
12
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Definition
It is the kind of activity on which the computer will learn to
improve its performance. Examples:
Learning to
Play chess
Recognizing
Images of
Handwritten
Words
Diagnosing
patients
coming into the
hospital
Class of Tasks:
13
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Definition
Experience E
Computer
Learning
Algorithm
Class of Tasks T Performance P
14
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Definition
Experience: What has been recorded in the past
Performance: A measure of the quality of the response or action.
Example: Handwritten recognition using Neural Networks
Experience: a database of handwritten images
with their correct classification
Performance: Accuracy in classifications
Experience and Performance
15
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Definition
16
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Definition
Experience E
Computer
Learning
Algorithm
Class of Tasks T Performance P
17
© 2017 Virtual Integrated Analytics Solutions Inc.
Machine Learning
• Where does machine learning come from?
• What is machine learning?
▪ Definition
▪ Types of Machine Learning
• Where can machine learning be applied?
• Should I care about machine learning at all?
18
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Types of Machine Learning
• Supervised Learning
• Unsupervised Learning
• Reinforcement Learning
• Evolutionary Learning
19
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Types of Machine Learning
• Supervised Learning
• Each example or object has a class attached to it.
• We try to learn a mapping from examples to classes.
• Two modes: classification and regression
• Machine learning algorithms abound:
• Decision Trees
• Rule-based systems
• Neural networks
• Nearest-neighbor
• Support-Vector Machines
• Bayesian Methods
20
© 2017 Virtual Integrated Analytics Solutions Inc.
Classification or Supervised
Learning
Supervised Learning:
Training set x = {x1, x2, …, xN}
Class or target vector y = {y1, y2, …, yk}
Find a function f(x) that takes a vector x
and outputs a class y.
{(x,y)}
f(x)
{(x,y)}
21
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Example: Diagnosing a patient coming into the hospital.
▪ Features:
▪ X1: Temperature
▪ X2: Blood pressure
▪ X3: Blood type
▪ X4: Age
▪ X5: Weight
▪ Etc.
Given a new example X = < x1, x2, …, xn >
F(X) = w1x1 + w2x2 + w3x3 = … + wnxn
If F(X) > T predict heart disease
otherwise predict no heart disease
The Representation of the Target Knowledge
Designing a Learning System
22
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Types of Machine Learning
Supervised Learning – Neural Networks
Input nodes
Internal nodes
Output nodes
Left Straight Right
23
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Types of Machine Learning
Supervised Learning – Neural Networks
Artificial Neural Networks are crude attempts to model the highly massive
parallel and distributed processing we believe takes place in the brain.
Consider:
▪ the speed at which the brain recognizes images;
▪ the many neurons populating a brain;
▪ the speed at which a single neuron transmits signals.
Brain
Neuron
Model Representation
24
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Types of Machine Learning
Unsupervised Learning
Examples or objects have no class attached to them.
From “Pattern Classification” by Duda, Hart and Stork, 2nd Ed. Wiley Interscience (2000)
25
© 2017 Virtual Integrated Analytics Solutions Inc.
Clustering or Unsupervised Learning
Unsupervised Learning:
Training set x = {x1, x2, …, xN}
No class or target vector available
Find natural groups or clusters in the data
{x}
26
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Types of Machine Learning
Reinforcement Learning
Supervised Learning:
Example Class
Reinforcement Learning:
Situation Reward Situation Reward
…
27
© 2017 Virtual Integrated Analytics Solutions Inc.
What is Machine Learning?
Types of Machine Learning
Evolutionary Learning
Methods inspired by the process of biological evolution.
Main ideas
Population of
solutions
Assign a score or
fitness value to each
solution
Retain the best
solutions (survival
of the fittest)
Generate new
solutions (offspring)
28
© 2017 Virtual Integrated Analytics Solutions Inc.
Data Mining
Selection
Target Data
Preprocessing
Data Preprocessed
Data
Transformation
Transformed
Data
Patterns
Data
Mining
Interpretation &
EvaluationKnowledge
Knowledge Discovery and Data Mining
29
© 2017 Virtual Integrated Analytics Solutions Inc.
Machine Learning
• Where does machine learning come from?
• What is machine learning?
• Where can machine learning be applied?
• Should I care about machine learning at all?
30
© 2017 Virtual Integrated Analytics Solutions Inc.
Where can machine learning
be applied?
Automatic car drive (ALVINN 1989)
Train computer-controlled vehicle to steer correctly when
driving on a variety of road types.
computer
(learning algorithm)
class 1
steer to the left
class 2
steer to the right
class 3
continue straight
31
© 2017 Virtual Integrated Analytics Solutions Inc.
Where can machine learning
be applied?
Automatic Car Drive
Class of Tasks: Learning to drive on highways from
vision stereos.
Knowledge: Images and steering commands
recorded
while observing a human driver.
Performance Module: Accuracy in classification
32
© 2017 Virtual Integrated Analytics Solutions Inc.
DARPA Challenge
• Competition for driverless vehicles
• DARPA – Defense Advanced Research Projects Agency
• $2 million dollars – First prize in Oct. 2005
33
© 2017 Virtual Integrated Analytics Solutions Inc.
Where can machine learning
be applied?
Learning to classify astronomical structures.
galaxy
stars
▪ Features:
▪ Color
▪ Size
▪ Mass
▪ Temperature
▪ Luminosity
unknown
34
© 2017 Virtual Integrated Analytics Solutions Inc.
Where can machine learning
be applied?
Classifying Astronomical Objects
Class of Tasks: Learning to classify new objects.
Knowledge: database of images with correct
classification.
Performance Module: Accuracy in classification
35
© 2017 Virtual Integrated Analytics Solutions Inc.
Where can machine learning
be applied?
Other Applications
▪ Bio-Technology
▪ Protein Folding Prediction
▪ Micro-array gene expression
▪ Computer Systems Performance Prediction
▪ Banking Applications
▪ Credit Applications
▪ Fraud Detection
▪ Character Recognition (US Postal Service)
▪ Web Applications
▪ Document Classification
▪ Learning User Preferences
36
© 2017 Virtual Integrated Analytics Solutions Inc.
Applications in Science
and Industry
▪ Automated seismic data processing
▪ Pattern recognition for creating maps of Mars landforms
▪ Signal identification in particle physics
▪ Predicting stuck pipes during drilling
▪ Data analytics for computer systems management
37
© 2017 Virtual Integrated Analytics Solutions Inc.
Seismic data processing
• Seismic processing can take months and require
world’s most powerful computers
• Need for automated tools for identification and
delineation of geological elements from 3D seismic
data.
• Algorithms include the use of higher order
statistics, feature extraction methods, pattern
recognition, clustering methods and unsupervised
classification.
• Automating the process of identifying geological
bodies
• Significant efficiency improvements
• Improves accuracy of predictions
• Results in millions of dollars of value to our clients
38
© 2017 Virtual Integrated Analytics Solutions Inc.
Automatic Classification of Mars Landforms
• Identifying landforms on Mars is a
tedious manual process taking an
enormous amount of time
• Machine learning techniques are used to
train a model with a small set of labeled
segments
• Predictive models have shown accuracies
of approximately 90%
• The automated solution produces a
complete catalog of landforms on Mars
• Similar approach can be applied to
processing seismic data
 Plain
 Crater Floor
 Convex Crater
Walls
 Concave Crater
Walls
 Convex Ridges
 Concave Ridges
39
© 2017 Virtual Integrated Analytics Solutions Inc.
Identification of Signals in Particle Physics
• Searching for particle signals in particle
colliders data is a challenging problem due
to large backgrounds
• Data mining tools are used to the search for
single top quark production by using
predictive models that identify top quark
patterns
• This allows to obtain evidence for the
existence of certain particles that otherwise
go unnoticed during costly experiments
• Similar approach can be used for
identification of certain features in
geophysical data
40
© 2017 Virtual Integrated Analytics Solutions Inc.
Real-time Stuck Drillpipe
Prediction
• Stuck drill pipes is a major
cost driver in the drilling
industry
• Using machine learning with
real-time monitoring can
predict stuck events before
they actually occur
• Predictive models allow
drillers to react before any
critical event
• Pilot studies show 95%
effectiveness in predicting
stuck pipes 15 mins ahead of
time.
Safe time
window for
prediction
Stuck
Pipe
Event
41
© 2017 Virtual Integrated Analytics Solutions Inc.
Computer Network Performance Prediction
• Critical operations in industry
cannot afford losing a critical
computer node
• Data mining finds activity patterns
that anticipate computer node
failure
• Anticipating node failure activates
proactively a procedure to avoid
service interruption during critical
operations
• Similar approach can be applied to
detect anomalies in production
operations
42
© 2017 Virtual Integrated Analytics Solutions Inc.
Machine Learning
• Where does machine learning come from?
• What is machine learning?
• Where can machine learning be applied?
• Should I care about machine learning at all?
43
© 2017 Virtual Integrated Analytics Solutions Inc.
Should I care about Machine
Learning at all?
• Yes, you should!
• Machine learning is becoming increasingly popular and has become a
cornerstone in many industrial applications.
• Machine learning provides algorithms for data mining, where the goal is
to extract useful pieces of information (i.e., patterns) from large
databases.
• The computer industry is heading towards systems that will be able to
adapt and heal themselves automatically.
• The Oil and Gas industry is now focusing on data analytics as a game
changer through the automation of pattern recognition engines.
• NASA and Military Agencies are interested in robots able to adapt in any
environment autonomously.
• The Medical industry is now using machine learning to diagnose
diseases.
44
© 2017 Virtual Integrated Analytics Solutions Inc.
Machine Learning Course
http://www.viascorp.com/course-schedule/
45
© 2017 Virtual Integrated Analytics Solutions Inc.
Deep Learning Course
http://www.viascorp.com/course-schedule/
46
© 2017 Virtual Integrated Analytics Solutions Inc.
Python Course
http://www.viascorp.com/course-schedule/
47
© 2017 Virtual Integrated Analytics Solutions Inc.
Thank you
48

More Related Content

What's hot

2.4 rule based classification
2.4 rule based classification2.4 rule based classification
2.4 rule based classificationKrish_ver2
 
Summer Report on Mathematics for Machine learning: Imperial College of London
Summer Report on Mathematics for Machine learning: Imperial College of LondonSummer Report on Mathematics for Machine learning: Imperial College of London
Summer Report on Mathematics for Machine learning: Imperial College of LondonYash Khanna
 
Prediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptxPrediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptxkumari36
 
Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm Kedar Damkondwar
 
Types of Machine Learning
Types of Machine LearningTypes of Machine Learning
Types of Machine LearningSamra Shahzadi
 
Loan default prediction with machine language
Loan  default  prediction with  machine  language Loan  default  prediction with  machine  language
Loan default prediction with machine language Aayush Kumar
 
Decision support systems
Decision support systemsDecision support systems
Decision support systemsAneel Ahmed
 
(r)Evolution of Machine Learning
(r)Evolution of Machine Learning(r)Evolution of Machine Learning
(r)Evolution of Machine LearningPankaj Tirpude
 
Credit card fraud detection methods using Data-mining.pptx (2)
Credit card fraud detection methods using Data-mining.pptx (2)Credit card fraud detection methods using Data-mining.pptx (2)
Credit card fraud detection methods using Data-mining.pptx (2)k.surya kumar
 
Adaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud DetectionAdaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud DetectionAndrea Dal Pozzolo
 
Decision Tree Learning
Decision Tree LearningDecision Tree Learning
Decision Tree LearningMilind Gokhale
 
Loan approval prediction based on machine learning approach
Loan approval prediction based on machine learning approachLoan approval prediction based on machine learning approach
Loan approval prediction based on machine learning approachEslam Nader
 
2.3 bayesian classification
2.3 bayesian classification2.3 bayesian classification
2.3 bayesian classificationKrish_ver2
 

What's hot (20)

Segmentation
SegmentationSegmentation
Segmentation
 
2.4 rule based classification
2.4 rule based classification2.4 rule based classification
2.4 rule based classification
 
Decision tree
Decision treeDecision tree
Decision tree
 
Summer Report on Mathematics for Machine learning: Imperial College of London
Summer Report on Mathematics for Machine learning: Imperial College of LondonSummer Report on Mathematics for Machine learning: Imperial College of London
Summer Report on Mathematics for Machine learning: Imperial College of London
 
Prediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptxPrediction of heart disease using machine learning.pptx
Prediction of heart disease using machine learning.pptx
 
Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm Heart disease prediction using machine learning algorithm
Heart disease prediction using machine learning algorithm
 
Types of Machine Learning
Types of Machine LearningTypes of Machine Learning
Types of Machine Learning
 
Loan default prediction with machine language
Loan  default  prediction with  machine  language Loan  default  prediction with  machine  language
Loan default prediction with machine language
 
Decision support systems
Decision support systemsDecision support systems
Decision support systems
 
(r)Evolution of Machine Learning
(r)Evolution of Machine Learning(r)Evolution of Machine Learning
(r)Evolution of Machine Learning
 
Uncertainty in AI
Uncertainty in AIUncertainty in AI
Uncertainty in AI
 
Credit card fraud detection methods using Data-mining.pptx (2)
Credit card fraud detection methods using Data-mining.pptx (2)Credit card fraud detection methods using Data-mining.pptx (2)
Credit card fraud detection methods using Data-mining.pptx (2)
 
Machine learning
Machine learningMachine learning
Machine learning
 
Anomaly detection
Anomaly detectionAnomaly detection
Anomaly detection
 
Adaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud DetectionAdaptive Machine Learning for Credit Card Fraud Detection
Adaptive Machine Learning for Credit Card Fraud Detection
 
Decision Tree Learning
Decision Tree LearningDecision Tree Learning
Decision Tree Learning
 
Loan approval prediction based on machine learning approach
Loan approval prediction based on machine learning approachLoan approval prediction based on machine learning approach
Loan approval prediction based on machine learning approach
 
Aspects of data mart
Aspects of data martAspects of data mart
Aspects of data mart
 
2.3 bayesian classification
2.3 bayesian classification2.3 bayesian classification
2.3 bayesian classification
 
Rule based system
Rule based systemRule based system
Rule based system
 

Similar to What is Data Analysis and Machine Learning?

The exciting new world of code & data
The exciting new world of code & dataThe exciting new world of code & data
The exciting new world of code & dataSteven Miller
 
Issip nsf smart service systems 20170329 v1
Issip nsf smart service systems 20170329 v1Issip nsf smart service systems 20170329 v1
Issip nsf smart service systems 20170329 v1ISSIP
 
Machine Learning for Auditors: What you need to know - ISACA North America CA...
Machine Learning for Auditors: What you need to know - ISACA North America CA...Machine Learning for Auditors: What you need to know - ISACA North America CA...
Machine Learning for Auditors: What you need to know - ISACA North America CA...Andrew Clark
 
The Myths + Realities of Machine-Learning Cybersecurity
The Myths + Realities of Machine-Learning CybersecurityThe Myths + Realities of Machine-Learning Cybersecurity
The Myths + Realities of Machine-Learning CybersecurityInterset
 
Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...
Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...
Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...HWZ Hochschule für Wirtschaft
 
Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...
Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...
Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...Cristene Gonzalez-Wertz
 
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdfMachine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdfCarlos Paredes
 
Where are the data professionals
Where are the data professionalsWhere are the data professionals
Where are the data professionalsSteven Miller
 
Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...
Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...
Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...Ali Alkan
 
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...Dozie Agbo
 
EXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to TestEXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to TestIosif Itkin
 
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...Ali Alkan
 
Machine Learning for Auditors
Machine Learning for AuditorsMachine Learning for Auditors
Machine Learning for AuditorsAndrew Clark
 
H2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupH2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupSri Ambati
 
Introduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetIntroduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetAmazon Web Services
 
Overview of Machine Learning and its Applications
Overview of Machine Learning and its ApplicationsOverview of Machine Learning and its Applications
Overview of Machine Learning and its ApplicationsDeepak Chawla
 

Similar to What is Data Analysis and Machine Learning? (20)

The exciting new world of code & data
The exciting new world of code & dataThe exciting new world of code & data
The exciting new world of code & data
 
Issip nsf smart service systems 20170329 v1
Issip nsf smart service systems 20170329 v1Issip nsf smart service systems 20170329 v1
Issip nsf smart service systems 20170329 v1
 
Machine Learning for Auditors: What you need to know - ISACA North America CA...
Machine Learning for Auditors: What you need to know - ISACA North America CA...Machine Learning for Auditors: What you need to know - ISACA North America CA...
Machine Learning for Auditors: What you need to know - ISACA North America CA...
 
The Myths + Realities of Machine-Learning Cybersecurity
The Myths + Realities of Machine-Learning CybersecurityThe Myths + Realities of Machine-Learning Cybersecurity
The Myths + Realities of Machine-Learning Cybersecurity
 
Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...
Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...
Breakout Session: Kritische Führungskompetenzen im Zeitalter der künstlichen ...
 
Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...
Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...
Journey to Industry 4.0 and Beyond with Cognitive Manufacturing -Taiwan compu...
 
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdfMachine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
 
Perspective on HPC-enabled AI
Perspective on HPC-enabled AIPerspective on HPC-enabled AI
Perspective on HPC-enabled AI
 
Where are the data professionals
Where are the data professionalsWhere are the data professionals
Where are the data professionals
 
Week 2 lecture
Week 2 lectureWeek 2 lecture
Week 2 lecture
 
Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...
Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...
Intelligently Automating Machine Learning, Artificial Intelligence, and Data ...
 
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
 
EXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to TestEXTENT-2017: Putting AI to Test
EXTENT-2017: Putting AI to Test
 
AI-ML.pdf
AI-ML.pdfAI-ML.pdf
AI-ML.pdf
 
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...
Makine Öğrenmesi, Yapay Zeka ve Veri Bilimi Süreçlerinin Otomatikleştirilmesi...
 
Machine learning
 Machine learning Machine learning
Machine learning
 
Machine Learning for Auditors
Machine Learning for AuditorsMachine Learning for Auditors
Machine Learning for Auditors
 
H2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User GroupH2O with Erin LeDell at Portland R User Group
H2O with Erin LeDell at Portland R User Group
 
Introduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNetIntroduction to Machine Learning, Deep Learning and MXNet
Introduction to Machine Learning, Deep Learning and MXNet
 
Overview of Machine Learning and its Applications
Overview of Machine Learning and its ApplicationsOverview of Machine Learning and its Applications
Overview of Machine Learning and its Applications
 

More from Arindam Chakraborty, Ph.D., P.E. (CA, TX)

Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...
Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...
Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Digital Twin based Product Development in Life Science Industry – Sustainable...
Digital Twin based Product Development in Life Science Industry – Sustainable...Digital Twin based Product Development in Life Science Industry – Sustainable...
Digital Twin based Product Development in Life Science Industry – Sustainable...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...
Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...
Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Reliability Based Design Optimization of Primary Shield Structure Under Seism...
Reliability Based Design Optimization of Primary Shield Structure Under Seism...Reliability Based Design Optimization of Primary Shield Structure Under Seism...
Reliability Based Design Optimization of Primary Shield Structure Under Seism...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...
Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...
Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)
FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)
FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...
Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...
Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Design optimization of BOP for fatigue and strength in HPHT environment using...
Design optimization of BOP for fatigue and strength in HPHT environment using...Design optimization of BOP for fatigue and strength in HPHT environment using...
Design optimization of BOP for fatigue and strength in HPHT environment using...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 

More from Arindam Chakraborty, Ph.D., P.E. (CA, TX) (20)

Shelf-Life Prediction for Consumer Packaged Goods (CPG) Bottles
Shelf-Life Prediction for Consumer Packaged Goods (CPG) Bottles Shelf-Life Prediction for Consumer Packaged Goods (CPG) Bottles
Shelf-Life Prediction for Consumer Packaged Goods (CPG) Bottles
 
Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...
Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...
Ensuring Structural Compliance of Electric Vehicle Battery Pack Against Crush...
 
Digital Twin based Product Development in Life Science Industry – Sustainable...
Digital Twin based Product Development in Life Science Industry – Sustainable...Digital Twin based Product Development in Life Science Industry – Sustainable...
Digital Twin based Product Development in Life Science Industry – Sustainable...
 
Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...
Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...
Engineered to Cure – Patient Specific Tibial Implant Design using Micro-Macro...
 
FEA Based Level 3 Assessment of Deformed Tanks
FEA Based Level 3 Assessment of Deformed TanksFEA Based Level 3 Assessment of Deformed Tanks
FEA Based Level 3 Assessment of Deformed Tanks
 
Structural Compliance of Electric Vehicle Battery Pack
Structural Compliance of Electric Vehicle Battery Pack Structural Compliance of Electric Vehicle Battery Pack
Structural Compliance of Electric Vehicle Battery Pack
 
Integrating Laser Scan Data into FEA Model to Perform Level 3 FFS
Integrating Laser Scan Data into FEA Model to Perform Level 3 FFSIntegrating Laser Scan Data into FEA Model to Perform Level 3 FFS
Integrating Laser Scan Data into FEA Model to Perform Level 3 FFS
 
ORS 2022-Tibial implant analysis using patient specific data
ORS 2022-Tibial implant analysis using patient specific data ORS 2022-Tibial implant analysis using patient specific data
ORS 2022-Tibial implant analysis using patient specific data
 
Electromagnetic Simulations for Aerospace Applications
Electromagnetic Simulations for Aerospace ApplicationsElectromagnetic Simulations for Aerospace Applications
Electromagnetic Simulations for Aerospace Applications
 
Simulation Study of Brake System Performance
Simulation Study of Brake System PerformanceSimulation Study of Brake System Performance
Simulation Study of Brake System Performance
 
Fracture Reliability
Fracture Reliability Fracture Reliability
Fracture Reliability
 
Reliability Based Design Optimization of Primary Shield Structure Under Seism...
Reliability Based Design Optimization of Primary Shield Structure Under Seism...Reliability Based Design Optimization of Primary Shield Structure Under Seism...
Reliability Based Design Optimization of Primary Shield Structure Under Seism...
 
Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...
Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...
Analysis of ERDIP joint at fault using Abaqus - A case study for simulation b...
 
CFD simulation Capabilities for marine / offshore Applications
CFD simulation Capabilities for marine / offshore ApplicationsCFD simulation Capabilities for marine / offshore Applications
CFD simulation Capabilities for marine / offshore Applications
 
FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)
FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)
FEA Based Pipe Stress Analysis - Introduction To Pipe Calculation System (PCS)
 
Vias services and capabilities
Vias services and capabilitiesVias services and capabilities
Vias services and capabilities
 
Simulation in the CPG-retail Industry
Simulation in the CPG-retail IndustrySimulation in the CPG-retail Industry
Simulation in the CPG-retail Industry
 
Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...
Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...
Using MpCCI to model Fluid-Structure-Interactions with ABAQUS and 3rd party C...
 
Design optimization of BOP for fatigue and strength in HPHT environment using...
Design optimization of BOP for fatigue and strength in HPHT environment using...Design optimization of BOP for fatigue and strength in HPHT environment using...
Design optimization of BOP for fatigue and strength in HPHT environment using...
 
Knee Simulation using ABAQUS
Knee Simulation using ABAQUSKnee Simulation using ABAQUS
Knee Simulation using ABAQUS
 

Recently uploaded

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 

What is Data Analysis and Machine Learning?

  • 1. WHAT IS DATA ANALYTICS AND MACHINE LEARNING? July 12, 2017 Arindam Chakroborty, PhD, PE Burak Ozturk, PhD, CEng Ricardo Vilalta, PhD 1400 Broadfield Blvd. Suite 325, Houston TX 77084 Phone : +1 (832) 301-0881 www.viascorp.com support@viascorp.com
  • 2. © 2017 Virtual Integrated Analytics Solutions Inc. Who We Are Engineering Consultancy Training Automation &Customization Software • Solution partner of Dassault Systèmes SIMULIA – Abaqus, Isight, fe-safe, Tosca; CATIA, and DELMIA • Provide Engineering Consultancy, Software Automation and Customization • Multiple Industry Experience – Oil & Gas, Machinery & Equipment, Petrochemical & Process, Nuclear, Aerospace, Medical Devices, Manufacturing and Automotive • Team consists of Ph.D. and Masters in Solid Mechanics, Fluid Mechanics, Materials and Corrosion, Numerical Analysis, Optimization and Reliability, Data Analytics • Additive manufacturing(AM) and Simulation Services 2
  • 3. © 2017 Virtual Integrated Analytics Solutions Inc. Data Analytics Examine data to draw conclusions Sophisticated systems and software Informed business decisions Verify scientific theories Machine Learning, Data Mining, Artificial Intelligence 3
  • 4. © 2017 Virtual Integrated Analytics Solutions Inc. Machine Learning ▪ Where does machine learning come from? ▪ What is machine learning? ▪ Where can machine learning be applied ▪ Should I care about machine learning at all? 4
  • 5. © 2017 Virtual Integrated Analytics Solutions Inc. Where does machine learning come from? Search Artificial Intelligence Planning Knowledge Representation Machine Learning Robotics Clustering Classification Genetic Algorithms Reinforcement Learning Field of Study 5
  • 6. © 2017 Virtual Integrated Analytics Solutions Inc. Where does machine learning come from? Machine Learning Probability & Statistics Computational Complexity Theory Information Theory Philosophy Neurobiology Artificial Intelligence Multidisciplinary Field 6
  • 7. © 2017 Virtual Integrated Analytics Solutions Inc. Origins: A Brief History McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth (1956) McCarthy, Minsky, Shannon, Nathaniel, Samuel (IBM), Solomonoff, Newell and Simon. Newell and Simon General Problem Solver 7
  • 8. © 2017 Virtual Integrated Analytics Solutions Inc. Later on… The knowledge problem. “the spirit is willing but the flesh is weak” “The vodka is good but the meat is rotten” US government funding was cancelled (1966) Minksy and Papert Book Perceptron (1969) Knowledge based-methods (1969-79) Buchanan with DENDRAL (molecular info. from a mass spectrometer) Expert Systems MYCIN (diagnose blood infections) 8
  • 9. © 2017 Virtual Integrated Analytics Solutions Inc. AI and Machine Learning Consolidate (1980 – today) More expert systems. Systems using Prolog. After 1988 companies suffered. The return of Neural Networks Hopfield (1982) AI becomes Science neats beat scruffies Data Mining Bayesian Networks Robotics Computer Vision Machine Learning Artificial General Intelligence Universal algorithm for learning and acting in any environment. 9
  • 10. © 2017 Virtual Integrated Analytics Solutions Inc. Machine Learning • Where does machine learning come from? • What is machine learning? • Where can machine learning be applied? • Should I care about machine learning at all? 10
  • 11. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Definition Machine learning is the study of how to make computers learn or adapt; the goal is to make computers improve their performance through experience. Experience E Computer Learning Algorithm Class of Tasks T Performance P 11
  • 12. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Definition Experience E Computer Learning Algorithm Class of Tasks T Performance P 12
  • 13. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Definition It is the kind of activity on which the computer will learn to improve its performance. Examples: Learning to Play chess Recognizing Images of Handwritten Words Diagnosing patients coming into the hospital Class of Tasks: 13
  • 14. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Definition Experience E Computer Learning Algorithm Class of Tasks T Performance P 14
  • 15. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Definition Experience: What has been recorded in the past Performance: A measure of the quality of the response or action. Example: Handwritten recognition using Neural Networks Experience: a database of handwritten images with their correct classification Performance: Accuracy in classifications Experience and Performance 15
  • 16. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Definition 16
  • 17. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Definition Experience E Computer Learning Algorithm Class of Tasks T Performance P 17
  • 18. © 2017 Virtual Integrated Analytics Solutions Inc. Machine Learning • Where does machine learning come from? • What is machine learning? ▪ Definition ▪ Types of Machine Learning • Where can machine learning be applied? • Should I care about machine learning at all? 18
  • 19. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Types of Machine Learning • Supervised Learning • Unsupervised Learning • Reinforcement Learning • Evolutionary Learning 19
  • 20. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Types of Machine Learning • Supervised Learning • Each example or object has a class attached to it. • We try to learn a mapping from examples to classes. • Two modes: classification and regression • Machine learning algorithms abound: • Decision Trees • Rule-based systems • Neural networks • Nearest-neighbor • Support-Vector Machines • Bayesian Methods 20
  • 21. © 2017 Virtual Integrated Analytics Solutions Inc. Classification or Supervised Learning Supervised Learning: Training set x = {x1, x2, …, xN} Class or target vector y = {y1, y2, …, yk} Find a function f(x) that takes a vector x and outputs a class y. {(x,y)} f(x) {(x,y)} 21
  • 22. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Example: Diagnosing a patient coming into the hospital. ▪ Features: ▪ X1: Temperature ▪ X2: Blood pressure ▪ X3: Blood type ▪ X4: Age ▪ X5: Weight ▪ Etc. Given a new example X = < x1, x2, …, xn > F(X) = w1x1 + w2x2 + w3x3 = … + wnxn If F(X) > T predict heart disease otherwise predict no heart disease The Representation of the Target Knowledge Designing a Learning System 22
  • 23. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Types of Machine Learning Supervised Learning – Neural Networks Input nodes Internal nodes Output nodes Left Straight Right 23
  • 24. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Types of Machine Learning Supervised Learning – Neural Networks Artificial Neural Networks are crude attempts to model the highly massive parallel and distributed processing we believe takes place in the brain. Consider: ▪ the speed at which the brain recognizes images; ▪ the many neurons populating a brain; ▪ the speed at which a single neuron transmits signals. Brain Neuron Model Representation 24
  • 25. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Types of Machine Learning Unsupervised Learning Examples or objects have no class attached to them. From “Pattern Classification” by Duda, Hart and Stork, 2nd Ed. Wiley Interscience (2000) 25
  • 26. © 2017 Virtual Integrated Analytics Solutions Inc. Clustering or Unsupervised Learning Unsupervised Learning: Training set x = {x1, x2, …, xN} No class or target vector available Find natural groups or clusters in the data {x} 26
  • 27. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Types of Machine Learning Reinforcement Learning Supervised Learning: Example Class Reinforcement Learning: Situation Reward Situation Reward … 27
  • 28. © 2017 Virtual Integrated Analytics Solutions Inc. What is Machine Learning? Types of Machine Learning Evolutionary Learning Methods inspired by the process of biological evolution. Main ideas Population of solutions Assign a score or fitness value to each solution Retain the best solutions (survival of the fittest) Generate new solutions (offspring) 28
  • 29. © 2017 Virtual Integrated Analytics Solutions Inc. Data Mining Selection Target Data Preprocessing Data Preprocessed Data Transformation Transformed Data Patterns Data Mining Interpretation & EvaluationKnowledge Knowledge Discovery and Data Mining 29
  • 30. © 2017 Virtual Integrated Analytics Solutions Inc. Machine Learning • Where does machine learning come from? • What is machine learning? • Where can machine learning be applied? • Should I care about machine learning at all? 30
  • 31. © 2017 Virtual Integrated Analytics Solutions Inc. Where can machine learning be applied? Automatic car drive (ALVINN 1989) Train computer-controlled vehicle to steer correctly when driving on a variety of road types. computer (learning algorithm) class 1 steer to the left class 2 steer to the right class 3 continue straight 31
  • 32. © 2017 Virtual Integrated Analytics Solutions Inc. Where can machine learning be applied? Automatic Car Drive Class of Tasks: Learning to drive on highways from vision stereos. Knowledge: Images and steering commands recorded while observing a human driver. Performance Module: Accuracy in classification 32
  • 33. © 2017 Virtual Integrated Analytics Solutions Inc. DARPA Challenge • Competition for driverless vehicles • DARPA – Defense Advanced Research Projects Agency • $2 million dollars – First prize in Oct. 2005 33
  • 34. © 2017 Virtual Integrated Analytics Solutions Inc. Where can machine learning be applied? Learning to classify astronomical structures. galaxy stars ▪ Features: ▪ Color ▪ Size ▪ Mass ▪ Temperature ▪ Luminosity unknown 34
  • 35. © 2017 Virtual Integrated Analytics Solutions Inc. Where can machine learning be applied? Classifying Astronomical Objects Class of Tasks: Learning to classify new objects. Knowledge: database of images with correct classification. Performance Module: Accuracy in classification 35
  • 36. © 2017 Virtual Integrated Analytics Solutions Inc. Where can machine learning be applied? Other Applications ▪ Bio-Technology ▪ Protein Folding Prediction ▪ Micro-array gene expression ▪ Computer Systems Performance Prediction ▪ Banking Applications ▪ Credit Applications ▪ Fraud Detection ▪ Character Recognition (US Postal Service) ▪ Web Applications ▪ Document Classification ▪ Learning User Preferences 36
  • 37. © 2017 Virtual Integrated Analytics Solutions Inc. Applications in Science and Industry ▪ Automated seismic data processing ▪ Pattern recognition for creating maps of Mars landforms ▪ Signal identification in particle physics ▪ Predicting stuck pipes during drilling ▪ Data analytics for computer systems management 37
  • 38. © 2017 Virtual Integrated Analytics Solutions Inc. Seismic data processing • Seismic processing can take months and require world’s most powerful computers • Need for automated tools for identification and delineation of geological elements from 3D seismic data. • Algorithms include the use of higher order statistics, feature extraction methods, pattern recognition, clustering methods and unsupervised classification. • Automating the process of identifying geological bodies • Significant efficiency improvements • Improves accuracy of predictions • Results in millions of dollars of value to our clients 38
  • 39. © 2017 Virtual Integrated Analytics Solutions Inc. Automatic Classification of Mars Landforms • Identifying landforms on Mars is a tedious manual process taking an enormous amount of time • Machine learning techniques are used to train a model with a small set of labeled segments • Predictive models have shown accuracies of approximately 90% • The automated solution produces a complete catalog of landforms on Mars • Similar approach can be applied to processing seismic data  Plain  Crater Floor  Convex Crater Walls  Concave Crater Walls  Convex Ridges  Concave Ridges 39
  • 40. © 2017 Virtual Integrated Analytics Solutions Inc. Identification of Signals in Particle Physics • Searching for particle signals in particle colliders data is a challenging problem due to large backgrounds • Data mining tools are used to the search for single top quark production by using predictive models that identify top quark patterns • This allows to obtain evidence for the existence of certain particles that otherwise go unnoticed during costly experiments • Similar approach can be used for identification of certain features in geophysical data 40
  • 41. © 2017 Virtual Integrated Analytics Solutions Inc. Real-time Stuck Drillpipe Prediction • Stuck drill pipes is a major cost driver in the drilling industry • Using machine learning with real-time monitoring can predict stuck events before they actually occur • Predictive models allow drillers to react before any critical event • Pilot studies show 95% effectiveness in predicting stuck pipes 15 mins ahead of time. Safe time window for prediction Stuck Pipe Event 41
  • 42. © 2017 Virtual Integrated Analytics Solutions Inc. Computer Network Performance Prediction • Critical operations in industry cannot afford losing a critical computer node • Data mining finds activity patterns that anticipate computer node failure • Anticipating node failure activates proactively a procedure to avoid service interruption during critical operations • Similar approach can be applied to detect anomalies in production operations 42
  • 43. © 2017 Virtual Integrated Analytics Solutions Inc. Machine Learning • Where does machine learning come from? • What is machine learning? • Where can machine learning be applied? • Should I care about machine learning at all? 43
  • 44. © 2017 Virtual Integrated Analytics Solutions Inc. Should I care about Machine Learning at all? • Yes, you should! • Machine learning is becoming increasingly popular and has become a cornerstone in many industrial applications. • Machine learning provides algorithms for data mining, where the goal is to extract useful pieces of information (i.e., patterns) from large databases. • The computer industry is heading towards systems that will be able to adapt and heal themselves automatically. • The Oil and Gas industry is now focusing on data analytics as a game changer through the automation of pattern recognition engines. • NASA and Military Agencies are interested in robots able to adapt in any environment autonomously. • The Medical industry is now using machine learning to diagnose diseases. 44
  • 45. © 2017 Virtual Integrated Analytics Solutions Inc. Machine Learning Course http://www.viascorp.com/course-schedule/ 45
  • 46. © 2017 Virtual Integrated Analytics Solutions Inc. Deep Learning Course http://www.viascorp.com/course-schedule/ 46
  • 47. © 2017 Virtual Integrated Analytics Solutions Inc. Python Course http://www.viascorp.com/course-schedule/ 47
  • 48. © 2017 Virtual Integrated Analytics Solutions Inc. Thank you 48