A very simple Recurrent Neural Network implementation
Example usage: node rnn.js 0 0 1 0 1 1 1 0 0
- Open up your terminal (and navigate somewhere you want to download the repository to)
- 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. - 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. - 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: