ML_Basic
ML_Basic
You will learn about the many different methods of machine learning,
including reinforcement learning, supervised learning, and unsupervised
learning, in this machine learning tutorial. Regression and classification
models, clustering techniques, hidden Markov models, and various
sequential models will all be covered.
Following are some key points which show the importance of Machine
Learning:
1. Supervised learning
2. Unsupervised learning
3. Reinforcement learning
1) Supervised Learning
In supervised learning, sample labeled data are provided to the machine
learning system for training, and the system then predicts the output based
on the training data.
The system uses labeled data to build a model that understands the datasets
and learns about each one. After the training and processing are done, we
test the model with sample data to see if it can accurately predict the
output.
The mapping of the input data to the output data is the objective of
supervised learning. The managed learning depends on oversight, and it is
equivalent to when an understudy learns things in the management of the
educator. Spam filtering is an example of supervised learning.
o Classification
o Regression
2) Unsupervised Learning
Unsupervised learning is a learning method in which a machine learns
without any supervision.
The training is provided to the machine with the set of data that has not
been labeled, classified, or categorized, and the algorithm needs to act on
that data without any supervision. The goal of unsupervised learning is to
restructure the input data into new features or a group of objects with similar
patterns.
o Clustering
o Association
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.
The robotic dog, which automatically learns the movement of his arms, is an
example of Reinforcement learning.
o The duration of 1974 to 1980 was the tough time for AI and ML
researchers, and this duration was called as AI winter.
o In this duration, failure of machine translation occurred, and people
had reduced their interest from AI, which led to reduced funding by the
government to the researches.
2007:
ADVERTISEMENT
2008:
2009:
2010:
2012:
2013:
2014:
2015:
2017:
Prerequisites
Before learning machine learning, you must have the basic knowledge of
followings so that you can easily understand the concepts of machine
learning: