Machine Learning (Autosaved)
Machine Learning (Autosaved)
1
• In traditional programming program is developed by programmers and output is
generated by the system.
2
In machine learning programs are created explicitly by the computer and these
programs are enhanced by itself and increase the probability of getting relevant
output.
Arranging or format data:-In this data is modified so that it fits to constraints of algorithms.
*The most common transformation is encoding into categorical variables this overall
process is done by data architect.
This clean dataset is used for Feature Engineering which is the next process in making a
model where the model is created with inputs so that algorithm can understand.
Data modelling :-
Now the data is used to train a model using a learning algorithm.
Machine learning
Supervised learning :- Data which is well labeled that means some data is already
tagged with the correct answer. Learning from the know label data to create a model
then predicting target output for the given input data
Example:-
Unsupervised learning:-
Algorithm using information that is neither classified nor labeled and allowing the
Algorithm to act on that information without guidance.
Example:-
Semi supervised learning:-
Semi-supervised learning is a class of machine learning tasks and techniques that also
make use of unlabeled data for training – typically a small amount of labeled
data with a large amount of unlabeled data. Semi-supervised learning falls
between unsupervised learning (without any labeled training data) and supervised
learning (with completely labeled training data).
Reinforcement learning:-
It is about taking suitable action to maximize reward in a particular situation. It is
employed by various software and machines to find the best possible behavior or
path it should take in a specific situation.
Decision process, reward system and learn series of action.
Supervised learning need data in labeled format so data must be labeled which is
very complicated in case of huge data.
Unsupervised learning algorithms don’t need labeled data but the training phase
takes huge number of cases the more number of relevant inputs the higher the
efficiency of output.
Semi supervised learning method contains small labeled data compared to
unlabeled data so desired output have higher efficiency than unsupervised
learning.
Reinforcement learning depends on agents which are program mentors that can
provide reward means if the output is relevant then it rewards to save the changes
in algorithm itself but if the output is not relevant then nothing works correctly so
decision process is the key step in learning of reinforcement learning.
Performance measure:-
Predicting data set labels
a)training set and data set
b)cross validation of output with human efforts or programs.
image recognition.
language detection