INTRODUCTION TO
Machine Learning
Presented By :
Amreen Khanum D
2
Content
What is Machine Learning
Applications of Machine Learning
Features of Machine Learning
Classification of Machine Learning
Supervised Learning
Unsupervised Learning
Reinforcement Learning
3
What is Machine Learning?
Machine learning is a branch ofartificial intelligence (AI)and
computer science which focuses on the use of data and
algorithms to imitate the way that humans learn, gradually
improving its accuracy.
Applications of Machine Learning
Machine learning is a
buzzword for today's
technology, and it is
growing very rapidly day by
day. We are using machine
learning in our daily life
even without knowing it
such as Google Maps,
Google assistant, Alexa, etc.
4
5
Features of Machine Learning:
Machinelearningusesdatatodetectvariouspatternsina
givendataset.
Itcanlearnfrompastdataandimproveautomatically.
Itisadata-driventechnology.
Machinelearningismuchsimilartodataminingasitalso
dealswiththehugeamountofthedata.
Classification of Machine Learning:
1.Supervisedlearning.
2.Unsupervisedlearning.
3.Reinforcementlearning.
6
7
Supervised learning is the types of machine learning in
which machines are trained using well "labelled" training
data, and on basis of that data, machines predict the
output.
working of Supervised learning
1.Supervised Learning:
9
2.Unsupervised Learning:
Unsupervised learning is a type of machine learning in which
models are trained using unlabeled dataset and are allowed to
act on that data without any supervision.
Thegoalofunsupervisedlearningistofindtheunderlying
structureofdataset,groupthatdataaccordingtosimilarities,
andrepresentthatdatasetinacompressedformat.
Working of unsupervised learning
The unsupervised learning algorithm can be further
categorized into two types of problems:
1.Clustering:
Clusteringisamethodofgroupingtheobjectsintoclusterssuch
thatobjectswithmostsimilaritiesremainsintoagroupandhas
lessornosimilaritieswiththeobjectsofanothergroup.
Example:K-meansclustering.
2.Association:
Anassociationruleisanunsupervisedlearningmethodwhichis
usedforfindingtherelationshipsbetweenvariablesinthelarge
database.Itdeterminesthesetofitemsthatoccurstogetherinthe
dataset.Associationrulemakesmarketingstrategymore
effective.SuchaspeoplewhobuyXitem(supposeabread)are
alsotendtopurchaseY(Butter/Jam)item.
Example:Apriorialgorithm.
10
3. Reinforcement Learning
Reinforcement learning is a feedback-based learning method,
in which a learning agent gets a reward for each right action
and gets a penalty for each wrong action.
The agent learns automatically with these feedbacks and
improves its performance.
In reinforcement learning, the agent interacts with the
environment and explores it.
The goal of an agent is to get the most reward points, and
hence, it improves its performance.
11