SlideShare a Scribd company logo
ML-MACHINE LEARNING
DL-DEEP LEARNING
AI – ARTIFICIAL INTELLIGENCE
DS – DATA SCIENCE
VENKATA REDDY KONASANI
PART-1
What is Machine Learning?
2
Activity
Close you r eyes an d th in k ab ou t two terms –
Mac h in e Learn in g an d A rtific ial Intelligen c e.
• What is the first thing that comes to
your mind when you hear these
terms
• Machine Learning
• Artificial Intelligence
3
4
WHAT AREYOUTHINKING
ABOUT – ROBOTS?
5
OR ANY AI BASED MOVIE?
HAVEYOUTHOUGHT
ABOUT
• Mathematics
• Statistics
• Datasets
• Data Analysis
• Optimization
• Algorithms
• Data Mining
6
Machine learning (ML) is the scientific study of
algorithms and statistical models that computer
systems use to effectively perform a specific task
without using explicit instructions, relying on models
and inference instead.
7
OK GOOGLE …WHAT IS
MACHINE LEARNING?
WHAT REALLY IS MACHINE LEARNING ?-WIKIPEDIA
• Using historical data to make future
predictions
• Building models on historical data to
predictions
• Taking training data, building models on
the training data using the models to
make the future predictions
• Making the machine learn the patterns
in the data
9
IN SIMPLETERMS ..
10
DATA IS IN DIFFERENT FORMS
Numerical data
Image data (pixel intensities)
Video data (frames per second)
Sound data (waves)
Text data (tweets, comments, feedback)
APPLICATIONS OF NUMERICAL DATA
11
Identifying risky customers
before offering a loan
CREDIT RISK MODELS
Do you receive any marketing
calls? Have you ever received
any marketing call for Audi car?
MARKETING ANALYTICS
Have you ever wondered, why
only you are getting
promotional offers on cloths
and accessories where as I am
getting offers on apartments?
RETAIL SALES ANALYTICS
How does a bank decide the
potential fraud transactions
from millions of credit card
swipes?
FRAUD ANALYTICS
• Face recognition – Using image as input data
• Object recognition – Pixels is the input data
• Digit recognition – Using text as image
• Self Driving Cars – Using video data as input
12
APPLICATIONS OF
MACHINE LEARNING –
IMAGES ANDVIDEO DATA
IMAGE DATA IS ALSO NUMERICAL DATA
Statinfer.com
13
Image data
Human Vision Computer Vision
-1 -1 -1 -1 -1 -1 -1 -1 0.9 -0 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 -1 0.3 1 0.3 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 -0 1 1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 0.8 1 0.6 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 0.5 1 0.8 -1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 0.1 1 0.9 -0 -1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -0 1 1 -0 -1 -1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 0.9 1 0.3 -1 -1 -1 -1 0.5 1 0.9 0.1 -1 -1
-1 -1 0.3 1 0.9 -1 -1 -1 0.1 1 1 1 1 1 -1 -1
-1 -1 0.8 1 0.3 -1 -1 0.4 1 0.7 -0 -0 1 1 -1 -1
-1 -1 1 1 0.1 -1 0.1 1 0.3 -1 -1 -0 1 0.6 -1 -1
-1 -1 1 1 0.8 0.3 1 0.7 -1 -1 -1 0.5 1 0 -1 -1
-1 -1 0.8 1 1 1 1 0.5 0.2 0.8 0.8 1 0.9 -1 -1 -1
-1 -1 -0 0.8 1 1 1 1 1 1 1 1 0.1 -1 -1 -1
-1 -1 -1 -0 0.8 1 1 1 1 1 1 0.2 -1 -1 -1 -1
-1 -1 -1 -1 -1 -0 0.3 0.8 1 0.5 -0 -1 -1 -1 -1 -1
• Sentiment Analysis
• Extraction of key topics in the data
• Document Classification
14
APPLICATIONS ONTEXT
DATA
PART-2
What is Deep Learning?
15
16
• ANN- Artificial Neural Network
• ANN is one of the technique in Machine Learning
• ANN has input layer , hidden layer and output layer
• For a really complex and non liner datasets we need several hidden
layers
• ANN with multiple hidden layers is known as deep neural network
ANN
17
• ANN with a single layer is known as shallow network
• ANN with multiple hidden layers is known as deep neural network
• Not just multiple hidden layers sometimes the type of hidden layer is
also different.
• This concept of solving problems with multiple hidden layers is known
as deep learning
DEEP LEARNING
DEEPVS SHALLOW NETWORKS
18
A neural network with single hidden layer
is called a shallow network
A neural network with more than one
hidden layer is called deep neural
network
shallow network Deep network
DEEPVS SHALLOW NETWORKS
19
A single layer might not have the
flexibility to capture all the non linear
patterns in the data
A deep network first learns the primitive
features followed by high level features.
This helps in building efficient models
shallow network Deep network
20
• Lot of experiments have shown that a deep network with less
parameters performs better than a shallow network
• For example deep network with hidden nodes [10,10,10,10] might
perform better than shallow network with [80] hidden nodes
• Deep neural networks are amazingly powerful.
• With sufficient number of hidden layers and nodes, we can fit a model
to any type of data
• They have the power to capture any amount of non linearity
DEEP NEURAL NETWORKS
DEEP LEARNING IS A SUBSET OF MACHINE LEARNING
21
Machine Learning
Deep Learning
PART-3
What is Artificial Intelligence?
22
MACHINE LEARNING MODELS
23
Training data Build Model
MACHINE LEARNING MODELS
24
New data Apply Model
Class1
Get Prediction
This prediction can be
right or wrong
MACHINE LEARNING MODELS
25
New data Apply Model
Class2
Get Prediction
One way models
This prediction can be
right or wrong
AI = MACHINE LEARNING MODELS + FEEDBACK LOOP
26
Training data Model
AI = MACHINE LEARNING MODELS + FEEDBACK LOOP
27
New data Apply Model
Class2
Get Prediction
Feedback Loop
AI = MACHINE LEARNING MODELS + FEEDBACK LOOP
28
Update Training
data based on
feedback
Update the Model
based on data Prediction
Feedback Loop
Class2
• Manual entry after going through test
cases – Google maps
• Indirect feedback collection based on
user actions for - User click vs not
click on your YouTube ad
• Indirect feedback collection based on
actions – In case of self driving car,
hitting a wall is an action.
29
HOW IS FEEDBACK
COLLECTED
• Self driving cars
• SIRI / Ok-google
• Alexa /Google home
• Recommendation systems
• Image recognition
• Speech recognition
• Spam filtering
30
APPLICATIONS OF AI
MACHINE LEARNING IS A SUBSET OF ARTIFICIAL
INTELLIGENCE
31
Artificial Intelligence
Machine Learning
Deep Learning
PART-4
What is Data Science?
32
• Data Driven Decision making
• Making sense out of data
• Finding hidden patterns in the data
• Analysis using not just machine
learning models but also using data
visualizations, intelligent reports
• Most of the techniques and tools
seen in data analysis in early days are
now falling under data science
33
WHAT IS DATA SCIENCE?
• Mathematics
• Statistics
• Coding
• Database management
• Data Analytics
• Predictive modelling
• Machine Learning
• Deep Learning
34
DATA SCIENCE IS A
FUSION OF MANY FIELDS
DATA SCIENCE– FOUR MAJORTYPE OF SKILLS
35
Database
Analytics & ML
Bigdata
Presentation
THETECHNIQUESYOU NEEDTO KNOW
Database
Knowledge
•Data base Management
•Data blending
•Querying
•Data manipulations
•ETL
Predictive Analytics
& ML
•Basic descriptive
statistics
•Advanced analytics
•Predictive modeling
•Machine Learning
Big Data knowledge
•Distributed Computing
•Big Data analytics
•Unstructured data
analysis
Presentation Skill
•Data visualizations
•Report design
•Insights presentation
36
MACHINE LEARNINGTOOLS AND SOFTWARE'S
Database tools
SQL/MySql
OLAP cubes
Teradata
DB2/Sql Server/ Oracle/
Informix/Exadata
Analytical tools
SAS/R/SPSS/Python
Weka/MATLAB/
TensorFlow/OCR
Big Data Tools
Hadoop, Hive, Pig,
Mahout, Spark, Java
Presentation Tools
Excel
Tableau, Qlikview
37
DATA SCIENCE -DESIGNATIONS
Database Developer
ETL Developer
MIS & DB Developer
Data Architect
Data Engineer
Data Analyst
Statisticians
Business Analyst
Data Scientist
Bigdata Developer
Hadoop Developer
Software Engineer
MIS Analyst
Reporting Analyst
Business Analyst
38
Data Science
MACHINE LEARNING IS A PART OF DATA SCIENCE
Statinfer.com
39
Statinfer.com
Artificial Intelligence
Machine Learning
* These are individual interpretations
Deep Learning
PART-5
The Learning Path
40
FAQ BY DATA SCIENCE
ASPIRANTS
• I want to be data scientist what
training should I take?
• I already have knowledge on few
tools, what are my next steps?
• What skill should I add to my profile
to make it to next level?
• I am new to data science, where can I
start ?
41
You need training based on your skill level.
Based on skill set we can divide the whole data
science aspirants into four categories
1. Beginner - Completely new to Data Science
and ML
2. Intermediate - MIS and Reporting Analyst
3. Advanced – Data Analyst and Predictive
Modeler
4. Complete Data Scientist – ML, Hadoop, R,
Python, DL, AI
42
CATEGORIES OF PROFILES
THE LEARNING PATH
Statinfer.com
43
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
THE LEARNING PATH – OUR SUGGESTIONS
Statinfer.com
44
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
1. Do not try to learn all the steps in one sitting.
2. You need to learn, absorb and then practise before you reach the next step
Stage-1 Stage-2 Stage-3
THE LEARNING PATH – OUR SUGGESTIONS
Statinfer.com
45
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
1. R or Python. Both are really good. Pick any one of them
2. It also depends on your business problem
3. If you are planning to learn deep learning then go for python
Stage-1 Stage-2 Stage-3
THE LEARNING PATH – OUR SUGGESTIONS
Statinfer.com
46
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
1. Do not start with stage-2 or stage-3 directly.
2. Strong fundamentals will make the learning easy in later stages.
Stage-1 Stage-2 Stage-3
THE LEARNING PATH – OUR SUGGESTIONS
Statinfer.com
47
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
1. While learning these concepts, try to avoid academic style courses.
2. Look for the courses with lot of hands-on exercises and case studies
Stage-1 Stage-2 Stage-3
THE LEARNING PATH – OUR SUGGESTIONS
Statinfer.com
48
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
1. Do not focus on the tool, focus on the technique and algorithm
2. Learning python or R tool, will not make you a data scientist
Stage-1 Stage-2 Stage-3
PART-6
Course Curriculum
49
FOCUS IS ON FIRSTTWO STAGES
Statinfer.com
50
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
Stage-1 Stage-2 Stage-3
DURATION – 10 DAYS
Statinfer.com
51
Tools & Coding
R/SAS/Python/
Hadoop/Weka
Basic Statistics and
Mathematics
Basic Algorithms -
Regression,
Classification and
Segmentation
Advanced ML
Algorithms -Neural
Networks, SVMs,
Random Forest and
Boosting
Deep Learning
Models
CNN, RNN and LSTM
AI Models
Deep Q Learning
Reinforced Learning
Markov Decision
process
Stage-1 Stage-2 Stage-3
TWO PHASES
Python for data science
Data manipulations in python
Basic Statistics
Data validation and Cleaning
Regression
Logistic Regression
Decision Trees
Cluster Analysis
Model Selection and Cross
validation
52
PHASE-1 (5DAYS)
ANN – Artificial Neural networks
SVM – Support Vector Machines
Random Forest
Boosting
NLP & Text mining
TensorFlow & keras
Deep Learning Models
Convolution Neural Network
Recurrent Neural Networks
PHASE-2 (5DAYS)
• 100% Hands-on Training
• 30 case studies laced in the course
• Created for Non- Statisticians
• Datasets from multiple domains,
codes files and in class exercises
• Team assignments and mentoring
• Final Assessment
• E-learning material support
53
COURSE FEATURES
PART-7
Data Science and Machine Learning Myths
Statinfer.com
MYTH-1 : MATHEMATICS
Myth-1 : To be a good data scientist, you need to be exceptional at
statistics, mathematics, calculous, algorithms etc.,
Not necessarily.
Statinfer.com
55
MYTH-2 : PROGRAMMING
Myth-2 : To be a good data scientist, you need to have exceptional coding
skills like Python, Java, C++ etc.,
Not necessarily.
Statinfer.com
56
MYTH-3 : COMPLICATED MODELS
Myth-3 :Data science is all about building complex predictive and
machine learning models to solving business problems
Not necessarily.
Statinfer.com
57
MYTH-4 : MODEL BUILDING
Myth-4 :After collection of the data, most of the time is spent on model
building process.
Not necessarily.
Statinfer.com
58
MYTH-5 : LARGE DATASETS
Myth-5:While solving machine learning problems we need to handle
really large datasets or most of the datasets are really large
Not necessarily.
Statinfer.com
59
MYTH-6 : MACHINE LEARNING IN BUSINESS
Myth-6:Companies use really advanced deep learning and AI models for
while building all their business strategies
Not necessarily.
Statinfer.com
60
MYTH-7 : DIVERSE ALGORITHMS
Myth-7: A data scientist will be using all the models in their day to day
life
Not necessarily.
Statinfer.com
61
Have you tried our app?
We have data science and machine learning quiz app
to make the learning easy and fun
Click here
62
63
Our e-Learning
Modules
Currently all the Machine Learning and Data Science
courses are available as e-learning modules
TRAINER PROFILE
64
VENKATA REDDY KONASANI
Trainer in
• Data Science
• Machine Learning
• Deep Learning
• Artificial Intelligence
ABOUTVENKATA REDDY KONASANI
• 11 Years into Data Analytics
• 5+ Years into Training
• Author of the book “Practical Business Analytics
using SAS”
• Statinfer.com – Key member in the core team
• Work Experience
• HP – Data Scientist
• Trend wise Analytics -Data Scientist
• HSBC – Data Analyst
• Citi – Risk Analyst
• Masters in Applied Statistics and Informatics from
IIT Bombay
66
5,000+
Training Hours
1,500+
Participants
75+
Corporate Batches
25+
Companies
VENKAT@STATINFER.COM
WWW.STATINFER.COM
THANKYOU

More Related Content

What's hot (20)

PPTX
Introduction to data science
Sampath Kumar
 
PPTX
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
PPTX
Machine Learning
Girish Khanzode
 
PPTX
Deep Learning Explained
Melanie Swan
 
PDF
Introduction to AI & ML
Mandy Sidana
 
PPT
Deep learning ppt
BalneSridevi
 
PDF
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
SlideTeam
 
PPTX
Deep learning
Ratnakar Pandey
 
PPTX
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
Simplilearn
 
PPTX
Introduction to Machine Learning
Lior Rokach
 
PDF
Introduction to data science
Tharushi Ruwandika
 
PDF
Data science
Mohamed Loey
 
PPTX
introduction to data science
bhavesh lande
 
PDF
Introduction on Data Science
Edureka!
 
PPTX
Data science applications and usecases
Sreenatha Reddy K R
 
PPTX
Introduction to data science.pptx
SadhanaParameswaran
 
PPT
Machine Learning
Rahul Kumar
 
PDF
Machine learning
Dr Geetha Mohan
 
PPTX
Machine learning
Rajesh Chittampally
 
PPT
Machine Learning presentation.
butest
 
Introduction to data science
Sampath Kumar
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
Machine Learning
Girish Khanzode
 
Deep Learning Explained
Melanie Swan
 
Introduction to AI & ML
Mandy Sidana
 
Deep learning ppt
BalneSridevi
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
SlideTeam
 
Deep learning
Ratnakar Pandey
 
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
Simplilearn
 
Introduction to Machine Learning
Lior Rokach
 
Introduction to data science
Tharushi Ruwandika
 
Data science
Mohamed Loey
 
introduction to data science
bhavesh lande
 
Introduction on Data Science
Edureka!
 
Data science applications and usecases
Sreenatha Reddy K R
 
Introduction to data science.pptx
SadhanaParameswaran
 
Machine Learning
Rahul Kumar
 
Machine learning
Dr Geetha Mohan
 
Machine learning
Rajesh Chittampally
 
Machine Learning presentation.
butest
 

Similar to Machine Learning Deep Learning AI and Data Science (20)

PDF
AI in the Enterprise: Past, Present & Future - StampedeCon AI Summit 2017
StampedeCon
 
PPTX
Introduction_to_MAchine_Learning_Advance.pptx
Chandrashekharkuri3
 
PDF
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
Dozie Agbo
 
PDF
Main principles of Data Science and Machine Learning
Nikolay Karelin
 
PPTX
Machine Learning AND Deep Learning for OpenPOWER
Ganesan Narayanasamy
 
PDF
DSCI 552 machine learning for data science
pavithrak2205
 
PPTX
Artificial intelligence ( AI ) | Guide
To Sum It Up
 
PPTX
The Backbone of Modern AI Models" The architecture of Transformers
JoshiniM2
 
PPTX
Overview of Machine Learning and its Applications
Deepak Chawla
 
PPTX
Unit - 1 - Introduction of the machine learning
Taranpreet Singh
 
PPTX
machine learning in the age of big data: new approaches and business applicat...
Armando Vieira
 
PDF
Neural Networks and Deep Learning for Physicists
Héloïse Nonne
 
PPTX
Data science dec ppt
sterlingit
 
PDF
Introduction to data science in Artificial Intelligence.pdf
fizzamscs1105
 
PDF
Deep Learning - The Past, Present and Future of Artificial Intelligence
Lukas Masuch
 
PDF
Practical deepllearningv1
arthi v
 
PDF
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business
Srijan Technologies
 
PPTX
Ml - A shallow dive
Gopi Krishna Nuti
 
PPTX
NCCU: The Story of Data Science and Machine Learning Workshop - A Tutorial in...
The Statistical and Applied Mathematical Sciences Institute
 
PPTX
Machine learning introduction
athirakurup3
 
AI in the Enterprise: Past, Present & Future - StampedeCon AI Summit 2017
StampedeCon
 
Introduction_to_MAchine_Learning_Advance.pptx
Chandrashekharkuri3
 
An Elementary Introduction to Artificial Intelligence, Data Science and Machi...
Dozie Agbo
 
Main principles of Data Science and Machine Learning
Nikolay Karelin
 
Machine Learning AND Deep Learning for OpenPOWER
Ganesan Narayanasamy
 
DSCI 552 machine learning for data science
pavithrak2205
 
Artificial intelligence ( AI ) | Guide
To Sum It Up
 
The Backbone of Modern AI Models" The architecture of Transformers
JoshiniM2
 
Overview of Machine Learning and its Applications
Deepak Chawla
 
Unit - 1 - Introduction of the machine learning
Taranpreet Singh
 
machine learning in the age of big data: new approaches and business applicat...
Armando Vieira
 
Neural Networks and Deep Learning for Physicists
Héloïse Nonne
 
Data science dec ppt
sterlingit
 
Introduction to data science in Artificial Intelligence.pdf
fizzamscs1105
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Lukas Masuch
 
Practical deepllearningv1
arthi v
 
[Srijan Wednesday Webinars] Artificial Intelligence & the Future of Business
Srijan Technologies
 
Ml - A shallow dive
Gopi Krishna Nuti
 
NCCU: The Story of Data Science and Machine Learning Workshop - A Tutorial in...
The Statistical and Applied Mathematical Sciences Institute
 
Machine learning introduction
athirakurup3
 
Ad

More from Venkata Reddy Konasani (20)

PDF
Transformers 101
Venkata Reddy Konasani
 
PDF
Model selection and cross validation techniques
Venkata Reddy Konasani
 
PDF
Neural Network Part-2
Venkata Reddy Konasani
 
PDF
GBM theory code and parameters
Venkata Reddy Konasani
 
PDF
Neural Networks made easy
Venkata Reddy Konasani
 
PPTX
Decision tree
Venkata Reddy Konasani
 
PPTX
Step By Step Guide to Learn R
Venkata Reddy Konasani
 
PPTX
Credit Risk Model Building Steps
Venkata Reddy Konasani
 
PDF
Table of Contents - Practical Business Analytics using SAS
Venkata Reddy Konasani
 
PPTX
SAS basics Step by step learning
Venkata Reddy Konasani
 
PPTX
Testing of hypothesis case study
Venkata Reddy Konasani
 
DOCX
L101 predictive modeling case_study
Venkata Reddy Konasani
 
PPT
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Venkata Reddy Konasani
 
PDF
Machine Learning for Dummies
Venkata Reddy Konasani
 
PDF
Online data sources for analaysis
Venkata Reddy Konasani
 
PDF
A data analyst view of Bigdata
Venkata Reddy Konasani
 
PPTX
R- Introduction
Venkata Reddy Konasani
 
PDF
Cluster Analysis for Dummies
Venkata Reddy Konasani
 
PDF
Data exploration validation and sanitization
Venkata Reddy Konasani
 
Transformers 101
Venkata Reddy Konasani
 
Model selection and cross validation techniques
Venkata Reddy Konasani
 
Neural Network Part-2
Venkata Reddy Konasani
 
GBM theory code and parameters
Venkata Reddy Konasani
 
Neural Networks made easy
Venkata Reddy Konasani
 
Decision tree
Venkata Reddy Konasani
 
Step By Step Guide to Learn R
Venkata Reddy Konasani
 
Credit Risk Model Building Steps
Venkata Reddy Konasani
 
Table of Contents - Practical Business Analytics using SAS
Venkata Reddy Konasani
 
SAS basics Step by step learning
Venkata Reddy Konasani
 
Testing of hypothesis case study
Venkata Reddy Konasani
 
L101 predictive modeling case_study
Venkata Reddy Konasani
 
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Venkata Reddy Konasani
 
Machine Learning for Dummies
Venkata Reddy Konasani
 
Online data sources for analaysis
Venkata Reddy Konasani
 
A data analyst view of Bigdata
Venkata Reddy Konasani
 
R- Introduction
Venkata Reddy Konasani
 
Cluster Analysis for Dummies
Venkata Reddy Konasani
 
Data exploration validation and sanitization
Venkata Reddy Konasani
 
Ad

Recently uploaded (20)

PPTX
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
PDF
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
PDF
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
PPTX
How to Send Email From Odoo 18 Website - Odoo Slides
Celine George
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PPTX
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
PDF
epi editorial commitee meeting presentation
MIPLM
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
PPTX
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 
PDF
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PDF
Week 2 - Irish Natural Heritage Powerpoint.pdf
swainealan
 
PDF
STATEMENT-BY-THE-HON.-MINISTER-FOR-HEALTH-ON-THE-COVID-19-OUTBREAK-AT-UG_revi...
nservice241
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPTX
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
PPTX
Controller Request and Response in Odoo18
Celine George
 
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
How to Send Email From Odoo 18 Website - Odoo Slides
Celine George
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
epi editorial commitee meeting presentation
MIPLM
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
Week 2 - Irish Natural Heritage Powerpoint.pdf
swainealan
 
STATEMENT-BY-THE-HON.-MINISTER-FOR-HEALTH-ON-THE-COVID-19-OUTBREAK-AT-UG_revi...
nservice241
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
Controller Request and Response in Odoo18
Celine George
 

Machine Learning Deep Learning AI and Data Science

  • 1. ML-MACHINE LEARNING DL-DEEP LEARNING AI – ARTIFICIAL INTELLIGENCE DS – DATA SCIENCE VENKATA REDDY KONASANI
  • 3. Activity Close you r eyes an d th in k ab ou t two terms – Mac h in e Learn in g an d A rtific ial Intelligen c e. • What is the first thing that comes to your mind when you hear these terms • Machine Learning • Artificial Intelligence 3
  • 5. 5 OR ANY AI BASED MOVIE?
  • 6. HAVEYOUTHOUGHT ABOUT • Mathematics • Statistics • Datasets • Data Analysis • Optimization • Algorithms • Data Mining 6
  • 7. Machine learning (ML) is the scientific study of algorithms and statistical models that computer systems use to effectively perform a specific task without using explicit instructions, relying on models and inference instead. 7 OK GOOGLE …WHAT IS MACHINE LEARNING?
  • 8. WHAT REALLY IS MACHINE LEARNING ?-WIKIPEDIA
  • 9. • Using historical data to make future predictions • Building models on historical data to predictions • Taking training data, building models on the training data using the models to make the future predictions • Making the machine learn the patterns in the data 9 IN SIMPLETERMS ..
  • 10. 10 DATA IS IN DIFFERENT FORMS Numerical data Image data (pixel intensities) Video data (frames per second) Sound data (waves) Text data (tweets, comments, feedback)
  • 11. APPLICATIONS OF NUMERICAL DATA 11 Identifying risky customers before offering a loan CREDIT RISK MODELS Do you receive any marketing calls? Have you ever received any marketing call for Audi car? MARKETING ANALYTICS Have you ever wondered, why only you are getting promotional offers on cloths and accessories where as I am getting offers on apartments? RETAIL SALES ANALYTICS How does a bank decide the potential fraud transactions from millions of credit card swipes? FRAUD ANALYTICS
  • 12. • Face recognition – Using image as input data • Object recognition – Pixels is the input data • Digit recognition – Using text as image • Self Driving Cars – Using video data as input 12 APPLICATIONS OF MACHINE LEARNING – IMAGES ANDVIDEO DATA
  • 13. IMAGE DATA IS ALSO NUMERICAL DATA Statinfer.com 13 Image data Human Vision Computer Vision -1 -1 -1 -1 -1 -1 -1 -1 0.9 -0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0.3 1 0.3 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -0 1 1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0.8 1 0.6 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0.5 1 0.8 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0.1 1 0.9 -0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -0 1 1 -0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0.9 1 0.3 -1 -1 -1 -1 0.5 1 0.9 0.1 -1 -1 -1 -1 0.3 1 0.9 -1 -1 -1 0.1 1 1 1 1 1 -1 -1 -1 -1 0.8 1 0.3 -1 -1 0.4 1 0.7 -0 -0 1 1 -1 -1 -1 -1 1 1 0.1 -1 0.1 1 0.3 -1 -1 -0 1 0.6 -1 -1 -1 -1 1 1 0.8 0.3 1 0.7 -1 -1 -1 0.5 1 0 -1 -1 -1 -1 0.8 1 1 1 1 0.5 0.2 0.8 0.8 1 0.9 -1 -1 -1 -1 -1 -0 0.8 1 1 1 1 1 1 1 1 0.1 -1 -1 -1 -1 -1 -1 -0 0.8 1 1 1 1 1 1 0.2 -1 -1 -1 -1 -1 -1 -1 -1 -1 -0 0.3 0.8 1 0.5 -0 -1 -1 -1 -1 -1
  • 14. • Sentiment Analysis • Extraction of key topics in the data • Document Classification 14 APPLICATIONS ONTEXT DATA
  • 15. PART-2 What is Deep Learning? 15
  • 16. 16 • ANN- Artificial Neural Network • ANN is one of the technique in Machine Learning • ANN has input layer , hidden layer and output layer • For a really complex and non liner datasets we need several hidden layers • ANN with multiple hidden layers is known as deep neural network ANN
  • 17. 17 • ANN with a single layer is known as shallow network • ANN with multiple hidden layers is known as deep neural network • Not just multiple hidden layers sometimes the type of hidden layer is also different. • This concept of solving problems with multiple hidden layers is known as deep learning DEEP LEARNING
  • 18. DEEPVS SHALLOW NETWORKS 18 A neural network with single hidden layer is called a shallow network A neural network with more than one hidden layer is called deep neural network shallow network Deep network
  • 19. DEEPVS SHALLOW NETWORKS 19 A single layer might not have the flexibility to capture all the non linear patterns in the data A deep network first learns the primitive features followed by high level features. This helps in building efficient models shallow network Deep network
  • 20. 20 • Lot of experiments have shown that a deep network with less parameters performs better than a shallow network • For example deep network with hidden nodes [10,10,10,10] might perform better than shallow network with [80] hidden nodes • Deep neural networks are amazingly powerful. • With sufficient number of hidden layers and nodes, we can fit a model to any type of data • They have the power to capture any amount of non linearity DEEP NEURAL NETWORKS
  • 21. DEEP LEARNING IS A SUBSET OF MACHINE LEARNING 21 Machine Learning Deep Learning
  • 22. PART-3 What is Artificial Intelligence? 22
  • 24. MACHINE LEARNING MODELS 24 New data Apply Model Class1 Get Prediction This prediction can be right or wrong
  • 25. MACHINE LEARNING MODELS 25 New data Apply Model Class2 Get Prediction One way models This prediction can be right or wrong
  • 26. AI = MACHINE LEARNING MODELS + FEEDBACK LOOP 26 Training data Model
  • 27. AI = MACHINE LEARNING MODELS + FEEDBACK LOOP 27 New data Apply Model Class2 Get Prediction Feedback Loop
  • 28. AI = MACHINE LEARNING MODELS + FEEDBACK LOOP 28 Update Training data based on feedback Update the Model based on data Prediction Feedback Loop Class2
  • 29. • Manual entry after going through test cases – Google maps • Indirect feedback collection based on user actions for - User click vs not click on your YouTube ad • Indirect feedback collection based on actions – In case of self driving car, hitting a wall is an action. 29 HOW IS FEEDBACK COLLECTED
  • 30. • Self driving cars • SIRI / Ok-google • Alexa /Google home • Recommendation systems • Image recognition • Speech recognition • Spam filtering 30 APPLICATIONS OF AI
  • 31. MACHINE LEARNING IS A SUBSET OF ARTIFICIAL INTELLIGENCE 31 Artificial Intelligence Machine Learning Deep Learning
  • 32. PART-4 What is Data Science? 32
  • 33. • Data Driven Decision making • Making sense out of data • Finding hidden patterns in the data • Analysis using not just machine learning models but also using data visualizations, intelligent reports • Most of the techniques and tools seen in data analysis in early days are now falling under data science 33 WHAT IS DATA SCIENCE?
  • 34. • Mathematics • Statistics • Coding • Database management • Data Analytics • Predictive modelling • Machine Learning • Deep Learning 34 DATA SCIENCE IS A FUSION OF MANY FIELDS
  • 35. DATA SCIENCE– FOUR MAJORTYPE OF SKILLS 35 Database Analytics & ML Bigdata Presentation
  • 36. THETECHNIQUESYOU NEEDTO KNOW Database Knowledge •Data base Management •Data blending •Querying •Data manipulations •ETL Predictive Analytics & ML •Basic descriptive statistics •Advanced analytics •Predictive modeling •Machine Learning Big Data knowledge •Distributed Computing •Big Data analytics •Unstructured data analysis Presentation Skill •Data visualizations •Report design •Insights presentation 36
  • 37. MACHINE LEARNINGTOOLS AND SOFTWARE'S Database tools SQL/MySql OLAP cubes Teradata DB2/Sql Server/ Oracle/ Informix/Exadata Analytical tools SAS/R/SPSS/Python Weka/MATLAB/ TensorFlow/OCR Big Data Tools Hadoop, Hive, Pig, Mahout, Spark, Java Presentation Tools Excel Tableau, Qlikview 37
  • 38. DATA SCIENCE -DESIGNATIONS Database Developer ETL Developer MIS & DB Developer Data Architect Data Engineer Data Analyst Statisticians Business Analyst Data Scientist Bigdata Developer Hadoop Developer Software Engineer MIS Analyst Reporting Analyst Business Analyst 38
  • 39. Data Science MACHINE LEARNING IS A PART OF DATA SCIENCE Statinfer.com 39 Statinfer.com Artificial Intelligence Machine Learning * These are individual interpretations Deep Learning
  • 41. FAQ BY DATA SCIENCE ASPIRANTS • I want to be data scientist what training should I take? • I already have knowledge on few tools, what are my next steps? • What skill should I add to my profile to make it to next level? • I am new to data science, where can I start ? 41
  • 42. You need training based on your skill level. Based on skill set we can divide the whole data science aspirants into four categories 1. Beginner - Completely new to Data Science and ML 2. Intermediate - MIS and Reporting Analyst 3. Advanced – Data Analyst and Predictive Modeler 4. Complete Data Scientist – ML, Hadoop, R, Python, DL, AI 42 CATEGORIES OF PROFILES
  • 43. THE LEARNING PATH Statinfer.com 43 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process
  • 44. THE LEARNING PATH – OUR SUGGESTIONS Statinfer.com 44 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process 1. Do not try to learn all the steps in one sitting. 2. You need to learn, absorb and then practise before you reach the next step Stage-1 Stage-2 Stage-3
  • 45. THE LEARNING PATH – OUR SUGGESTIONS Statinfer.com 45 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process 1. R or Python. Both are really good. Pick any one of them 2. It also depends on your business problem 3. If you are planning to learn deep learning then go for python Stage-1 Stage-2 Stage-3
  • 46. THE LEARNING PATH – OUR SUGGESTIONS Statinfer.com 46 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process 1. Do not start with stage-2 or stage-3 directly. 2. Strong fundamentals will make the learning easy in later stages. Stage-1 Stage-2 Stage-3
  • 47. THE LEARNING PATH – OUR SUGGESTIONS Statinfer.com 47 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process 1. While learning these concepts, try to avoid academic style courses. 2. Look for the courses with lot of hands-on exercises and case studies Stage-1 Stage-2 Stage-3
  • 48. THE LEARNING PATH – OUR SUGGESTIONS Statinfer.com 48 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process 1. Do not focus on the tool, focus on the technique and algorithm 2. Learning python or R tool, will not make you a data scientist Stage-1 Stage-2 Stage-3
  • 50. FOCUS IS ON FIRSTTWO STAGES Statinfer.com 50 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process Stage-1 Stage-2 Stage-3
  • 51. DURATION – 10 DAYS Statinfer.com 51 Tools & Coding R/SAS/Python/ Hadoop/Weka Basic Statistics and Mathematics Basic Algorithms - Regression, Classification and Segmentation Advanced ML Algorithms -Neural Networks, SVMs, Random Forest and Boosting Deep Learning Models CNN, RNN and LSTM AI Models Deep Q Learning Reinforced Learning Markov Decision process Stage-1 Stage-2 Stage-3
  • 52. TWO PHASES Python for data science Data manipulations in python Basic Statistics Data validation and Cleaning Regression Logistic Regression Decision Trees Cluster Analysis Model Selection and Cross validation 52 PHASE-1 (5DAYS) ANN – Artificial Neural networks SVM – Support Vector Machines Random Forest Boosting NLP & Text mining TensorFlow & keras Deep Learning Models Convolution Neural Network Recurrent Neural Networks PHASE-2 (5DAYS)
  • 53. • 100% Hands-on Training • 30 case studies laced in the course • Created for Non- Statisticians • Datasets from multiple domains, codes files and in class exercises • Team assignments and mentoring • Final Assessment • E-learning material support 53 COURSE FEATURES
  • 54. PART-7 Data Science and Machine Learning Myths Statinfer.com
  • 55. MYTH-1 : MATHEMATICS Myth-1 : To be a good data scientist, you need to be exceptional at statistics, mathematics, calculous, algorithms etc., Not necessarily. Statinfer.com 55
  • 56. MYTH-2 : PROGRAMMING Myth-2 : To be a good data scientist, you need to have exceptional coding skills like Python, Java, C++ etc., Not necessarily. Statinfer.com 56
  • 57. MYTH-3 : COMPLICATED MODELS Myth-3 :Data science is all about building complex predictive and machine learning models to solving business problems Not necessarily. Statinfer.com 57
  • 58. MYTH-4 : MODEL BUILDING Myth-4 :After collection of the data, most of the time is spent on model building process. Not necessarily. Statinfer.com 58
  • 59. MYTH-5 : LARGE DATASETS Myth-5:While solving machine learning problems we need to handle really large datasets or most of the datasets are really large Not necessarily. Statinfer.com 59
  • 60. MYTH-6 : MACHINE LEARNING IN BUSINESS Myth-6:Companies use really advanced deep learning and AI models for while building all their business strategies Not necessarily. Statinfer.com 60
  • 61. MYTH-7 : DIVERSE ALGORITHMS Myth-7: A data scientist will be using all the models in their day to day life Not necessarily. Statinfer.com 61
  • 62. Have you tried our app? We have data science and machine learning quiz app to make the learning easy and fun Click here 62
  • 63. 63 Our e-Learning Modules Currently all the Machine Learning and Data Science courses are available as e-learning modules
  • 65. VENKATA REDDY KONASANI Trainer in • Data Science • Machine Learning • Deep Learning • Artificial Intelligence
  • 66. ABOUTVENKATA REDDY KONASANI • 11 Years into Data Analytics • 5+ Years into Training • Author of the book “Practical Business Analytics using SAS” • Statinfer.com – Key member in the core team • Work Experience • HP – Data Scientist • Trend wise Analytics -Data Scientist • HSBC – Data Analyst • Citi – Risk Analyst • Masters in Applied Statistics and Informatics from IIT Bombay 66 5,000+ Training Hours 1,500+ Participants 75+ Corporate Batches 25+ Companies