Models for cognitive neural processes using Keras.io
The functionality of this package has been incorporated into the larger Murray Lab project PsychRNN. Please check there for updates.
This package is inspired by the pycog package of F. Song et al, built by the group of Xiao-Jing Wang at New York University. For more information, take a look at:
- Song, H. F.*, Yang, G. R.*, & Wang, X.-J. "Training Excitatory-Inhibitory Recurrent Neural Networks for Cognitive Tasks: A Simple and Flexible Framework." PLoS Comp. Bio. 12, e1004792 (2016). (* = equal contribution)
This package relies on Keras.io, a high-level neural networks library for Python:
- Chollet, François, "Keras", Github, https://github.com/fchollet/keras
For more information on Keras, see the official website: