Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ago109 committed Jun 2, 2022
1 parent 0e9226a commit c2f5569
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/walkthroughs/demo1_gen_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scheme designed in this demonstration.

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

## Setting Up and Training a Generative System

Expand Down
2 changes: 1 addition & 1 deletion docs/walkthroughs/demo3_classify.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ comparable to what was reported in (Whittington & Bogacz, 2017).

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/walkthroughs/demo4_sparse_coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ over latent codes.

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

## On Dictionary Learning

Expand Down
2 changes: 1 addition & 1 deletion docs/walkthroughs/demo5_amortized_inf.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ system.

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

## Speeding Up the Settling Process with Amortized Inference

Expand Down
2 changes: 1 addition & 1 deletion docs/walkthroughs/demo6_boltzmann.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defined by the negative phase graph.

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

## On Single-Wing Harmoniums

Expand Down
2 changes: 1 addition & 1 deletion docs/walkthroughs/demo7_spiking.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ algorithm known as broadcast feedback alignment.

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

## Encoding Data Patterns as Poisson Spike Trains

Expand Down

0 comments on commit c2f5569

Please sign in to comment.