Skip to content

Machine learning

  1. Supervised Learning
  2. Unsupervised learning
  3. Reinforcement learning

Supervised Learning

We enter a set of inputs and outputs, to help a program generalize it, using a best fit line/function. This is then used to predict outputs for related value.

For example :

InputOutput
11
24
39
416
..
..
..
10?

This is approximation.

Unsupervised learning

No labeled data.

Density estimation is used here.

This is description.

Powered by VitePress