File size: 420 Bytes
e11c92f |
1 2 3 4 5 6 7 8 9 10 11 |
"""Code to generate RNN networks following:
A. Dubreuil, A. Valente, M. Beiran, F. Mastrogiuseppe, and S. Ostojic,
“The role of population structure in computations through neural dynamics,”
Nat. Neurosci., vol. 25, no. 6, pp. 783–794, 2022, doi: 10.1038/s41593-022-01088-4.
with code adapted from available at:
https://github.com/adrian-valente/populations_paper_code/tree/master/figures_notebooks
"""
|