Difference between revisions of "Bag-of-Words (BoW)"
m (BPeat moved page Bag-of-Words to Bag-of-Words (scikit-learn: Count Vectorizer) without leaving a redirect) |
|||
| 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; | ||
| + | Built on NumPy, SciPy, and matplotlib] | ||
* [[Word2Vec]] | * [[Word2Vec]] | ||
* [[Doc2Vec]] | * [[Doc2Vec]] | ||
Revision as of 21:44, 6 September 2018
- 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;
Built on NumPy, SciPy, and matplotlib]