Skip to content

First implementation of encoding text

Compare
Choose a tag to compare
@minimaxir minimaxir released this 07 May 02:26
· 94 commits to master since this release
  • Added encode_text_vectors to encode text using the trained network.
  • Added similarity to quickly calculate cosine similarity and return the most similar texts.

See this notebook for details.