Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcpni committed Oct 28, 2022
1 parent ed7ee5c commit 714b6c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Scripts/Models (Under Development)/N-back.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
"""
TODO:
- fix bug in input shape of control mech
- from nback-paper:
- get ffn weights
- get ffn weights or train in PNL using Autodiff
- import stimulus generation code
- do input layers use logistic (as suggested in figure)?
- retrain on full set of 1,2,3,4,5 back
- validate against nback-paper results
- DriftOnASphereIntegrator: fix for noise=0
- write test that compares DriftOnASphereIntegrator with spherical_drift code in nback-paper
"""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
"""
TODO:
- get rid of objective_mechanism
- from nback-paper:
- get ffn weights
- get ffn weights or train in PNL using Autodiff
- import stimulus generation code
- do input layers use logistic (as suggested in figure)?
- retrain on full set of 1,2,3,4,5 back
- validate against nback-paper results
- DriftOnASphereIntegrator: fix for noise=0
- write test that compares DriftOnASphereIntegrator with spherical_drift code in nback-paper
"""

Expand Down

0 comments on commit 714b6c4

Please sign in to comment.