notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

SupervisedLearning.md (246B)


      1 # Supervised Learning
      2 
      3 ML L1
      4 
      5 **Definition:** Training a model by giving it inputs and valid associated outputs.
      6 
      7 Most widely used form of model training.
      8 
      9 These desired outputs are referred to as labels. The inputs are referred to as instances.