Skip to content

Deep neural nets should be ideally trained on a GPU. The modules in this repository however implement the models on top of a plain vanilla version of python and numpy.

License

Notifications You must be signed in to change notification settings

dmancevo/nlpNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nlpNet

Plain vanilla implementation of word embeddings.

Reference:

Collobert, Ronan, et al. "Natural language processing (almost) from scratch." The Journal of Machine Learning Research 12 (2011): 2493-2537. (https://arxiv.org/abs/1103.0398)

To run:

python net_test.py

About

Deep neural nets should be ideally trained on a GPU. The modules in this repository however implement the models on top of a plain vanilla version of python and numpy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages