SlideShare ist ein Scribd-Unternehmen logo
1 von 20
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

Weitere Àhnliche Inhalte

Was ist angesagt?

Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.
butest
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
butest
 

Was ist angesagt? (20)

Machine learning
Machine learningMachine learning
Machine learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
 
supervised learning
supervised learningsupervised learning
supervised learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
introduction to machin learning
introduction to machin learningintroduction to machin learning
introduction to machin learning
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
 
Applications in Machine Learning
Applications in Machine LearningApplications in Machine Learning
Applications in Machine Learning
 

Ähnlich wie Machine learning

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
 

Ähnlich wie 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
 
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
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
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
 
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
 
Data mining-basic
Data mining-basicData mining-basic
Data mining-basic
 
AI.pdf
AI.pdfAI.pdf
AI.pdf
 
Unit IV.pdf
Unit IV.pdfUnit IV.pdf
Unit IV.pdf
 
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
 
Machine learning
Machine learningMachine learning
Machine learning
 
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
 
Business Analytics.pptx
Business Analytics.pptxBusiness Analytics.pptx
Business Analytics.pptx
 
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
 
Accenture multi-speed-it-po v
Accenture multi-speed-it-po vAccenture multi-speed-it-po v
Accenture multi-speed-it-po v
 
Intro.pptx
Intro.pptxIntro.pptx
Intro.pptx
 
Big data overview
Big data overviewBig data overview
Big data overview
 
Applied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_YhatApplied_Data_Science_Presented_by_Yhat
Applied_Data_Science_Presented_by_Yhat
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNINGBIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
 
Machine Learning and Remarketing
Machine Learning and RemarketingMachine Learning and Remarketing
Machine Learning and Remarketing
 
Business Analytics Unit III: Developing analytical talent
Business Analytics Unit III: Developing analytical talentBusiness Analytics Unit III: Developing analytical talent
Business Analytics Unit III: Developing analytical talent
 

KĂŒrzlich hochgeladen

Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
MarinCaroMartnezBerg
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...
shivangimorya083
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
JohnnyPlasten
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 

KĂŒrzlich hochgeladen (20)

BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔Body to body massage wit...
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 

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