SlideShare una empresa de Scribd logo
1 de 29
Descargar para leer sin conexión
LECTURE1: INTRODUCTION
TO MACHINE LEARNING
Dr. Ummesalma M,
Assistant Professor,
CHRIST (Deemed to be University),
Bengaluru -29
AGENDA
1. Preface
2. Prerequisite
3. Definition
4. Introduction to Machine Learning (ML)
5. Fields associated with ML
6. Need for ML
7. Difference between…
8. Types of learning in ML
9. Applications of ML
10. Limitations of ML
11. Old wine in a new bottle
2
PREFACE
DATA, DATA EVERYWHERE…
 Widespread use of personal computers and wireless communication
leads to “big data”
 We are both producers and consumers of data
 Data is not random, it has structure, e.g., customer behavior
We need “big theory” to extract that structure from data for
(a) Understanding the process
(b) Making predictions for the future
 It is a biggest challenge to store and process such a huge data
 More challenging to extract meaningful insight from the data pile
 Extracted information is of high significance & aids in decision making
 But is the data always valuable?
3
PREFACE
DATA What is it ?
Data is a collection of raw facts and figures having no meaning
on its own but when processed lead to meaningful information.
4
DATA CAN TOIL/SPOIL…
5
6
HOW COMPANIES LEARN YOUR SECRETS?
7
HOW COMPANIES LEARN YOUR SECRETS?
https://www.nytimes.com/2012/02/19/magazine/sho
pping-habits.html
MACHINE LEARNING (ML)
8
PREREQUISITES TO LEARN
MACHINE LEARNING (ML)
9
Five essential prerequisites for studying machine learning:
1. Statistics Knowledge: Probability, Basic and Inferential Statistics
2. Mathematical foundation: Linear Algebra and Calculus
3. Programming Languages: Preferably Python (Pandas, Numpy, Matplotlib)
4. Domain Knowledge: Related to the problem
5. Common Sense – which isn’t common
INTRODUCTION TO MACHINE
LEARNING (ML)
Machine Learning: Systematic way of “learning” from “data” or “past
experience” by the Machine (computers, Smart Phones, Robots etc.)
Data: Any raw fact that can be processed and has potential significance
10
1. Useless data)
2. Nominal
3. Binary
4. Ordinal
5. Count
6. Time and time series data
7. Interval
8. Text
9. Image
10. Sound
https://towardsdatascience.com/7-data-types-a-
better-way-to-think-about-data-types-for-machine-
learning-939fae99a689
INTRODUCTION TO MACHINE
LEARNING (ML) CONT.
Machine Learning: Systematic way of “learning” from “data” or “past
experience” by the Machine (computers, Smart Phones, Robots etc.)
 learning: Make intelligent predictions or decisions based on data by
optimizing a model
• There is no need to “learn” to calculate payroll
• Learning is used when:
• Human expertise does not exist (navigating on Mars),
• Humans are unable to explain their expertise (speech recognition)
• Solution changes in time (routing on a computer network)
• Solution needs to be adapted to particular cases (user biometrics)
11
STANDARD DEFINITION OF
MACHINE LEARNING
12
NEED FOR ML
When do we need ML (I)?
For tasks that are easily performed by humans but are complex for computer
systems to emulate for example … So that machines can take charge of
humans
Vision: Identify faces in a photograph, objects in a video or still image, etc.
Natural language Processing: Translate a sentence from Hindi to English,
question answering, identify sentiment of text, etc.
 Speech Recognition: Recognize spoken words, speaking sentences
naturally
 Game playing: Play games like chess, Go, Dota.
 Robotics: Walking, jumping, displaying emotions, driverless car etc.
13
NEED FOR ML
When do we need ML? (II)
For tasks that are beyond human capabilities
E.g. IBM Watson’s Jeopardy-playing machine
Facing certain defeat at the hands of room-size
I.B.M. computer on Wednesday evening, Ken
Jennings, famous for winning 74 games in a row
on the TV quiz show, acknowledged the obvious.
“I, for one, welcome our new computer overlords,”
he wrote on his video screen, borrowing a line
from a “Simpsons” episode.
14
NEED FOR ML
15
Ken Jennings vs. IBM Watson’s Jeopardy-playing machine
NEED FOR ML
When do we need ML (III)?
Analysis of large and complex datasets
E.g.: Analyzing Social media data
16
NEED FOR ML
When do we need ML (IV)?
 Fields where there are very few (almost no) human experts
Industrial/manufacturing control
Testing and Quality Assurance
Mass spectrometer analysis,
Drug design
Astronomic discovery
17
NEED FOR ML
When do we need ML (V)?
 Beneficial when the scenarios are highly volatile/ rapidly changing
Credit scoring
Financial modeling
Fraud detection
Diagnosis
18
TYPES OF LEARNING IN ML
19
DIFFERENCE BETWEEN TRADITIONAL
LEARNING APPROACH VS. MACHINE
LEARNING APPROACH
20
Ml_vs_Traditional
Machine learning is primarily concerned with the
accuracy and effectiveness of the computer system.
psychological models
data
mining
cognitive science
decision theory
information theory
databases
machine
learning
Mathematics
statistics
evolutionary
models
control theory
DIFFERENCE BETWEEN ARTIFICIAL
INTELLIGENCE, MACHINE LEARNING &
DEEP LEARNING
22
AI_ML_DL_Difference
APPLICATIONS OF MACHINE LEARNING
23
APPLICATIONS OF MACHINE LEARNING
1. Image recognition: To identify objects, persons, places, digital images, etc. The popular
use case of image recognition and face detection is, Automatic friend tagging suggestion
by Facebook, geo tagging by Google, Biometrics etc.
2. Speech Recognition: Process of converting voice instructions into text. E.g. Speech to text,
Voice recognition, Google’s Voice Search, Voice based assistance viz Siri, Cortana,
and Alexa etc.
3. Product recommendations: Mechanism of understanding the user interest using various
machine learning algorithms & suggests the product as per customer interest. Google
recommendation, Youtube video recommendation, Food Recommendation on Apps etc.
4. Self-driving cars: The art of automating the driving by computers. E.g. Tesla cars by Tesla
company which uses unsupervised learning method to train the car models for object
(people, vehicle or any obstacle), detection navigation etc. to facilitate smooth driving.
5. Transportation and Commuting: It provides a customized application which is unique to
you. Automatically detects your location and provides options to either go home or office
or any other frequent place based on your History and Patterns E.g.: Uber/Ola
24
APPLICATIONS OF MACHINE
LEARNING
6. Stock Data Prediction: Predicting the closing price of stock using time series models
and neural networks.
7. Medical Diagnosis: ML is used for diseases identification, classification and
prediction of cancers and tumors using image processing and numerical data
analysis. E.g. 3D models that can predict the exact position of lesions in the brain.
Classification of disease as lethal or non-lethal, Prediction of reoccurrence of cancer
etc.
8. Automatic Language Translation: Converts the unknown language into known one.
E.g. Google's GNMT (Google Neural Machine Translation)
9. Basket Analysis: Identifying the frequently bought items and redesigning the shelf to
increase the sales in the super market.
10. Data Analytics: Analyzing the data to facilitate decision making. E.g. Sentiment
analysis, Business analytics, medical analytics etc.
25
LIMITATIONS OF MACHINE
LEARNING
Limitation 1 — Ethics: If my self-driving car kills someone on the road, whose
fault is it?
Limitation 2 — Deterministic Problems: Machine learning is stochastic, not
deterministic.
Limitation 3 — Data: Lack of data, lack of good data leads to wrong results.
Limitation 4 — Misapplication: whereby people blindly use machine learning
to solve statistical problems and statistical techniques to solve machine
learning problem. It should be noted that statistical modeling is inherently
confirmatory, and machine learning is inherently exploratory.
Limitation 5 — Interpretability: Lack of interpretability of the ML methods,
despite their apparent success especially in the field of genomics, proteomics,
metabolomics, etc.
26
OLD WINE IN NEW BOTTLE
Some terms though appear different in different domains they mean the same
Statistics: Discriminant Analysis : : Machine Learning: Classification
Engineering: Pattern Recognition : : Machine Learning: Classification
Business: Data Mining : : Machine Learning: Knowledge Discovery in Database
Mathematics: Rule : : Machine Learning: Model
Mathematics: Data Matrix : : Machine Learning: Dataset
Statistics: Sample : : Machine Learning: Instance
Mathematics: Row x Column : : Machine Learning: Instance x Feature
Layman Term: attribute : : Machine Learning: Feature
Layman Term: record : : Machine Learning: Instance
Layman Term: Learning a rule from data : : Machine Learning: Knowledge Extraction
Layman Term: Set of potential rules : : Machine Learning: Knowledgebase
27
REFERENCES
BOOKS
E. Alpaydin, Introduction to Machine Learning, 3rd Edition, MIT Press, 2014.
C.M. Bishop, Pattern Recognition and Machine Learning, Springer, 2016.
Lecture Notes
Lecture Notes for E Alpaydın 2004 Introduction to Machine Learning © The MIT Press
(V1.1)
https://www.javatpoint.com/applications-of-machine-learning
Websites
Geekforgeeks.com
Medium.com
Towardsdatascience.com
Image Courtesy: Google Images
28
29
THANK YOU!

Más contenido relacionado

La actualidad más candente

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
 
Lecture #1: Introduction to machine learning (ML)
Lecture #1: Introduction to machine learning (ML)Lecture #1: Introduction to machine learning (ML)
Lecture #1: Introduction to machine learning (ML)
butest
 
2.17Mb ppt
2.17Mb ppt2.17Mb ppt
2.17Mb ppt
butest
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
butest
 

La actualidad más candente (20)

Machine learning overview
Machine learning overviewMachine learning overview
Machine learning overview
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Deep learning
Deep learningDeep learning
Deep learning
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
 
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...
 
Machine learning
Machine learningMachine learning
Machine learning
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
 
Machine Can Think
Machine Can ThinkMachine Can Think
Machine Can Think
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning Basics
 
Intro to modelling-supervised learning
Intro to modelling-supervised learningIntro to modelling-supervised learning
Intro to modelling-supervised learning
 
Lecture #1: Introduction to machine learning (ML)
Lecture #1: Introduction to machine learning (ML)Lecture #1: Introduction to machine learning (ML)
Lecture #1: Introduction to machine learning (ML)
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
Machine learning seminar ppt
Machine learning seminar pptMachine learning seminar ppt
Machine learning seminar ppt
 
2.17Mb ppt
2.17Mb ppt2.17Mb ppt
2.17Mb ppt
 
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
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
introduction to machin learning
introduction to machin learningintroduction to machin learning
introduction to machin learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Smart Data Slides: Machine Learning - Case Studies
Smart Data Slides: Machine Learning - Case StudiesSmart Data Slides: Machine Learning - Case Studies
Smart Data Slides: Machine Learning - Case Studies
 

Similar a Lecture1 introduction to machine learning

Machine Learning for Absolute Beginners ( PDFDrive ).pdf
Machine Learning for Absolute Beginners ( PDFDrive ).pdfMachine Learning for Absolute Beginners ( PDFDrive ).pdf
Machine Learning for Absolute Beginners ( PDFDrive ).pdf
AnkitBiswas31
 
Lec 01
Lec 01Lec 01

Similar a Lecture1 introduction to machine learning (20)

Directions in machine learning Ceadar webinar
Directions in machine learning Ceadar webinar Directions in machine learning Ceadar webinar
Directions in machine learning Ceadar webinar
 
Big data, big opportunities
Big data, big opportunitiesBig data, big opportunities
Big data, big opportunities
 
ML All Chapter PDF.pdf
ML All Chapter PDF.pdfML All Chapter PDF.pdf
ML All Chapter PDF.pdf
 
Webinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeeverWebinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeever
 
Machine Learning: Need of Machine Learning, Its Challenges and its Applications
Machine Learning: Need of Machine Learning, Its Challenges and its ApplicationsMachine Learning: Need of Machine Learning, Its Challenges and its Applications
Machine Learning: Need of Machine Learning, Its Challenges and its Applications
 
Ml topic1 a
Ml topic1 aMl topic1 a
Ml topic1 a
 
Fundamentals of Artificial Intelligence — QU AIO Leadership in AI
Fundamentals of Artificial Intelligence — QU AIO Leadership in AIFundamentals of Artificial Intelligence — QU AIO Leadership in AI
Fundamentals of Artificial Intelligence — QU AIO Leadership in AI
 
i2ml3e-chap1.pptx
i2ml3e-chap1.pptxi2ml3e-chap1.pptx
i2ml3e-chap1.pptx
 
Automated machine learning: the new data science challenge
Automated machine learning: the new data science challengeAutomated machine learning: the new data science challenge
Automated machine learning: the new data science challenge
 
Machine learning - session 1
Machine learning - session 1Machine learning - session 1
Machine learning - session 1
 
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdfMachine_Learning_with_MATLAB_Seminar_Latest.pdf
Machine_Learning_with_MATLAB_Seminar_Latest.pdf
 
Machine Learning for Absolute Beginners ( PDFDrive ).pdf
Machine Learning for Absolute Beginners ( PDFDrive ).pdfMachine Learning for Absolute Beginners ( PDFDrive ).pdf
Machine Learning for Absolute Beginners ( PDFDrive ).pdf
 
Unveiling the Power of Machine Learning.docx
Unveiling the Power of Machine Learning.docxUnveiling the Power of Machine Learning.docx
Unveiling the Power of Machine Learning.docx
 
Machine Learning On Big Data: Opportunities And Challenges- Future Research D...
Machine Learning On Big Data: Opportunities And Challenges- Future Research D...Machine Learning On Big Data: Opportunities And Challenges- Future Research D...
Machine Learning On Big Data: Opportunities And Challenges- Future Research D...
 
AI Presentation 1
AI Presentation 1AI Presentation 1
AI Presentation 1
 
DSCI 552 machine learning for data science
DSCI 552 machine learning for data scienceDSCI 552 machine learning for data science
DSCI 552 machine learning for data science
 
Lec 01
Lec 01Lec 01
Lec 01
 
Introduction AI ML& Mathematicals of ML.pdf
Introduction AI ML& Mathematicals of ML.pdfIntroduction AI ML& Mathematicals of ML.pdf
Introduction AI ML& Mathematicals of ML.pdf
 
Machine learning ICT
Machine learning ICTMachine learning ICT
Machine learning ICT
 
The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)
 

Más de UmmeSalmaM1

Más de UmmeSalmaM1 (9)

Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Welcome to Python Programming.pptx
Welcome to Python Programming.pptxWelcome to Python Programming.pptx
Welcome to Python Programming.pptx
 
Role of digital technology in autism a case study
Role of digital technology in autism a case studyRole of digital technology in autism a case study
Role of digital technology in autism a case study
 
Programming for data science in python
Programming for data science in pythonProgramming for data science in python
Programming for data science in python
 
Demography basedhybridrecommendersystemformovierecommendation
Demography basedhybridrecommendersystemformovierecommendationDemography basedhybridrecommendersystemformovierecommendation
Demography basedhybridrecommendersystemformovierecommendation
 
Datascience and python
Datascience and pythonDatascience and python
Datascience and python
 
Machine learning visual_quiz
Machine learning visual_quizMachine learning visual_quiz
Machine learning visual_quiz
 
The Art of Entrepreneurship
The Art of Entrepreneurship The Art of Entrepreneurship
The Art of Entrepreneurship
 
Impact of Learning Functions on Prediction of Stock Data
Impact of Learning Functions on Prediction of Stock DataImpact of Learning Functions on Prediction of Stock Data
Impact of Learning Functions on Prediction of Stock Data
 

Último

Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
nirzagarg
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
Health
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Bertram Ludäscher
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
ptikerjasaptiker
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
gajnagarg
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
q6pzkpark
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Klinik kandungan
 
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit RiyadhCytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Abortion pills in Riyadh +966572737505 get cytotec
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
vexqp
 

Último (20)

Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Data Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdfData Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdf
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit RiyadhCytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
 
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxThe-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Sequential and reinforcement learning for demand side management by Margaux B...
Sequential and reinforcement learning for demand side management by Margaux B...Sequential and reinforcement learning for demand side management by Margaux B...
Sequential and reinforcement learning for demand side management by Margaux B...
 
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
 

Lecture1 introduction to machine learning

  • 1. LECTURE1: INTRODUCTION TO MACHINE LEARNING Dr. Ummesalma M, Assistant Professor, CHRIST (Deemed to be University), Bengaluru -29
  • 2. AGENDA 1. Preface 2. Prerequisite 3. Definition 4. Introduction to Machine Learning (ML) 5. Fields associated with ML 6. Need for ML 7. Difference between… 8. Types of learning in ML 9. Applications of ML 10. Limitations of ML 11. Old wine in a new bottle 2
  • 3. PREFACE DATA, DATA EVERYWHERE…  Widespread use of personal computers and wireless communication leads to “big data”  We are both producers and consumers of data  Data is not random, it has structure, e.g., customer behavior We need “big theory” to extract that structure from data for (a) Understanding the process (b) Making predictions for the future  It is a biggest challenge to store and process such a huge data  More challenging to extract meaningful insight from the data pile  Extracted information is of high significance & aids in decision making  But is the data always valuable? 3
  • 4. PREFACE DATA What is it ? Data is a collection of raw facts and figures having no meaning on its own but when processed lead to meaningful information. 4
  • 6. 6 HOW COMPANIES LEARN YOUR SECRETS?
  • 7. 7 HOW COMPANIES LEARN YOUR SECRETS? https://www.nytimes.com/2012/02/19/magazine/sho pping-habits.html
  • 9. PREREQUISITES TO LEARN MACHINE LEARNING (ML) 9 Five essential prerequisites for studying machine learning: 1. Statistics Knowledge: Probability, Basic and Inferential Statistics 2. Mathematical foundation: Linear Algebra and Calculus 3. Programming Languages: Preferably Python (Pandas, Numpy, Matplotlib) 4. Domain Knowledge: Related to the problem 5. Common Sense – which isn’t common
  • 10. INTRODUCTION TO MACHINE LEARNING (ML) Machine Learning: Systematic way of “learning” from “data” or “past experience” by the Machine (computers, Smart Phones, Robots etc.) Data: Any raw fact that can be processed and has potential significance 10 1. Useless data) 2. Nominal 3. Binary 4. Ordinal 5. Count 6. Time and time series data 7. Interval 8. Text 9. Image 10. Sound https://towardsdatascience.com/7-data-types-a- better-way-to-think-about-data-types-for-machine- learning-939fae99a689
  • 11. INTRODUCTION TO MACHINE LEARNING (ML) CONT. Machine Learning: Systematic way of “learning” from “data” or “past experience” by the Machine (computers, Smart Phones, Robots etc.)  learning: Make intelligent predictions or decisions based on data by optimizing a model • There is no need to “learn” to calculate payroll • Learning is used when: • Human expertise does not exist (navigating on Mars), • Humans are unable to explain their expertise (speech recognition) • Solution changes in time (routing on a computer network) • Solution needs to be adapted to particular cases (user biometrics) 11
  • 13. NEED FOR ML When do we need ML (I)? For tasks that are easily performed by humans but are complex for computer systems to emulate for example … So that machines can take charge of humans Vision: Identify faces in a photograph, objects in a video or still image, etc. Natural language Processing: Translate a sentence from Hindi to English, question answering, identify sentiment of text, etc.  Speech Recognition: Recognize spoken words, speaking sentences naturally  Game playing: Play games like chess, Go, Dota.  Robotics: Walking, jumping, displaying emotions, driverless car etc. 13
  • 14. NEED FOR ML When do we need ML? (II) For tasks that are beyond human capabilities E.g. IBM Watson’s Jeopardy-playing machine Facing certain defeat at the hands of room-size I.B.M. computer on Wednesday evening, Ken Jennings, famous for winning 74 games in a row on the TV quiz show, acknowledged the obvious. “I, for one, welcome our new computer overlords,” he wrote on his video screen, borrowing a line from a “Simpsons” episode. 14
  • 15. NEED FOR ML 15 Ken Jennings vs. IBM Watson’s Jeopardy-playing machine
  • 16. NEED FOR ML When do we need ML (III)? Analysis of large and complex datasets E.g.: Analyzing Social media data 16
  • 17. NEED FOR ML When do we need ML (IV)?  Fields where there are very few (almost no) human experts Industrial/manufacturing control Testing and Quality Assurance Mass spectrometer analysis, Drug design Astronomic discovery 17
  • 18. NEED FOR ML When do we need ML (V)?  Beneficial when the scenarios are highly volatile/ rapidly changing Credit scoring Financial modeling Fraud detection Diagnosis 18
  • 19. TYPES OF LEARNING IN ML 19
  • 20. DIFFERENCE BETWEEN TRADITIONAL LEARNING APPROACH VS. MACHINE LEARNING APPROACH 20 Ml_vs_Traditional
  • 21. Machine learning is primarily concerned with the accuracy and effectiveness of the computer system. psychological models data mining cognitive science decision theory information theory databases machine learning Mathematics statistics evolutionary models control theory
  • 22. DIFFERENCE BETWEEN ARTIFICIAL INTELLIGENCE, MACHINE LEARNING & DEEP LEARNING 22 AI_ML_DL_Difference
  • 23. APPLICATIONS OF MACHINE LEARNING 23
  • 24. APPLICATIONS OF MACHINE LEARNING 1. Image recognition: To identify objects, persons, places, digital images, etc. The popular use case of image recognition and face detection is, Automatic friend tagging suggestion by Facebook, geo tagging by Google, Biometrics etc. 2. Speech Recognition: Process of converting voice instructions into text. E.g. Speech to text, Voice recognition, Google’s Voice Search, Voice based assistance viz Siri, Cortana, and Alexa etc. 3. Product recommendations: Mechanism of understanding the user interest using various machine learning algorithms & suggests the product as per customer interest. Google recommendation, Youtube video recommendation, Food Recommendation on Apps etc. 4. Self-driving cars: The art of automating the driving by computers. E.g. Tesla cars by Tesla company which uses unsupervised learning method to train the car models for object (people, vehicle or any obstacle), detection navigation etc. to facilitate smooth driving. 5. Transportation and Commuting: It provides a customized application which is unique to you. Automatically detects your location and provides options to either go home or office or any other frequent place based on your History and Patterns E.g.: Uber/Ola 24
  • 25. APPLICATIONS OF MACHINE LEARNING 6. Stock Data Prediction: Predicting the closing price of stock using time series models and neural networks. 7. Medical Diagnosis: ML is used for diseases identification, classification and prediction of cancers and tumors using image processing and numerical data analysis. E.g. 3D models that can predict the exact position of lesions in the brain. Classification of disease as lethal or non-lethal, Prediction of reoccurrence of cancer etc. 8. Automatic Language Translation: Converts the unknown language into known one. E.g. Google's GNMT (Google Neural Machine Translation) 9. Basket Analysis: Identifying the frequently bought items and redesigning the shelf to increase the sales in the super market. 10. Data Analytics: Analyzing the data to facilitate decision making. E.g. Sentiment analysis, Business analytics, medical analytics etc. 25
  • 26. LIMITATIONS OF MACHINE LEARNING Limitation 1 — Ethics: If my self-driving car kills someone on the road, whose fault is it? Limitation 2 — Deterministic Problems: Machine learning is stochastic, not deterministic. Limitation 3 — Data: Lack of data, lack of good data leads to wrong results. Limitation 4 — Misapplication: whereby people blindly use machine learning to solve statistical problems and statistical techniques to solve machine learning problem. It should be noted that statistical modeling is inherently confirmatory, and machine learning is inherently exploratory. Limitation 5 — Interpretability: Lack of interpretability of the ML methods, despite their apparent success especially in the field of genomics, proteomics, metabolomics, etc. 26
  • 27. OLD WINE IN NEW BOTTLE Some terms though appear different in different domains they mean the same Statistics: Discriminant Analysis : : Machine Learning: Classification Engineering: Pattern Recognition : : Machine Learning: Classification Business: Data Mining : : Machine Learning: Knowledge Discovery in Database Mathematics: Rule : : Machine Learning: Model Mathematics: Data Matrix : : Machine Learning: Dataset Statistics: Sample : : Machine Learning: Instance Mathematics: Row x Column : : Machine Learning: Instance x Feature Layman Term: attribute : : Machine Learning: Feature Layman Term: record : : Machine Learning: Instance Layman Term: Learning a rule from data : : Machine Learning: Knowledge Extraction Layman Term: Set of potential rules : : Machine Learning: Knowledgebase 27
  • 28. REFERENCES BOOKS E. Alpaydin, Introduction to Machine Learning, 3rd Edition, MIT Press, 2014. C.M. Bishop, Pattern Recognition and Machine Learning, Springer, 2016. Lecture Notes Lecture Notes for E Alpaydın 2004 Introduction to Machine Learning © The MIT Press (V1.1) https://www.javatpoint.com/applications-of-machine-learning Websites Geekforgeeks.com Medium.com Towardsdatascience.com Image Courtesy: Google Images 28