Skip to content

Adaptive State-Frequency Memory Recurrent Neural Network

Notifications You must be signed in to change notification settings

dlarsen5/AdaptiveSFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State-Frequency Memory Recurrent Neural Network in TensorFlow and Keras

From Hu, Qi (2017), a state-frequency memory recurrent neural network implemented in TensorFlow and Keras. Implementation in Keras makes it easy to add additional recurrent layers of any type and experimentation with different loss functions and optimizers.

Adapted from the authors' Theano implementation.

Getting Started

Make sure you have the dependencies installed and the './datasets' folder in the same root directory. Can use the Keras and TensorFlow scripts independently or run the example scripts to see the network in action. The examples gather digits data from sklearn's digits data. You can also generate text sequence data for training by utilizing the other generation function in Data.py but due to the nature of the network, this will significantly increase computation time.

Also make sure you check out the original paper, very neat stuff.

Built With

About

Adaptive State-Frequency Memory Recurrent Neural Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published