An open API service indexing awesome lists of open source software.

https://github.com/tanyakuznetsova/word-embeddings-on-brown-corpus

This notebook explores how clustering semantically similar words can help make Natural Language Processing tasks easier.
https://github.com/tanyakuznetsova/word-embeddings-on-brown-corpus

brown-corpus cluster-analysis nlp nlp-machine-learning unsupervised-machine-learning word-embeddings

Last synced: 3 months ago
JSON representation

This notebook explores how clustering semantically similar words can help make Natural Language Processing tasks easier.

Awesome Lists containing this project

README

        

# Word-Embeddings-on-Brown-Corpus

This notebook explores how clustering semantically similar words can help make Natural Language Processing tasks easier.

# Acknowledgement

The code builds upong the construction of the positive pointwise mutual matrix from the UCSD Machine Learning Fundamentals course taught by Professor Dasgupta.