jwilber / post--memorization-in-rnns

Visualizing memorization in RNNs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualizing memorization in RNNs

Visualizing the gradient magnitudes in context, can be a powerful tool to see when recurrent units use short-term or long-term memorization.

  1. Run npm install
  2. Train the models with make train. This will take a very long time :)
  3. Build the data for the article with make build
  4. Bundle the article JavaScript with make bundle
  5. Run the article server with make server

Alternatively, if you just want to render and show the article:

  1. npm install
  2. npm start

About

Visualizing memorization in RNNs

License:MIT License


Languages

Language:Python 42.0%Language:JavaScript 32.4%Language:HTML 16.3%Language:CSS 6.7%Language:Makefile 1.3%Language:TeX 1.3%