Deep Learning for NLP resources from Github

Two list of “Deep Learning for NLP resources” from github, just for reference: Deep Learning for NLP resources: Introductory and state of the art resources for NLP sequence modeling tasks like dialog. from https://github.com/andrewt3000/DL4NLP Deep-Learning-for-NLP-Resources: List of resources to get … Continue reading →

Getting Started with Word2Vec and GloVe

Word2Vec and GloVe are two popular word embedding algorithms recently which used to construct vector representations for words. And those methods can be used to compute the semantic similarity between words by the mathematically vector representation. The c/c++ tools for … Continue reading →