mirror of
https://github.com/bics-rug/felice-models.git
synced 2026-04-24 16:58:41 +02:00
Deployed 545a4d6 with MkDocs version: 1.6.1
This commit is contained in:
@@ -1026,7 +1026,7 @@
|
|||||||
<p>For GPU acceleration with CUDA 13:</p>
|
<p>For GPU acceleration with CUDA 13:</p>
|
||||||
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>uv<span class="w"> </span>sync<span class="w"> </span>--extra<span class="w"> </span>cuda
|
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>uv<span class="w"> </span>sync<span class="w"> </span>--extra<span class="w"> </span>cuda
|
||||||
</span></code></pre></div>
|
</span></code></pre></div>
|
||||||
<p>See the <a href="scripts/examples/neuron_models/">examples</a> directory for more detailed usage examples.</p>
|
<p>See the <a href="https://github.com/bics-rug/felice-models/tree/main/scripts/examples/neuron_models">examples</a> directory for more detailed usage examples.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -820,36 +820,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<label class="md-nav__title" for="__toc">
|
|
||||||
<span class="md-nav__icon md-icon"></span>
|
|
||||||
Table of contents
|
|
||||||
</label>
|
|
||||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#circuit-equation" class="md-nav__link">
|
|
||||||
<span class="md-ellipsis">
|
|
||||||
|
|
||||||
Circuit equation
|
|
||||||
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="md-nav__item">
|
|
||||||
<a href="#examples" class="md-nav__link">
|
|
||||||
<span class="md-ellipsis">
|
|
||||||
|
|
||||||
Examples
|
|
||||||
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -932,6 +902,11 @@
|
|||||||
|
|
||||||
|
|
||||||
<h1 id="fitzhugh-nagumo">FitzHugh-Nagumo</h1>
|
<h1 id="fitzhugh-nagumo">FitzHugh-Nagumo</h1>
|
||||||
|
<h1 id="circuit-implementing-the-fhn-neuron">Circuit implementing the fhn neuron.</h1>
|
||||||
|
<ul>
|
||||||
|
<li>The circuits in the schematics implement the FHN neuron described.</li>
|
||||||
|
<li>The FHN neuron is an implementation of the circuit described in (Ribar, L. (2019). Synthesis of neuromorphic circuits with neuromodulatory properties [Apollo - University of Cambridge Repository]. <a href="https://doi.org/10.17863/CAM.53750">DOI: 10.17863/CAM.53750</a>). The OTA and CMFB are well known designs that can be found in textbooks.</li>
|
||||||
|
</ul>
|
||||||
<h2 id="circuit-equation">Circuit equation</h2>
|
<h2 id="circuit-equation">Circuit equation</h2>
|
||||||
<div class="arithmatex">\[
|
<div class="arithmatex">\[
|
||||||
\begin{align}
|
\begin{align}
|
||||||
|
|||||||
@@ -1111,7 +1111,7 @@
|
|||||||
<p>For GPU acceleration with CUDA 13:</p>
|
<p>For GPU acceleration with CUDA 13:</p>
|
||||||
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#index-__codelineno-1-1"></a>uv<span class="w"> </span>sync<span class="w"> </span>--extra<span class="w"> </span>cuda
|
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#index-__codelineno-1-1"></a>uv<span class="w"> </span>sync<span class="w"> </span>--extra<span class="w"> </span>cuda
|
||||||
</span></code></pre></div>
|
</span></code></pre></div>
|
||||||
<p>See the <a href="#scripts-examples-neuron_models">examples</a> directory for more detailed usage examples.</p></section>
|
<p>See the <a href="https://github.com/bics-rug/felice-models/tree/main/scripts/examples/neuron_models">examples</a> directory for more detailed usage examples.</p></section>
|
||||||
<section class='print-page md-section' id='section-2' heading-number='2'>
|
<section class='print-page md-section' id='section-2' heading-number='2'>
|
||||||
<h1>Neuron Models<a class='headerlink' href='#section-2' title='Permanent link'></a>
|
<h1>Neuron Models<a class='headerlink' href='#section-2' title='Permanent link'></a>
|
||||||
</h1>
|
</h1>
|
||||||
@@ -2380,6 +2380,11 @@ def plot_vf(ax, snn, u_range, v_range):
|
|||||||
<h1>FitzHugh-Nagumo<a class='headerlink' href='#section-2-3' title='Permanent link'></a>
|
<h1>FitzHugh-Nagumo<a class='headerlink' href='#section-2-3' title='Permanent link'></a>
|
||||||
</h1>
|
</h1>
|
||||||
<section class="print-page" id="neuron_models-fhn" heading-number="2.3.1"><h1 id="neuron_models-fhn-fitzhugh-nagumo">FitzHugh-Nagumo</h1>
|
<section class="print-page" id="neuron_models-fhn" heading-number="2.3.1"><h1 id="neuron_models-fhn-fitzhugh-nagumo">FitzHugh-Nagumo</h1>
|
||||||
|
<h1 id="neuron_models-fhn-circuit-implementing-the-fhn-neuron">Circuit implementing the fhn neuron.</h1>
|
||||||
|
<ul>
|
||||||
|
<li>The circuits in the schematics implement the FHN neuron described.</li>
|
||||||
|
<li>The FHN neuron is an implementation of the circuit described in (Ribar, L. (2019). Synthesis of neuromorphic circuits with neuromodulatory properties [Apollo - University of Cambridge Repository]. <a href="https://doi.org/10.17863/CAM.53750">DOI: 10.17863/CAM.53750</a>). The OTA and CMFB are well known designs that can be found in textbooks.</li>
|
||||||
|
</ul>
|
||||||
<h2 id="neuron_models-fhn-circuit-equation">Circuit equation</h2>
|
<h2 id="neuron_models-fhn-circuit-equation">Circuit equation</h2>
|
||||||
<div class="arithmatex">\[
|
<div class="arithmatex">\[
|
||||||
\begin{align}
|
\begin{align}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user