First implementation of encoding text
- 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.
encode_text_vectors
to encode text using the trained network.similarity
to quickly calculate cosine similarity and return the most similar texts.See this notebook for details.