SlideShare a Scribd company logo
Machine Learning
Third Eye Consulting Services & Solutions LLC.
Introduction to Machine Learning
 Machine learning is a method of data analysis that automates
analytical model building. Machine learning is a type of artificial
intelligence (AI) that, according to Arthur Samuel in 1959, gives
"computers the ability to learn without being explicitly
programmed.“Using algorithms that iteratively learn from data,
machine learning allows computers to find hidden insights without
being explicitly programmed where to look.
As I am a Data Scientist One may ask me a questions like

Why you should care about Data ?

Can’t you just take a representative sample and do statistical computation on
it ?
Anaswer Is:~

Machine Learning

ML focuses on learning by example - and the more example you have, the
better the learner.

It has been said that “more data usually beats better algorithms”.
Why machine learning is important?
 Machine learning has several very practical applications that drive the kind of real business results –
such as time and money savings – that have the potential to dramatically impact the future of your
organization.
 Things like growing volumes and varieties of available data, computational processing that is cheaper
and more powerful, and affordable data storage are main causes for the importance of machine
learning.
 Data availability: Today, the amount of digital data generated through smart devices and Internet of
Things is huge . This data can be used for analysis to make intelligent decisions and Machine
Learning helps in doing so.
 Computation power: Moore's law has ensured that the current hardware has the capability to
reliably store and analyze the massive data and perform massive amount of computations in a
reasonable amount of time. This allows to build complex Machine Learning models with billions of
parameters.
 Moreover it can be said that is provides High-value predictions that can guide better decisions and
smart actions in real time without human intervention.
Fields of Application
Some of the fields where machine learning is used are as follows:
 Financial services
 Government agencies
 Health care
 Marketing and sales
 Oil and gas
 Transportation
 Telecom
 Retail etc.
Machine learning Approaches
Machine learning
approaches
Machine learning
approaches
Supervised learning
Unsupervised learning
Semi-supervised
Learning
Reinforcement learning
Supervised learning
Unsupervised learning
Supervised Learning
 This kind of a learning is possible at instances when the inputs and the outputs
are clearly identified, and algorithms are trained using labeled examples.
 The learning algorithm receives a set of inputs along with the corresponding
correct outputs, and the algorithm learns by comparing its actual output with
correct outputs to find errors. Based on this, it would further modify the model
accordingly. This is a form of pattern recognition, as supervised learning
happens through methods like classification, regression, prediction and gradient
boosting, supervised learning uses patterns to predict the values of the label on
additional unlabeled data.
 Supervised learning is commonly used in applications where historical data
predicts likely future events.
Real life example of supervised learning
 Loan Status Prediction in banking
sector :A Company wants to automate
the loan eligibility process (real time)
based on customer detail provided while
filling online application form. These
details are Gender, Marital Status,
Education, Income, Loan Amount,
Credit History and others. To automate
this process, they have given a problem
to identify the customers segments, those
are eligible for loan amount so that they
can specifically target these customers.
 Skills:
• Concordance, Information
• Value, Weight of Evidence,
• C-Statistic, H-L Stat, Gini,
• K-S, Somer’s D, RMSE, CP.
 Statistical model:
• Logistic Model
• Decision Tree
• Random Forest etc.
Real life example of supervised learning

Churn Prediction:
Telecommunication market is
expanding day by day and thereby
due to growing competition
companies are facing loss of
customers and thereby a severe
loss in revenue. The customers
who are leaving the company and
moving to the other telecom
companies are called Churn.
 Skills:
• Concordance, Information
• Value, Weight of Evidence,
• C-Statistic, H-L Stat, Gini,
• K-S, Somer’s D, RMSE, CP.
 Statistical model:
• Logistic Model
• Decision Tree
• Survival Analysis
Unsupervised Learning
 Unlike supervised learning, unsupervised learning is used against data that has
no historical data. The goal is to explore the data and find some structure
within.
 Unsupervised learning works best on transactional data.
 Popular techniques include self-organizing maps, nearest-neighbor mapping, k-
means clustering and singular value decomposition. These algorithms are also
used to segment text topics, recommend items and identify data outliers.
Real life example of unsupervised learning

Market Basket Analysis:
Nowadays all of we are familiar
with online retailers like flipkart,
Amazon etc. Now what they do,
they suggest some relevant
products on purchase of some
particular product. Identifying
products and content that go well
together. Using it, retailers get a
window into customers'
purchasing behavior.
Statistical Skills:
Association Rule . (Support,
Confidence, Lift)
Statistical Algorithm:
Apriori Algorithm
Collaborative filtering
Semi-supervised Learning
 As the name suggests, semi-supervised learning is a bit of both – supervised
and unsupervised learning and uses both labeled and unlabeled data for training.
In a typical scenario it would use small amount of labeled data with large
amount of unlabeled data, the reason being that, unlabeled data is less
expensive and takes less effort to acquire.
 This type of learning can be used with methods such as classification,
regression and prediction.
 Semi-supervised learning is useful when the cost associated with labeling is too
high to allow for a fully labeled training process.
Real life example of semi-supervised learning
• One real world application for semi-
supervised learning, is webpage
classification. Say you want to classify
any given webpage into one of several
categories (like "Educational", "
Shopping", "Forum", etc.). This is a
case where it's expensive to go through
tens of thousands of webpages and
have humans annotate them (imagine
how boring and strenuous it would be).
However, in terms of availability,
webpages are abundant. Simply write a
Python/Java/etc. crawler, and you can
collect millions of pages in a few hours.
• In-depth analysis of product
reviews in retail: Suppose a
manufacturing company want to
analyze the rating and review of a
certain product to get a view about
the popularity of the product for
improving the quality of the
product or launch a better product.
 Statistical model:
• Latent semantic analysis
• Support vector machine
Reinforcement Learning
 This is a bit similar to the traditional type of data analysis as the algorithm
discovers through trial and error and decides which action results in greater
rewards.
 This type of learning has three primary components: the agent (the learner or
decision maker), the environment (everything the agent interacts with) and
actions (what the agent can do).
 The objective is for the agent to choose actions that maximize the expected
reward over a given amount of time. This is best achieved when the agent has a
good policy in hand. Learning the best policy, hence remains to be the goal in
reinforcement learning.
Real life example of reinforcement learning
• Optimization of anemia
management in patients
undergoing hemodialysis.
This is a relevant problem in
Nephrology, in which we focus on
obtaining the optimal
Erythropoietin (EPO) dosages that
should be administered for an
adequate longterm anemia
management.
• Optimization of a marketing
campaign.
In this case, we used data from a
marketing campaign to suggest
modifications based on RL to the
company policy in order to
maximize long-term profits.
Industry Figure

Global IT companies are looking into Analytics as well as ML as a next
generation growth engine.

Banking Sector and financial services globally are using ML to support
their own business.

Many Academic sector also uses Data Science, ML for statistical computing.

ML is not a decision making system , is a decision supporting system.
Role of a ML Expert

Documenting the types and structure of the business data (logical modeling).

Analyzing and mining business data to identify patterns and correlations
among the various data points.

Mapping and tracing data from system to system in order to solve a given
business or system problem.

Design and create data reports and reporting tools to help business
executives in their decision making.

Perform statistical analysis of business data.
Limitations of Machine Learning
 Each narrow application needs to be specially trained
 Require large amounts of structured training data
 Learning must generally be supervised: Training data must be tagged
 Do not learn incrementally or interactively, in real time
 Poor transfer learning ability, re-usability of modules, and integration
Pros and cons of machine learning
Pros
 Good for document level
 High recall
 Robust
 Easy to scale
 Fast development
 Feature learning
 Prameter Optimization
Cons
 Requires large annotation
 Course-grained
 Difficult to debug
 Fail in short messages
 Only shallow NLP
 Works with continuous loss function
 Limited
 Large data requirement
Thank You
Ad

More Related Content

What's hot (20)

Machine Learning
Machine LearningMachine Learning
Machine Learning
Vivek Garg
 
Machine learning
Machine learningMachine learning
Machine learning
Dr Geetha Mohan
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Kumar P
 
Machine learning
Machine learningMachine learning
Machine learning
ADARSHMISHRA126
 
Machine learning seminar ppt
Machine learning seminar pptMachine learning seminar ppt
Machine learning seminar ppt
RAHUL DANGWAL
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
Poojamanic
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
Machine learning
Machine learningMachine learning
Machine learning
Rajesh Chittampally
 
Machine learning
Machine learningMachine learning
Machine learning
ArbAz QuReshi
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Rahul Jain
 
Machine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesMachine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and Techniques
Rui Pedro Paiva
 
Types of Machine Learning
Types of Machine LearningTypes of Machine Learning
Types of Machine Learning
Samra Shahzadi
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
butest
 
Lecture1 introduction to machine learning
Lecture1 introduction to machine learningLecture1 introduction to machine learning
Lecture1 introduction to machine learning
UmmeSalmaM1
 
Deep learning
Deep learningDeep learning
Deep learning
Ratnakar Pandey
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Bhupender Sharma
 
Machine learning overview
Machine learning overviewMachine learning overview
Machine learning overview
prih_yah
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Darshan Ambhaikar
 
Machine learning ppt.
Machine learning ppt.Machine learning ppt.
Machine learning ppt.
ASHOK KUMAR
 
Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.
butest
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Vivek Garg
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Kumar P
 
Machine learning seminar ppt
Machine learning seminar pptMachine learning seminar ppt
Machine learning seminar ppt
RAHUL DANGWAL
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
Poojamanic
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Rahul Jain
 
Machine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesMachine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and Techniques
Rui Pedro Paiva
 
Types of Machine Learning
Types of Machine LearningTypes of Machine Learning
Types of Machine Learning
Samra Shahzadi
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
butest
 
Lecture1 introduction to machine learning
Lecture1 introduction to machine learningLecture1 introduction to machine learning
Lecture1 introduction to machine learning
UmmeSalmaM1
 
Machine learning overview
Machine learning overviewMachine learning overview
Machine learning overview
prih_yah
 
Machine learning ppt.
Machine learning ppt.Machine learning ppt.
Machine learning ppt.
ASHOK KUMAR
 
Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.
butest
 

Similar to Machine learning (20)

MB2208A- Business Analytics- unit-4.pptx
MB2208A- Business Analytics- unit-4.pptxMB2208A- Business Analytics- unit-4.pptx
MB2208A- Business Analytics- unit-4.pptx
ssuser28b150
 
Machine Learning for Business - Eight Best Practices for Getting Started
Machine Learning for Business - Eight Best Practices for Getting StartedMachine Learning for Business - Eight Best Practices for Getting Started
Machine Learning for Business - Eight Best Practices for Getting Started
Bhupesh Chaurasia
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
M Abhishek Dora
 
Data Mining and Business Analytics by Seyed Ziae Mousavi Mojab
Data Mining and Business Analytics by Seyed Ziae Mousavi MojabData Mining and Business Analytics by Seyed Ziae Mousavi Mojab
Data Mining and Business Analytics by Seyed Ziae Mousavi Mojab
zmojab
 
Data Mining vs. Machine Learning Unveiling Major Differences
Data Mining vs. Machine Learning Unveiling Major DifferencesData Mining vs. Machine Learning Unveiling Major Differences
Data Mining vs. Machine Learning Unveiling Major Differences
Capital Numbers
 
Data mining-basic
Data mining-basicData mining-basic
Data mining-basic
gufranresearcher
 
AI.pdf
AI.pdfAI.pdf
AI.pdf
Tariqqandeel
 
Unit IV.pdf
Unit IV.pdfUnit IV.pdf
Unit IV.pdf
PreethaSuresh2
 
Lectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptx
Lectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptxLectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptx
Lectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptx
HekmatyarZahir
 
Machine Learning in Business What It Is and How to Use It
Machine Learning in Business What It Is and How to Use ItMachine Learning in Business What It Is and How to Use It
Machine Learning in Business What It Is and How to Use It
Kashish Trivedi
 
Machine learning
Machine learningMachine learning
Machine learning
Navdeep Asteya
 
Machine Learning: The First Salvo of the AI Business Revolution
Machine Learning: The First Salvo of the AI Business RevolutionMachine Learning: The First Salvo of the AI Business Revolution
Machine Learning: The First Salvo of the AI Business Revolution
Cognizant
 
Business Analytics.pptx
Business Analytics.pptxBusiness Analytics.pptx
Business Analytics.pptx
Parveen Vashisth
 
Machine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domainsMachine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domains
Shrutika Oswal
 
Accenture multi-speed-it-po v
Accenture multi-speed-it-po vAccenture multi-speed-it-po v
Accenture multi-speed-it-po v
Michael Torbit
 
Intro.pptx
Intro.pptxIntro.pptx
Intro.pptx
jaiminkhatri4
 
Big data overview
Big data overviewBig data overview
Big data overview
Shyam Sunder Budhwar
 
Applied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_YhatApplied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_Yhat
Charlie Hecht
 
machine learning introduction notes foRr
machine learning introduction notes foRrmachine learning introduction notes foRr
machine learning introduction notes foRr
SanaMateen7
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
Umair Shafique
 
MB2208A- Business Analytics- unit-4.pptx
MB2208A- Business Analytics- unit-4.pptxMB2208A- Business Analytics- unit-4.pptx
MB2208A- Business Analytics- unit-4.pptx
ssuser28b150
 
Machine Learning for Business - Eight Best Practices for Getting Started
Machine Learning for Business - Eight Best Practices for Getting StartedMachine Learning for Business - Eight Best Practices for Getting Started
Machine Learning for Business - Eight Best Practices for Getting Started
Bhupesh Chaurasia
 
Data Mining and Business Analytics by Seyed Ziae Mousavi Mojab
Data Mining and Business Analytics by Seyed Ziae Mousavi MojabData Mining and Business Analytics by Seyed Ziae Mousavi Mojab
Data Mining and Business Analytics by Seyed Ziae Mousavi Mojab
zmojab
 
Data Mining vs. Machine Learning Unveiling Major Differences
Data Mining vs. Machine Learning Unveiling Major DifferencesData Mining vs. Machine Learning Unveiling Major Differences
Data Mining vs. Machine Learning Unveiling Major Differences
Capital Numbers
 
Lectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptx
Lectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptxLectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptx
Lectuhhhhhhhhhhhhhhhhhhhhhhbbbhhhre 1.pptx
HekmatyarZahir
 
Machine Learning in Business What It Is and How to Use It
Machine Learning in Business What It Is and How to Use ItMachine Learning in Business What It Is and How to Use It
Machine Learning in Business What It Is and How to Use It
Kashish Trivedi
 
Machine Learning: The First Salvo of the AI Business Revolution
Machine Learning: The First Salvo of the AI Business RevolutionMachine Learning: The First Salvo of the AI Business Revolution
Machine Learning: The First Salvo of the AI Business Revolution
Cognizant
 
Machine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domainsMachine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domains
Shrutika Oswal
 
Accenture multi-speed-it-po v
Accenture multi-speed-it-po vAccenture multi-speed-it-po v
Accenture multi-speed-it-po v
Michael Torbit
 
Applied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_YhatApplied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_Yhat
Charlie Hecht
 
machine learning introduction notes foRr
machine learning introduction notes foRrmachine learning introduction notes foRr
machine learning introduction notes foRr
SanaMateen7
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
Umair Shafique
 
Ad

Recently uploaded (20)

Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptxPerencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
PareaRusan
 
Medical Dataset including visualizations
Medical Dataset including visualizationsMedical Dataset including visualizations
Medical Dataset including visualizations
vishrut8750588758
 
Minions Want to eat presentacion muy linda
Minions Want to eat presentacion muy lindaMinions Want to eat presentacion muy linda
Minions Want to eat presentacion muy linda
CarlaAndradesSoler1
 
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
Molecular methods diagnostic and monitoring of infection  -  Repaired.pptxMolecular methods diagnostic and monitoring of infection  -  Repaired.pptx
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
7tzn7x5kky
 
Geometry maths presentation for begginers
Geometry maths presentation for begginersGeometry maths presentation for begginers
Geometry maths presentation for begginers
zrjacob283
 
Defense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptxDefense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptx
Greg Makowski
 
How iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost FundsHow iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost Funds
ireneschmid345
 
Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...
Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...
Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...
Abodahab
 
VKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptxVKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptx
Vinod Srivastava
 
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjksPpt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
panchariyasahil
 
DPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdfDPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdf
inmishra17121973
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
C++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptxC++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptx
aquibnoor22079
 
Ch3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendencyCh3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendency
ayeleasefa2
 
Digilocker under workingProcess Flow.pptx
Digilocker  under workingProcess Flow.pptxDigilocker  under workingProcess Flow.pptx
Digilocker under workingProcess Flow.pptx
satnamsadguru491
 
Just-In-Timeasdfffffffghhhhhhhhhhj Systems.ppt
Just-In-Timeasdfffffffghhhhhhhhhhj Systems.pptJust-In-Timeasdfffffffghhhhhhhhhhj Systems.ppt
Just-In-Timeasdfffffffghhhhhhhhhhj Systems.ppt
ssuser5f8f49
 
Classification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptxClassification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptx
wencyjorda88
 
chapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptxchapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptx
justinebandajbn
 
Conic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptxConic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptx
taiwanesechetan
 
Flip flop presenation-Presented By Mubahir khan.pptx
Flip flop presenation-Presented By Mubahir khan.pptxFlip flop presenation-Presented By Mubahir khan.pptx
Flip flop presenation-Presented By Mubahir khan.pptx
mubashirkhan45461
 
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptxPerencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
PareaRusan
 
Medical Dataset including visualizations
Medical Dataset including visualizationsMedical Dataset including visualizations
Medical Dataset including visualizations
vishrut8750588758
 
Minions Want to eat presentacion muy linda
Minions Want to eat presentacion muy lindaMinions Want to eat presentacion muy linda
Minions Want to eat presentacion muy linda
CarlaAndradesSoler1
 
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
Molecular methods diagnostic and monitoring of infection  -  Repaired.pptxMolecular methods diagnostic and monitoring of infection  -  Repaired.pptx
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
7tzn7x5kky
 
Geometry maths presentation for begginers
Geometry maths presentation for begginersGeometry maths presentation for begginers
Geometry maths presentation for begginers
zrjacob283
 
Defense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptxDefense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptx
Greg Makowski
 
How iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost FundsHow iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost Funds
ireneschmid345
 
Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...
Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...
Day 1 - Lab 1 Reconnaissance Scanning with NMAP, Vulnerability Assessment wit...
Abodahab
 
VKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptxVKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptx
Vinod Srivastava
 
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjksPpt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
panchariyasahil
 
DPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdfDPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdf
inmishra17121973
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
C++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptxC++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptx
aquibnoor22079
 
Ch3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendencyCh3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendency
ayeleasefa2
 
Digilocker under workingProcess Flow.pptx
Digilocker  under workingProcess Flow.pptxDigilocker  under workingProcess Flow.pptx
Digilocker under workingProcess Flow.pptx
satnamsadguru491
 
Just-In-Timeasdfffffffghhhhhhhhhhj Systems.ppt
Just-In-Timeasdfffffffghhhhhhhhhhj Systems.pptJust-In-Timeasdfffffffghhhhhhhhhhj Systems.ppt
Just-In-Timeasdfffffffghhhhhhhhhhj Systems.ppt
ssuser5f8f49
 
Classification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptxClassification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptx
wencyjorda88
 
chapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptxchapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptx
justinebandajbn
 
Conic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptxConic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptx
taiwanesechetan
 
Flip flop presenation-Presented By Mubahir khan.pptx
Flip flop presenation-Presented By Mubahir khan.pptxFlip flop presenation-Presented By Mubahir khan.pptx
Flip flop presenation-Presented By Mubahir khan.pptx
mubashirkhan45461
 
Ad

Machine learning

  • 1. Machine Learning Third Eye Consulting Services & Solutions LLC.
  • 2. Introduction to Machine Learning  Machine learning is a method of data analysis that automates analytical model building. Machine learning is a type of artificial intelligence (AI) that, according to Arthur Samuel in 1959, gives "computers the ability to learn without being explicitly programmed.“Using algorithms that iteratively learn from data, machine learning allows computers to find hidden insights without being explicitly programmed where to look.
  • 3. As I am a Data Scientist One may ask me a questions like  Why you should care about Data ?  Can’t you just take a representative sample and do statistical computation on it ? Anaswer Is:~  Machine Learning  ML focuses on learning by example - and the more example you have, the better the learner.  It has been said that “more data usually beats better algorithms”.
  • 4. Why machine learning is important?  Machine learning has several very practical applications that drive the kind of real business results – such as time and money savings – that have the potential to dramatically impact the future of your organization.  Things like growing volumes and varieties of available data, computational processing that is cheaper and more powerful, and affordable data storage are main causes for the importance of machine learning.  Data availability: Today, the amount of digital data generated through smart devices and Internet of Things is huge . This data can be used for analysis to make intelligent decisions and Machine Learning helps in doing so.  Computation power: Moore's law has ensured that the current hardware has the capability to reliably store and analyze the massive data and perform massive amount of computations in a reasonable amount of time. This allows to build complex Machine Learning models with billions of parameters.  Moreover it can be said that is provides High-value predictions that can guide better decisions and smart actions in real time without human intervention.
  • 5. Fields of Application Some of the fields where machine learning is used are as follows:  Financial services  Government agencies  Health care  Marketing and sales  Oil and gas  Transportation  Telecom  Retail etc.
  • 6. Machine learning Approaches Machine learning approaches Machine learning approaches Supervised learning Unsupervised learning Semi-supervised Learning Reinforcement learning Supervised learning Unsupervised learning
  • 7. Supervised Learning  This kind of a learning is possible at instances when the inputs and the outputs are clearly identified, and algorithms are trained using labeled examples.  The learning algorithm receives a set of inputs along with the corresponding correct outputs, and the algorithm learns by comparing its actual output with correct outputs to find errors. Based on this, it would further modify the model accordingly. This is a form of pattern recognition, as supervised learning happens through methods like classification, regression, prediction and gradient boosting, supervised learning uses patterns to predict the values of the label on additional unlabeled data.  Supervised learning is commonly used in applications where historical data predicts likely future events.
  • 8. Real life example of supervised learning  Loan Status Prediction in banking sector :A Company wants to automate the loan eligibility process (real time) based on customer detail provided while filling online application form. These details are Gender, Marital Status, Education, Income, Loan Amount, Credit History and others. To automate this process, they have given a problem to identify the customers segments, those are eligible for loan amount so that they can specifically target these customers.  Skills: • Concordance, Information • Value, Weight of Evidence, • C-Statistic, H-L Stat, Gini, • K-S, Somer’s D, RMSE, CP.  Statistical model: • Logistic Model • Decision Tree • Random Forest etc.
  • 9. Real life example of supervised learning  Churn Prediction: Telecommunication market is expanding day by day and thereby due to growing competition companies are facing loss of customers and thereby a severe loss in revenue. The customers who are leaving the company and moving to the other telecom companies are called Churn.  Skills: • Concordance, Information • Value, Weight of Evidence, • C-Statistic, H-L Stat, Gini, • K-S, Somer’s D, RMSE, CP.  Statistical model: • Logistic Model • Decision Tree • Survival Analysis
  • 10. Unsupervised Learning  Unlike supervised learning, unsupervised learning is used against data that has no historical data. The goal is to explore the data and find some structure within.  Unsupervised learning works best on transactional data.  Popular techniques include self-organizing maps, nearest-neighbor mapping, k- means clustering and singular value decomposition. These algorithms are also used to segment text topics, recommend items and identify data outliers.
  • 11. Real life example of unsupervised learning  Market Basket Analysis: Nowadays all of we are familiar with online retailers like flipkart, Amazon etc. Now what they do, they suggest some relevant products on purchase of some particular product. Identifying products and content that go well together. Using it, retailers get a window into customers' purchasing behavior. Statistical Skills: Association Rule . (Support, Confidence, Lift) Statistical Algorithm: Apriori Algorithm Collaborative filtering
  • 12. Semi-supervised Learning  As the name suggests, semi-supervised learning is a bit of both – supervised and unsupervised learning and uses both labeled and unlabeled data for training. In a typical scenario it would use small amount of labeled data with large amount of unlabeled data, the reason being that, unlabeled data is less expensive and takes less effort to acquire.  This type of learning can be used with methods such as classification, regression and prediction.  Semi-supervised learning is useful when the cost associated with labeling is too high to allow for a fully labeled training process.
  • 13. Real life example of semi-supervised learning • One real world application for semi- supervised learning, is webpage classification. Say you want to classify any given webpage into one of several categories (like "Educational", " Shopping", "Forum", etc.). This is a case where it's expensive to go through tens of thousands of webpages and have humans annotate them (imagine how boring and strenuous it would be). However, in terms of availability, webpages are abundant. Simply write a Python/Java/etc. crawler, and you can collect millions of pages in a few hours. • In-depth analysis of product reviews in retail: Suppose a manufacturing company want to analyze the rating and review of a certain product to get a view about the popularity of the product for improving the quality of the product or launch a better product.  Statistical model: • Latent semantic analysis • Support vector machine
  • 14. Reinforcement Learning  This is a bit similar to the traditional type of data analysis as the algorithm discovers through trial and error and decides which action results in greater rewards.  This type of learning has three primary components: the agent (the learner or decision maker), the environment (everything the agent interacts with) and actions (what the agent can do).  The objective is for the agent to choose actions that maximize the expected reward over a given amount of time. This is best achieved when the agent has a good policy in hand. Learning the best policy, hence remains to be the goal in reinforcement learning.
  • 15. Real life example of reinforcement learning • Optimization of anemia management in patients undergoing hemodialysis. This is a relevant problem in Nephrology, in which we focus on obtaining the optimal Erythropoietin (EPO) dosages that should be administered for an adequate longterm anemia management. • Optimization of a marketing campaign. In this case, we used data from a marketing campaign to suggest modifications based on RL to the company policy in order to maximize long-term profits.
  • 16. Industry Figure  Global IT companies are looking into Analytics as well as ML as a next generation growth engine.  Banking Sector and financial services globally are using ML to support their own business.  Many Academic sector also uses Data Science, ML for statistical computing.  ML is not a decision making system , is a decision supporting system.
  • 17. Role of a ML Expert  Documenting the types and structure of the business data (logical modeling).  Analyzing and mining business data to identify patterns and correlations among the various data points.  Mapping and tracing data from system to system in order to solve a given business or system problem.  Design and create data reports and reporting tools to help business executives in their decision making.  Perform statistical analysis of business data.
  • 18. Limitations of Machine Learning  Each narrow application needs to be specially trained  Require large amounts of structured training data  Learning must generally be supervised: Training data must be tagged  Do not learn incrementally or interactively, in real time  Poor transfer learning ability, re-usability of modules, and integration
  • 19. Pros and cons of machine learning Pros  Good for document level  High recall  Robust  Easy to scale  Fast development  Feature learning  Prameter Optimization Cons  Requires large annotation  Course-grained  Difficult to debug  Fail in short messages  Only shallow NLP  Works with continuous loss function  Limited  Large data requirement