Skip to content

Commit c2f5569

Browse files
committed
doc update
1 parent 0e9226a commit c2f5569

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/walkthroughs/demo1_gen_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ scheme designed in this demonstration.
1717

1818
Note that the two folders of interest to this demonstration are:
1919
+ `walkthroughs/demo1/`: this contains the necessary scripts and configuration files
20-
+ `walkthroughs/data`: this contains a zipped copy of the MNIST database arrays
20+
+ `walkthroughs/data/`: this contains a zipped copy of the MNIST database arrays
2121

2222
## Setting Up and Training a Generative System
2323

docs/walkthroughs/demo3_classify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ comparable to what was reported in (Whittington & Bogacz, 2017).
1111

1212
Note that the folders of interest to this demonstration are:
1313
+ `walkthroughs/demo3/`: this contains the necessary simulation script
14-
+ `walkthroughs/data`: this contains the zipped copy of the MNIST database arrays
14+
+ `walkthroughs/data/`: this contains the zipped copy of the MNIST database arrays
1515

1616
## Using an Ancestral Projection Graph to Initialize the Settling Process
1717

docs/walkthroughs/demo4_sparse_coding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ over latent codes.
1313

1414
Note that the folders of interest to this demonstration are:
1515
+ `walkthroughs/demo4/`: this contains the necessary simulation scripts
16-
+ `walkthroughs/data`: this contains the zipped copy of the natural image arrays
16+
+ `walkthroughs/data/`: this contains the zipped copy of the natural image arrays
1717

1818
## On Dictionary Learning
1919

docs/walkthroughs/demo5_amortized_inf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ system.
1515

1616
Note that the folders of interest to this demonstration are:
1717
+ `walkthroughs/demo5/`: this contains the necessary simulation scripts
18-
+ `walkthroughs/data`: this contains the zipped copy of the face image arrays
18+
+ `walkthroughs/data/`: this contains the zipped copy of the face image arrays
1919

2020
## Speeding Up the Settling Process with Amortized Inference
2121

docs/walkthroughs/demo6_boltzmann.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defined by the negative phase graph.
2121

2222
Note that the folders of interest to this walkthrough are:
2323
+ `walkthroughs/demo6/`: this contains the necessary simulation scripts
24-
+ `walkthroughs/data`: this contains the zipped copy of the digit image arrays
24+
+ `walkthroughs/data/`: this contains the zipped copy of the digit image arrays
2525

2626
## On Single-Wing Harmoniums
2727

docs/walkthroughs/demo7_spiking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ algorithm known as broadcast feedback alignment.
1717

1818
Note that the folders of interest to this demonstration are:
1919
+ `walkthroughs/demo7/`: this contains the necessary simulation scripts
20-
+ `walkthroughs/data`: this contains the zipped copy of the digit image arrays
20+
+ `walkthroughs/data/`: this contains the zipped copy of the digit image arrays
2121

2222
## Encoding Data Patterns as Poisson Spike Trains
2323

0 commit comments

Comments
 (0)