notes

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

LatentSpace.md (301B)


      1 # Latent Space (embedding space)
      2 
      3 SS
      4 
      5 **Definition:** Latent space is a lower dimensional embedding space used to represent higher dimensional information.
      6 
      7 Think of using an autoencoder to embed high dim data into lower dimensions. This ties in more generally with dimensionallity reduction as well.