Skip to content

alex4321/word2vec-nlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

word2vec-nlc

This is Keras and word2vec-based NLC. It use "interface" from my other library. It just make matrix from word2vec vectors of not-stop words and train LSTM network on it.

Installation

Firstly you need to install my library from github. Also, you must have installed keras and backend for it (I used theano).

pip install keras theano

Using

See example in word2vec_classifier_test.py and nlc/classifier_test.py. Also, maybe in your case you'll need to use GPU

About

Natural Language Classifier writtern with word2vec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages