An open API service indexing awesome lists of open source software.

https://github.com/ap6yc/sar

Spiking adaptive resonance.
https://github.com/ap6yc/sar

Last synced: over 1 year ago
JSON representation

Spiking adaptive resonance.

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
```