Skip to main content
Ctrl+K

nervos 0.0.7 documentation

  • nervos
  • examples
  • nervos
  • examples

Section Navigation

Jupyter Notebooks

  • Circles Example
  • Iris Example
  • MNIST Example
  • MNIST Example with Endurance
  • MNIST Example with Variability
  • examples

examples#

These are example notebooks and scripts demonstrating how to use nervos.

Notebooks#

Jupyter Notebooks

  • Circles Example
  • Iris Example
  • MNIST Example
  • MNIST Example with Endurance
  • MNIST Example with Variability

Python Scripts#

1from nervos.examples.neuron_spiking import ExampleCurrentThroughLIFNeuron
2from nervos.utils import Parameters
3
4p = Parameters()
5p.from_url('https://pastebin.com/raw/7F4wUc0D')
6
7sim = ExampleCurrentThroughLIFNeuron(p)
8sim.simulate_pulse(180)

previous

nervos.utils package

next

Circles Example

On this page
  • Notebooks
  • Python Scripts

This Page

  • Show Source

© Copyright 2025, Jaskirat Singh Maskeen.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.