-
Notifications
You must be signed in to change notification settings - Fork 0
Machine Learning Basics
piyush daga edited this page Mar 10, 2019
·
1 revision
Machine Learning is the art of learning insights from data, using a set of algorithms and stats. It is a sub-field of Artificial Intelligence (AI) and has evolved considerably in the past decade.
There are three main classes of machine learning algorithms:
-
Supervised Learning
- Labelled Data
- Direct Feedback
- Prediction of outcome/ failure
-
Unsupervised Learning
- Unlabelled Data
- No feedback
- Finding patterns in the data
-
Reinforcement Learning
- An agent who learns
- Reward System
- Learn to accomplish series of actions