All Projects → miladmozafari → Spyketorch

miladmozafari / Spyketorch

Licence: gpl-3.0
High-speed simulator of convolutional spiking neural networks with at most one spike per neuron.

Projects that are alternatives of or similar to Spyketorch

Sklearn Benchmarks
A centralized repository to report scikit-learn model performance across a variety of parameter settings and data sets.
Stars: ✭ 194 (+0%)
Mutual labels:  jupyter-notebook
Notes Linear Algebra
线性代数笔记
Stars: ✭ 2,393 (+1133.51%)
Mutual labels:  jupyter-notebook
Gp4a
Code for NeurIPS 2019 paper: "Tensor Programs I: Wide Feedforward or Recurrent Neural Networks of Any Architecture are Gaussian Processes"
Stars: ✭ 196 (+1.03%)
Mutual labels:  jupyter-notebook
Nbqa
Run any standard Python code quality tool on a Jupyter Notebook
Stars: ✭ 193 (-0.52%)
Mutual labels:  jupyter-notebook
Largitdata
LargitData Course Material
Stars: ✭ 195 (+0.52%)
Mutual labels:  jupyter-notebook
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (+1.03%)
Mutual labels:  jupyter-notebook
Snippet
just some code snippet
Stars: ✭ 194 (+0%)
Mutual labels:  jupyter-notebook
Lernapparat
Various Notebooks for Lernapparat.de
Stars: ✭ 196 (+1.03%)
Mutual labels:  jupyter-notebook
Cvx short course
Materials for a short course on convex optimization.
Stars: ✭ 194 (+0%)
Mutual labels:  jupyter-notebook
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (+0.52%)
Mutual labels:  jupyter-notebook
M5 Methods
Data, Benchmarks, and methods submitted to the M5 forecasting competition
Stars: ✭ 192 (-1.03%)
Mutual labels:  jupyter-notebook
Python tutorial
python tutorial
Stars: ✭ 195 (+0.52%)
Mutual labels:  jupyter-notebook
Covid19 Japan Reff
Stars: ✭ 196 (+1.03%)
Mutual labels:  jupyter-notebook
Compstats
Code for a workshop on statistical interference using computational methods in Python.
Stars: ✭ 194 (+0%)
Mutual labels:  jupyter-notebook
Bayes computing course
Stars: ✭ 195 (+0.52%)
Mutual labels:  jupyter-notebook
Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (+0%)
Mutual labels:  jupyter-notebook
Score sde
Official code for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Stars: ✭ 190 (-2.06%)
Mutual labels:  jupyter-notebook
Biological learning
Example of "biological" learning for MNIST
Stars: ✭ 196 (+1.03%)
Mutual labels:  jupyter-notebook
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+0.52%)
Mutual labels:  jupyter-notebook
Covid19italia
Stars: ✭ 195 (+0.52%)
Mutual labels:  jupyter-notebook

SpykeTorch

High-speed simulator of convolutional spiking neural networks with at most one spike per neuron. alt text

SpykeTorch is a PyTorch-based simulator of convolutional spiking neural networks, in which the neurons emit at most one spike per stimulus. SpykeTorch supports STDP and Reward-modulated STDP learning rules. The current code is the early object oriented version of this simulator and you can find the documentation in docs folder in PDF format or in our lab website (http://cnrl.ut.ac.ir/SpykeTorch/doc/) in HTML format. Since SpykeTorch is fully compatible with PyTorch, you can easily use it if you know PyTorch. A tutorial is available in the paper titled "SpykeTorch: Efficient Simulation of Convolutional Spiking Neural Networks with at most one Spike per Neuron" which introduces the SpykeTorch package (https://www.frontiersin.org/articles/10.3389/fnins.2019.00625/full).

IMPORTANT: Current version of SpykeTorch does not support negative synaptic weights.

Scripts info:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].