Skip to content

v0.2.0 - Embedding layer

Latest
Compare
Choose a tag to compare
@LdDl LdDl released this 08 Sep 12:50
· 6 commits to master since this release
61ae2b0

What's new

  1. Added LayerEmbedding.
    This layer very helpful for NLP tasks.
    Implementation is inspired by this SO question: https://stats.stackexchange.com/questions/182775/what-is-an-embedding-layer-in-a-neural-network
  2. Added example where Embedding has been used: https://github.com/LdDl/gan-go/tree/master/cmd/examples/train_embedding