Skip to content
/ RNN.js Public

📟 A very simple Recurrent Neural Network implementation

License

Notifications You must be signed in to change notification settings

NullDev/RNN.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNN.js

Build Status

A very simple Recurrent Neural Network implementation

Example usage: node rnn.js 0 0 1 0 1 1 1 0 0

How to install:

  1. Open up your terminal (and navigate somewhere you want to download the repository to)

  2. Make sure you have nodejs installed. Test by entering
    $ node -v
    If this returns a version number, NodeJS is installed. If not, get NodeJS here.

  3. Clone the repository and navigate to it. If you have Git installed, type
    $ git clone https://github.com/NullDev/RNN.js.git && cd RNN.js
    If not, download it here and extract the ZIP file.
    Then navigate to the folder.

  4. Launch it with
    $ node rnn.js
    like in the example above.

Optional: You can also use rnn.min.js. It has the excat same functionality, just with minified code.


Screenshot:

Releases

No releases published

Packages

No packages published