notes

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

TransferLearning.md (353B)


      1 # Transfer Learning
      2 
      3 ML CH1
      4 
      5 **Definition:** Transfer learning is the process of transferring knowledge from one task to another. 
      6 
      7 An example of this is training a model to reconstruct images of pets using self-supervised learning. Using this, we can then make the model into a classification modelf based on labelled data for different types of pets.