Machine Learning
Machine Learning
Piyush Dave
Machine Learning is the science (and art) of
programming computers so they can learn from data.
Reference:- Hands-On Machine Learning with Scikit-Learn and TensorFlow 2nd Edition by Aurélien Géron
In supervised learning, the training data you
feed to the algorithm includes the
desiredsolutions, called labels
Ham labeled training set for supervised
learning Instance
Spam
Ham
Spam
Machine
Ham Spam
Is
Learning
Ham
Spam
Ham
Types of Supervise Learning
Decision Trees
k-Nearest Logistic Support Vector
Linear Regression and Random
Neighbors Regression Machines (SVMs)
Forests
In unsupervised learning, as you might guess,
the training data is unlabeled. The system tries
to learn without a teacher.
1. Machine Extract
Feature from
Data
2. Based on
Feature, Data
will be separated
and Machine
Learn in this
Process
Types of Unsupervised Learning
Visualization and
Anomaly detection and Association rule
Clustering dimensionality
novelty detection learning
reduction
Agent Reward 4
Note:- Frog is Agent here