Visualizing the gradient magnitudes in context, can be a powerful tool to see when recurrent units use short-term or long-term memorization.
- Run
npm install
- Train the models with
make train
. This will take a very long time :) - Build the data for the article with
make build
- Bundle the article JavaScript with
make bundle
- Run the article server with
make server
Alternatively, if you just want to render and show the article:
npm install
npm start