Cheap Website Traffic
top of page

Machine learning

Updated: Apr 8, 2021


Machine learning

Machine learning is a application of Artificial Intelligence. That provides the system that ability to learn automatically without developer instructions. Learn from data and response accurately.


Types of machine learning

  1. Supervised learning

  2. Unsupervised learning

  3. Semi-supervised learning

  4. Reinforcement learning


1.Supervised learning


Computer learn from sample labeled data. We need to train the computer by inputs and outputs. Simply computer learn the rule for mapping the input to output. This training continues until reach the desired accuracy for map the data


Example


Supervised learning
Supervised learning

2.Unsupervised learning


In unsupervised learning no labels are given for learning .Computer learn the hidden pattern from sample data. For example if we need to group the large set of data then this will find hidden pattern(Similarity) and group the data’s.


Example


Unsupervised learning
Unsupervised learning

3.Semi-supervised learning


In Semi-supervised learning some data only labeled in large number of data and other data are not labeled.


Example


Semi-supervised learning
Semi-supervised learning

4.Reinforcement learning


Reinforcement learning is a type of dynamic programming that trains algorithms using a system of reward and punishment.

In simple words we can say that the out depends on the state of current input and the next input is depends on the output of previous input.

0 comments
bottom of page