Skip to content

Javascript library for RNN's, LSTM's and GRU's.

Notifications You must be signed in to change notification settings

Atyanar/neuraljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neuraljs

NeuralJS is a Javascript library implementing:

  • Deep Recurrent Neural Networks (RNN)
  • Long Short-Term Memory Networks (LSTM)
  • Gated Recurrent Units (GRU)

It is based on RecurrentJS (https://github.com/karpathy/recurrentjs) but is rewritten from scratch and supplemented with support for GRU's, a cleaner code structure and an API that should be easier to use.

Example code

Please check out the demo for now.

License

MIT

About

Javascript library for RNN's, LSTM's and GRU's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published