https://github.com/ap6yc/sar
Spiking adaptive resonance.
https://github.com/ap6yc/sar
Last synced: over 1 year ago
JSON representation
Spiking adaptive resonance.
- Host: GitHub
- URL: https://github.com/ap6yc/sar
- Owner: AP6YC
- License: mit
- Created: 2023-02-22T14:32:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T14:40:08.000Z (over 3 years ago)
- Last Synced: 2025-02-02T15:31:05.514Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAR
Spiking adaptive resonance.
## Installation
### Windows
python=3.9
```shell
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
pip install snntorch jupyterlab
```
### Linux/Foundry
```shell
pip3 install torch torchvision torchaudio snntorch jupyterlab
```