An open API service indexing awesome lists of open source software.

https://github.com/ericjang/rnn-dynamics

Code and report for APMA136 Final Project
https://github.com/ericjang/rnn-dynamics

Last synced: 5 months ago
JSON representation

Code and report for APMA136 Final Project

Awesome Lists containing this project

README

          

# RNN-dynamics

Code for my APMA136 Final Project, based on "Opening the Black Box : Low-Dimensional Dynamics in High-Dimensional Recurrent Neural Networks".

Codes for `simple2d`, `threebit_flipflop`, `motor_control` tasks are found in respective subdirectories. All code written by Eric Jang, under the MIT license. Most of the code is implemented in MATLAB, although there is a bit of python here and there.

## Trained Submanifold Attractor
3-bit Flip Flop

![Imgur!](http://i.imgur.com/4bBZevB.gif)

4-bit Flip-Flop

![Imgur!](http://i.imgur.com/umIvYsU.gif)

4-bit Flip-Flop, Logistic Nonlinearity

![Imgur!](http://i.imgur.com/EwYzp9n.gif)

4-bit Flip-Flop, pre-trained on 3-bit FF

![Imgur!](http://i.imgur.com/GRZyFwO.gif)

## Formation of Phase Space from Training

3-bit FF

![Imgur!](http://i.imgur.com/S2LXC7i.gif)

4-bit FF

![Imgur!](http://i.imgur.com/QyMiRGL.gif)

Formal, academic writeup and informal blog posts are coming soon.