Skip to content

Commit

Permalink
Added Optuna Tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
retospect committed Dec 10, 2023
1 parent 9a62736 commit cfa5b77
Show file tree
Hide file tree
Showing 4 changed files with 1,670 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,8 @@ snnenv-rog/
.vscode/
.idea/

# OSX folder settings
.DS_Store

# Additional Files
dataset/
14 changes: 10 additions & 4 deletions docs/tutorials/tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The tutorial consists of a series of Google Colab notebooks. Static non-editable versions are also available.
The tutorial consists of a series of Google Colab notebooks. Static non-editable versions are also available.


.. list-table::
Expand Down Expand Up @@ -33,13 +33,13 @@ 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_4_advanced_neurons.ipynb


* - `Tutorial 5 <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_5.html>`_
- Training Spiking Neural Networks with snnTorch
- .. 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_5_FCN.ipynb


* - `Tutorial 6 <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_6.html>`_
- Surrogate Gradient Descent in a Convolutional SNN
Expand Down Expand Up @@ -83,4 +83,10 @@ The tutorial consists of a series of Google Colab notebooks. Static non-editable
- —


Future tutorials on spiking neurons and training are under development.
* - `Multi-objective snnTorch hyperparameter tuning with Optuna <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_optuna.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_optuna.ipynb

Future tutorials on spiking neurons and training are under development.

Loading

0 comments on commit cfa5b77

Please sign in to comment.