-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf72f62
commit c7135eb
Showing
5 changed files
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# - Chaoming Wang ([email protected]) | ||
|
||
# %% [markdown] | ||
# The mathematical equation of the Continuous-attractor Neural Network (cann) is given by: | ||
# The mathematical equation of the Continuous-Attractor Neural Network (CANN) is given by: | ||
# | ||
# $$\tau \frac{du(x,t)}{dt} = -u(x,t) + \rho \int dx' J(x,x') r(x',t)+I_{ext}$$ | ||
# | ||
|
@@ -122,7 +122,7 @@ def update(self, _t, _dt): | |
) | ||
|
||
# %% [markdown] | ||
# <img src="../images/cann-encoding.gif"> | ||
# ![](../images/cann-encoding.gif) | ||
|
||
# %% [markdown] | ||
# ## Template matching | ||
|
@@ -153,7 +153,7 @@ def update(self, _t, _dt): | |
) | ||
|
||
# %% [markdown] | ||
# <img src="../images/cann-decoding.gif"> | ||
# ![](../images/cann-decoding.gif) | ||
|
||
# %% [markdown] | ||
# ## Smooth tracking | ||
|
@@ -184,4 +184,4 @@ def update(self, _t, _dt): | |
) | ||
|
||
# %% [markdown] | ||
# <img src="../images/cann-tracking.gif"> | ||
# ![](../images/cann-tracking.gif) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters