From cd9efd7ddadd42d41929e6740c8e8c592e639fb5 Mon Sep 17 00:00:00 2001 From: PhilippPlank <32519998+PhilippPlank@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:47:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20main=20from=20@=20lava-nc/lava?= =?UTF-8?q?-docs@4b668c65581cd3fa499c0d9eef9d7c7c27ab8959=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../slayer/notebooks/pilotnet/train.html | 2 +- ...-shot_learning_with_novelty_detection.html | 16 +++---- .../clp/tutorial02_clp_on_coil100.html | 4 +- .../in_depth/tutorial02_processes.html | 6 +-- .../in_depth/tutorial02_processes.ipynb | 48 +++++++++---------- .../in_depth/tutorial03_process_models.html | 4 +- .../in_depth/tutorial03_process_models.ipynb | 44 ++++++++--------- .../tutorial05_connect_processes.html | 8 ++-- .../tutorial06_hierarchical_processes.html | 2 +- .../tutorial07_remote_memory_access.html | 6 +-- .../in_depth/tutorial11_serialization.html | 2 +- 11 files changed, 71 insertions(+), 71 deletions(-) diff --git a/lava-lib-dl/slayer/notebooks/pilotnet/train.html b/lava-lib-dl/slayer/notebooks/pilotnet/train.html index d38d2d0..3629043 100644 --- a/lava-lib-dl/slayer/notebooks/pilotnet/train.html +++ b/lava-lib-dl/slayer/notebooks/pilotnet/train.html @@ -824,7 +824,7 @@
Sigma-delta neural networks consists of two main units: sigma decoder in the dendrite and delta encoder in the axon. Delta encoder uses differential encoding on the output activation of a regular ANN activation, for e.g. ReLU. In addition it only sends activation to the next layer when the encoded message magnitude is larger than its threshold. The sigma unit accumulates the sparse event messages and accumulates it to restore the original value.
-