File tree Expand file tree Collapse file tree 4 files changed +1670
-4
lines changed Expand file tree Collapse file tree 4 files changed +1670
-4
lines changed Original file line number Diff line number Diff line change @@ -109,5 +109,8 @@ snnenv-rog/
109
109
.vscode /
110
110
.idea /
111
111
112
+ # OSX folder settings
113
+ .DS_Store
114
+
112
115
# Additional Files
113
116
dataset /
Original file line number Diff line number Diff line change 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.
2
2
3
3
4
4
.. list-table ::
@@ -33,13 +33,13 @@ The tutorial consists of a series of Google Colab notebooks. Static non-editable
33
33
:alt: Open In Colab
34
34
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_4_advanced_neurons.ipynb
35
35
36
-
36
+
37
37
* - `Tutorial 5 <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_5.html >`_
38
38
- Training Spiking Neural Networks with snnTorch
39
39
- .. image:: https://colab.research.google.com/assets/colab-badge.svg
40
40
:alt: Open In Colab
41
41
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_5_FCN.ipynb
42
-
42
+
43
43
44
44
* - `Tutorial 6 <https://snntorch.readthedocs.io/en/latest/tutorials/tutorial_6.html >`_
45
45
- Surrogate Gradient Descent in a Convolutional SNN
@@ -83,4 +83,10 @@ The tutorial consists of a series of Google Colab notebooks. Static non-editable
83
83
- —
84
84
85
85
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
+
You can’t perform that action at this time.
0 commit comments