notes

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

UnsupervisedLearning.md (533B)


      1 # Unsupervised Learning
      2 
      3 ML L1
      4 
      5 **Definition:** Given a dataset with no labels, find some structure in the underlying data. 
      6 
      7 [ClusteringAlgorithms](ClusteringAlgorithms.md) are often created using unsupervised learning.
      8 
      9 Another example of unsupervised learning is the cocktail party problem where you have multiple microphones in a room that is noisy, how do you separate out individual voices?
     10 
     11 See [UnsupervisedPretraining](UnsupervisedPretraining.md) for information about unsupervised training followed by supervised training.