Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Optuna Tutorial #270

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
15 changes: 11 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,14 @@ 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
- .. image:: https://colab.research.google.com/assets/colab-badge.svg
Expand Down Expand Up @@ -104,4 +105,10 @@ The tutorial consists of a series of Google Colab notebooks. Static non-editable
:target: https://colab.research.google.com/github/jeshraghian/snntorch/blob/master/examples/tutorial_stmnist.ipynb


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
Loading