User talk:Admin

From ElixirBlocks
Revision as of 14:57, 4 January 2024 by Admin (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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