0% found this document useful (0 votes)
7 views6 pages

Chapter 1 Introduction To ML Vincy Joseph

The document provides an introduction to machine learning, defining it as a computer program's ability to learn from experience to improve performance on specific tasks. It outlines various applications of machine learning, including its use in search engines, facial recognition, recommendation engines, and self-driving cars. The document also categorizes machine learning into three types: supervised, unsupervised, and reinforcement learning.

Uploaded by

prajapatiaryank
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views6 pages

Chapter 1 Introduction To ML Vincy Joseph

The document provides an introduction to machine learning, defining it as a computer program's ability to learn from experience to improve performance on specific tasks. It outlines various applications of machine learning, including its use in search engines, facial recognition, recommendation engines, and self-driving cars. The document also categorizes machine learning into three types: supervised, unsupervised, and reinforcement learning.

Uploaded by

prajapatiaryank
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

INTRODUCTION TO MACHINE

LEARNING

“Machine Learning”
by Anuradha Srinivasaraghavan & Vincy Joseph
1
Copyright  2019 Wiley India Pvt. Ltd. All rights reserved.
1. What is Machine Learning?
2. Where is Machine Learning used?
3. Applications of Machine Learning
4. Types of Machine Learning
1. Supervised Learning
2. Unsupervised Learning
3. Reinforcement Learning

“Machine Learning”
by Anuradha Srinivasaraghavan & Vincy Joseph
Copyright  2019 Wiley India Pvt. Ltd. All rights reserved.
“A computer program is said to learn from
experience (E) with respect to some class of
tasks (T) and performance measure (P), if its
performance at tasks in T, as measured by P,
improves with experience E.” –Tom Mitchell

Robot Navigation in a MAZE


1. Class of task: Reaching the end of the maze.
2. Performance measurement: Time taken to reach the end of
the maze.
3. Source of experience: Navigating the maze from start to finish
by the robot.

“Machine Learning”
by Anuradha Srinivasaraghavan & Vincy Joseph
Copyright  2019 Wiley India Pvt. Ltd. All rights reserved.
 ML represents a key evolution in the fields of
computer science, data analysis, software
engineering and artificial intelligence.
 Used in Google search engines
 Facial recognition technologies
 Recommendation engines
 Self-driving cars

“Machine Learning”
by Anuradha Srinivasaraghavan & Vincy Joseph
Copyright  2019 Wiley India Pvt. Ltd. All rights reserved.
 Marketing and sales
◦ Uses algorithms interpret diverse datasets and
build correlations.
◦ Optimize buyers expectations
 Search Engines
◦ Personalized match for queries
◦ Google-RankBrain
 Transportation
◦ Helps in traffic free navigation
◦ Used by Uber and Swiggy

“Machine Learning”
by Anuradha Srinivasaraghavan & Vincy Joseph
Copyright  2019 Wiley India Pvt. Ltd. All rights reserved.
 Supervised: the computer is provided with
example inputs that are labeled with their
desired outputs
 Unsupervised: the data is unlabeled, so the
learning algorithm is left to find commonalities
among its input data.
 Reinforcement: Concerned with how software
agents ought to take action in an environment
so as to maximize some notion of cumulative
 reward.

“Machine Learning”
by Anuradha Srinivasaraghavan & Vincy Joseph
Copyright  2019 Wiley India Pvt. Ltd. All rights reserved.

You might also like