classifier
Here are 677 public repositories matching this topic...
-
Updated
Jul 5, 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 median heuristic function utils.medianHeuristic is missing in the pytorch branch. Please copy it to
edgeml_pytorch.utils
. - It is being called from here when you run the example. That is
-
Updated
Jun 21, 2020 - Python
-
Updated
Jul 5, 2020 - Python
-
Updated
Feb 23, 2020 - Jupyter Notebook
-
Updated
Sep 25, 2017 - Elixir
-
Updated
Jun 26, 2020 - Rust
-
Updated
Apr 9, 2018 - Go
Documentation
The documentation is referenced in the readme file but there is no link to it? pls help thanks (also kinda new to java so might be a stupid question - any help is well appreciated)
-
Updated
Mar 3, 2020 - Python
-
Updated
Nov 23, 2018 - Python
-
Updated
May 25, 2018 - Python
-
Updated
Jun 12, 2018 - Swift
-
Updated
Sep 1, 2019 - Python
-
Updated
May 17, 2020 - Python
It might be nice to, as a final step, show an instance of an actual inference on the model so a reader can "tie it all together". It isn't strictly useful, but for anyone who doesn't know a lot of the terminology it would bring it home.
-
Updated
May 11, 2020 - C++
-
Updated
Mar 24, 2020 - Python
-
Updated
Aug 22, 2018 - Python
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
May 21, 2017 - Jupyter Notebook
-
Updated
Nov 23, 2019 - Python
-
Updated
Nov 7, 2019 - Python
-
Updated
Oct 24, 2016 - Python
-
Updated
Sep 12, 2019 - Python
-
Updated
Dec 5, 2019 - R
-
Updated
Sep 9, 2017 - Python
Improve this page
Add a description, image, and links to the classifier topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the classifier topic, visit your repo's landing page and select "manage topics."
When trying to find the options that can be used to initialize NLP.js, I have to delve into the code and navigate through many files to find what I am looking for, if I am lucky. Also the structure of the settings are hard to figure out and require a lot of trial and error.
For example, we are using the NlpManager with these: