Difference between revisions of "Bag-of-Words (BoW)"
| Line 2: | Line 2: | ||
* [[Natural Language Processing (NLP), Natural Language Inference (NLI) and Recognizing Textual Entailment (RTE)]] | * [[Natural Language Processing (NLP), Natural Language Inference (NLI) and Recognizing Textual Entailment (RTE)]] | ||
| − | * [http://scikit-learn.org scikit-learn.org - Machine Learning in Python, Simple and efficient tools for data mining and data analysis; | + | * [http://scikit-learn.org scikit-learn.org - Machine Learning in Python, Simple and efficient tools for data mining and data analysis; Built on NumPy, SciPy, and matplotlib] |
| − | Built on NumPy, SciPy, and matplotlib] | ||
* [[Word2Vec]] | * [[Word2Vec]] | ||
* [[Doc2Vec]] | * [[Doc2Vec]] | ||
Revision as of 21:45, 6 September 2018
- Natural Language Processing (NLP), Natural Language Inference (NLI) and Recognizing Textual Entailment (RTE)
- scikit-learn.org - Machine Learning in Python, Simple and efficient tools for data mining and data analysis; Built on NumPy, SciPy, and matplotlib
- Word2Vec
- Doc2Vec
- Skip-Gram
- Global Vectors for Word Representation (GloVe)