Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 411 Bytes

index.md

File metadata and controls

30 lines (17 loc) · 411 Bytes

self-supervised learning

  1. AutoEncoder

    1. StackAutoEncoder ()
    2. Undercomplete Autoencoder
    3. Sparse Autoencoder
  2. word2vec

    nn.Embedding

    1. Skip-gram

    2. cbow


    3. Hierarchical Softmax

    4. Negative Sampling

  3. node2vec

  4. dgl (deep graph infomax)

  5. DIM

  6. CPC