Unit 1 - ML
Unit 1 - ML
Contents
⚫Syllabus
⚫Text Books
⚫Course Outcomes
⚫Unit-1
Syllabus
Text Books
1)Tom M. Mitchell, ―Machine Learning, McGraw-Hill Education (India)
Private Limited, 2013.
2)Ethem Alpaydin, ―Introduction to Machine Learning (Adaptive
Computation and Machine Learning), The MIT Press 2004.
3)Stephen Marsland, ―Machine Learning: An Algorithmic
Perspective, CRC Press, 2009.
4)Bishop, C., Pattern Recognition and Machine Learning. Berlin:
Springer-Verlag
Course Outcomes
- Mark Cuban, American entrepreneur
What is Machine Learning?
What is Machine Learning?
What is Machine Learning?
⚫The term Machine learning was first introduced by Arthur Samuel in
1959.
⚫ Artificial Intelligence is the concept of creating smart intelligent machines.
⚫ Machine Learning is a subset of artificial intelligence that helps you build
AI-driven applications.
⚫ Deep Learning is a subset of machine learning that uses vast volumes of
data and complex algorithms to train a model.
⚫ As intelligence requires knowledge, it is necessary for the computers to
acquire knowledge.
Machine Learning Definition
⚫ This is what the gist of reinforcement learning is. The reward here is the
feedback received by the dog for sitting. This algorithm has various
applications in real life.
⚫Disadvantages
Too much reinforcement learning can lead to an overload of states which can diminish the
results, also it is not preferable for solving simple problems. The curse of dimensionality
limits reinforcement learning for real physical systems.
Issues in Machine Learning
1. Data quality. Machine learning systems rely on data. ...
6. Data Collection. Data plays a key role in any use case. ...
2.Critic: Take history of problem as input and produce a set of training examples of target function as
output.
3.Generalizer: Take training examples as input and produce estimate of target function as output
hypothesis. It generalizes from specific training examples, hypothesizing a general function that covers all
examples.
4.Experiment Generator: Take current hypothesis (currently learned function) as input and outputs a new
problem (i.e., initial board state) for Performance System to explore. Its role is to pick new practice
problems that will maximize the learning rate of the overall system.
Final Design
Traditional Programing VS ML