https://github.com/russelljjarvis/backupsnn
https://github.com/russelljjarvis/backupsnn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/russelljjarvis/backupsnn
- Owner: russelljjarvis
- License: other
- Created: 2020-12-28T04:12:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T04:12:29.000Z (over 4 years ago)
- Last Synced: 2025-01-10T03:18:52.868Z (5 months ago)
- Language: Julia
- Size: 784 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SpikingNeuralNetworks
[](https://travis-ci.com/AStupidBear/SpikingNeuralNetworks.jl)
[](https://ci.appveyor.com/project/AStupidBear/SpikingNeuralNetworks-jl)
[](https://codecov.io/gh/AStupidBear/SpikingNeuralNetworks.jl)## Installation
```julia
using Pkg
pkg"add SpikingNeuralNetworks"
```## Documentation
The documentation of this package is not finished yet. For now, just check `examples` folder.