Machine learning Types – Art of Possible



This content originally appeared on DEV Community and was authored by lostinopensource

This post will help understand from a beginner perspective what are the various Machine Learning Types.

Machine Learning Types

As per Above image Machine Learning can be categorized into 3 types Majorly:

  • Supervised Machine Learning: In this type of the Machine Learning algorithm learns from Labelled Data

Supervised Machine learning

  • Unsupervised Machine Learning: In this type of the Machine Learning algorithm learns from Unlabeled Data

Unsupervised Machine learning

  • Reinforcement Machine Learning: Area of ML concerned with how intelligent agents take actions in an environment to maximize its rewards

Reinforcement Machine Learning


This content originally appeared on DEV Community and was authored by lostinopensource