User talk:Admin
From ElixirBlocks
ML Notes
Types of Machine Learning
Supervised
Most common form of learning. Supervised ML simply means that we have an answer key for every question we’re using to train our machine. That is to say, our data is labeled. So if we’re trying to teach a machine to distinguish if a photo contains a bird, we can immediately grade the AI on whether it was right or wrong. Like a Scantron, we have the answer key. But unlike a Scantron and because it’s probability math, we can also identify how wrong the answer was.
- Unsupervised
- Semisupervised
- Reinforcement