Skip to content

Commit 61d1ec0

Browse files
author
nicktfranklin
committed
Bugs squashed; updated simulations
1 parent 4e4ce81 commit 61d1ec0

17 files changed

+1839
-2727
lines changed

Demo - Toy Data (Segmentation).ipynb

Lines changed: 321 additions & 346 deletions
Large diffs are not rendered by default.

Memory Simulation (Bower, 3 sentences).ipynb

Lines changed: 186 additions & 1376 deletions
Large diffs are not rendered by default.

Memory Simulation (Dubrow and Davachi, 2013; 2016) - GRU.ipynb

Lines changed: 146 additions & 140 deletions
Large diffs are not rendered by default.

Memory Simulation (Pettijohn, et al, 2016) - GRU.ipynb

Lines changed: 106 additions & 96 deletions
Large diffs are not rendered by default.

Memory Simulation (Radvansky & Copeland, 2006) - GRU .ipynb

Lines changed: 244 additions & 105 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ To deactivate the virtual environment, run
5353
source deactivate
5454

5555

56+
Note: if these instructions do not work for some reason, this library uses:
57+
Tensorflow v1.9
58+
Keras v2.2.0
59+
Anaconda
60+
5661
##### Known issues:
5762

5863
* Progress bars seem to have problems with this installation.

Segmentation - Generalizing Structure.ipynb

Lines changed: 162 additions & 186 deletions
Large diffs are not rendered by default.

Segmentation - Video (Dishes).ipynb

Lines changed: 127 additions & 86 deletions
Large diffs are not rendered by default.

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- jupyter_client=5.2.3=py_1
3131
- jupyter_core=4.4.0=py_0
3232
- kiwisolver=1.0.1=py27_1
33-
- libgfortran=3.0.0=0
33+
- libgfortran # =3.0.0=0
3434
- libpng=1.6.34=ha92aebf_1
3535
- libsodium=1.0.16=0
3636
- markupsafe=1.0=py27_0
@@ -61,7 +61,7 @@ dependencies:
6161
- pyzmq=17.0.0=py27_4
6262
- readline=7.0=0
6363
- scandir=1.7=py27_0
64-
- scikit-learn=0.19.1=py27_blas_openblas_201
64+
- scikit-learn # =0.19.1=py27_blas_openblas_201
6565
- scipy=1.1.0=py27_blas_openblas_200
6666
- seaborn=0.8.1=py_1
6767
- send2trash=1.5.0=py_0

0 commit comments

Comments
 (0)