notes

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

SemiSupervisedLearning.md (329B)


      1 # Semi-Supervised Learning
      2 
      3 ML CH1
      4 
      5 **Definition:** This is training a model with some labeled and some unlabeled data. 
      6 
      7 A good example of this is google's image classification. It will tell you person 2 is in photos 8, 10, and 15 you then given one label and it is able to cluster all of this data by the label you have given.