Skip to content

Commit cfa5b77

Browse files
committed
Added Optuna Tutorial.
1 parent 9a62736 commit cfa5b77

File tree

4 files changed

+1670
-4
lines changed

4 files changed

+1670
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,8 @@ snnenv-rog/
109109
.vscode/
110110
.idea/
111111

112+
# OSX folder settings
113+
.DS_Store
114+
112115
# Additional Files
113116
dataset/

docs/tutorials/tutorials.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The tutorial consists of a series of Google Colab notebooks. Static non-editable versions are also available.
1+
The tutorial consists of a series of Google Colab notebooks. Static non-editable versions are also available.
22

33

44
.. list-table::
@@ -33,13 +33,13 @@ The tutorial consists of a series of Google Colab notebooks. Static non-editable
3333
:alt: Open In Colab
3434
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_4_advanced_neurons.ipynb
3535

36-
36+
3737
* - `Tutorial 5 <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_5.html>`_
3838
- Training Spiking Neural Networks with snnTorch
3939
- .. image:: https://colab.research.google.com/assets/colab-badge.svg
4040
:alt: Open In Colab
4141
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_5_FCN.ipynb
42-
42+
4343

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

8585

86-
Future tutorials on spiking neurons and training are under development.
86+
* - `Multi-objective snnTorch hyperparameter tuning with Optuna <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_optuna.html>`_
87+
- .. image:: https://colab.research.google.com/assets/colab-badge.svg
88+
:alt: Open In Colab
89+
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_optuna.ipynb
90+
91+
Future tutorials on spiking neurons and training are under development.
92+

0 commit comments

Comments
 (0)