Skip to content

Commit

Permalink
Merge pull request #288 from jeshraghian/parallel
Browse files Browse the repository at this point in the history
Parallel
  • Loading branch information
jeshraghian authored Jan 16, 2024
2 parents ecd3199 + 628d10a commit 778be92
Show file tree
Hide file tree
Showing 31 changed files with 380 additions and 2 deletions.
Binary file removed docs/_static/img/examples/regression2/reg2-1.jpg
Binary file not shown.
Binary file removed docs/_static/img/examples/regression2/reg2-2.jpg
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial1/1_2_1_static.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial1/1_2_7_delta.png
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial1/3s.png
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial1/fig1_p2.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial3/3_3_delay.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial3/3_5_targets.png
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial3/3_6_bptt.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial5/bptt.png
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial5/loss.png
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial5/non-diff.png
Binary file not shown.
Binary file removed docs/_static/img/examples/tutorial5/unrolled.png
Diff not rendered.
Binary file removed docs/_static/img/examples/tutorial5/unrolled_2.png
Diff not rendered.
Binary file removed docs/_static/img/examples/tutorial_pop/pop.png
Diff not rendered.
23 changes: 21 additions & 2 deletions docs/tutorials/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,35 @@ The tutorial consists of a series of Google Colab notebooks. Static non-editable
:alt: Open In Colab
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_regression_2.ipynb

* - `Example: Exoplanet_Hunter <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_exoplanet_hunter.html>`_
* - `Binarized Spiking Neural Networks: Erik Mercado <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_binarized_spiking_neural_networks.html>`_
- .. image:: https://colab.research.google.com/assets/colab-badge.svg
:alt: Open In Colab
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_BSNN.ipynb


* - `Accelerating snnTorch on IPUs <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_ipu_1.html>`_
- —

* - `Binarized Spiking Neural Networks: Erik Mercado <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_binarized_spiking_neural_networks.html>`_




.. list-table::
:widths: 70 32
:header-rows: 1

* - Dataset Tutorials
- Colab Link


* - `Exoplanet Hunter: Finding Planets Using Light Intensity <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_exoplanet_hunter.html>`_
- .. image:: https://colab.research.google.com/assets/colab-badge.svg
:alt: Open In Colab
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_exoplanet_hunter.ipynb






Future tutorials on spiking neurons and training are under development.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
description="Deep learning with spiking neural networks.",
Expand Down
Loading

0 comments on commit 778be92

Please sign in to comment.