Skip to content

Commit 07b36a4

Browse files
author
Alexander Ororbia
committed
update to docs
1 parent 40ac018 commit 07b36a4

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

docs/museum/harmonium.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ In this walkthrough, we will design a simple Harmonium, also known as the restri
88
specifically focus on learning its synaptic connections with an algorithmic recipe known as contrastive divergence (CD),
99
which can be considered to be a stochastic form of CHL. After going through this exhibit, you will:
1010

11-
1. Learn how to construct an `NGCGraph` that emulates the structure of an RBM and adapt the NGC settling process to
12-
calculate approximate synaptic weight gradients in accordance to contrastive divergence.
13-
2. Simulate fantasized image samples using the block Gibbs sampler implicitly defined by the negative phase graph.
11+
1. Learn how to construct a model context that emulates the structure of an RBM and simulate its inference/reconstruction process to calculate approximate synaptic weight gradients in accordance to contrastive divergence (including an extension of it called persistent contrastive divergence).
12+
2. Simulate fantasized image samples using a block Gibbs sampler that is defined by (re-)using a portion of the model's message-passing structure.
1413

1514
Note that the folders of interest to this walkthrough are:
1615
+ `ngc-museum/exhibits/harmonium/`: this contains the necessary simulation scripts (which can be found

docs/tutorials/neurocog/index.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@ available for external download in the `Model Museum <https://github.com/NACLab/
2222

2323
.. toctree::
2424
:maxdepth: 1
25-
:caption: Sensory Input Encoding / Transformation
25+
:caption: Model and Analysis Tools
26+
27+
plotting
28+
metrics
29+
integration
30+
density_modeling
31+
32+
.. toctree::
33+
:maxdepth: 1
34+
:caption: Sensory Input Encoding & Tracing
2635

2736
input_cells
2837
traces
@@ -54,12 +63,3 @@ available for external download in the `Model Museum <https://github.com/NACLab/
5463
stdp
5564
mod_stdp
5665
short_term_plasticity
57-
58-
.. toctree::
59-
:maxdepth: 1
60-
:caption: Model and Analysis Tools
61-
62-
plotting
63-
metrics
64-
integration
65-
density_modeling

0 commit comments

Comments
 (0)