Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 393 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 393 Bytes

Heart Shaped Neurons

Jupyter notebook to plot a heart-shaped vector using spiking neurons in Nengo.

simulation image

Dependencies

In addition to Python 3.6 or above and Jupyter notebooks, this repo also depends on:

  • Numpy
  • Nengo
  • Nengo Gui

Install all using pip install numpy nengo nengo-gui