fasttext
Here are 273 public repositories matching this topic...
-
Updated
May 20, 2020 - Python
-
Updated
Jun 12, 2020 - Jupyter Notebook
-
Updated
Jul 7, 2020 - Python
-
Updated
Jul 8, 2020 - Python
If I have a word, how do i get top k words closest to that given word. As far as i understand, there is a way to get it from cpp code but I can't find anything in the python library.
Something similar to what gensim word2vec implementation has:
model.most_similar(positive=[your_word_vector], topn=1))
The documentation in DJL was originally written with the expectation that users are reasonably familiar with deep learning. So, it does not go out of the way to define and explain some of the key concepts. To help users who are newer to deep learning, we created a [documentation convention](https://github.com/awslabs/djl/blob/master/docs/development/development_guideline.md#documentation-conventio
-
Updated
Jan 1, 2019 - Python
-
Updated
Jul 10, 2020 - Python
-
Updated
Jan 5, 2019 - Python
-
Updated
Jul 18, 2018 - Python
-
Updated
Feb 26, 2020 - Jupyter Notebook
official Python binding from the fastText repository: https://github.com/facebookresearch/fastText/tree/master/python , open this website , only little example , compare pyfasttext document , I cannot understand official document , have anybody know how to understand official fasttext example , In my mind pyfasttext document better than official fasttext document
-
Updated
Feb 20, 2019 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
Jan 22, 2019 - C++
-
Updated
Aug 8, 2017 - Python
-
Updated
Mar 24, 2020 - Python
-
Updated
Apr 23, 2020
-
Updated
Jun 19, 2018 - Python
-
Updated
Jul 15, 2020 - Python
-
Updated
Mar 9, 2020 - HTML
-
Updated
Mar 25, 2019 - Python
Improve this page
Add a description, image, and links to the fasttext topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fasttext topic, visit your repo's landing page and select "manage topics."
Example (from TfidfTransformer)
This method expects a list of tuples, instead of an iterable. This means that the entire corpus has to be stored as a lis