Unit 1
Unit 1
Introduction to Machine
Learning
Subject : Machine Learning(3170724)
Faculty: Dr. Ami Tusharkant Choksi
Associate professor, Computer Engineering Department,
Navyug Vidyabhavan Trust
C.K.Pithawala College of Engineering and Technology,
Surat, Gujarat State, India.
Website: www.ckpcet.ac.in
02 hours
color=black
weight=800 kg,
trunk,
color=black, weight=6800 kg, trunk, tail, tail
ears shape, eyes, teeth
Dr. Ami T. Choksi @CKPCET Machine Learning (3170724) 5
Machine learning
● Machine learning (ML) is the study of computer algorithms that improve
automatically through experience and by the use of data.
● It is seen as a part of artificial intelligence.
● Machine learning algorithms build a model based on sample data, known as
"training data", in order to make predictions or decisions without being
explicitly programmed to do so.
● Machine learning algorithms are used in a wide variety of applications, such as
in medicine, email filtering, speech recognition, and computer vision, where it is
difficult or unfeasible to develop conventional algorithms to perform the needed
tasks.
Intelligence Humans without knowledge in Machines can solve new problems only if their
particular subjects can apply intelligence has been updated with retraining on
their intelligence to solve data acquired from the changed scenarios.
problems in new domains.
Mistake Both humans and machines make mistakes in applying their intelligence in solving
(similarity) problems. In ML, overfitting memorizes all examples and an overfitted model lacks
generalization and it fails to work on never seen before examples
Dr. Ami T. Choksi @CKPCET Machine Learning (3170724) 8
Human vs. machine learning
Feature Human learning Machine learning
Making Transfer learning may not make Transfer learning makes the transferee as
intelligent the students intelligent. It intelligent as the transferor. Transfer learning
depends on the inherent leverages information extracted from one set of
intelligence of the transferee to distributions.
enhance his/her problem
solving skills.