https://github.com/astupidbear/spikingneuralnetworks.jl
Julia Spiking Neural Network Simulator
https://github.com/astupidbear/spikingneuralnetworks.jl
Last synced: 8 months ago
JSON representation
Julia Spiking Neural Network Simulator
- Host: GitHub
- URL: https://github.com/astupidbear/spikingneuralnetworks.jl
- Owner: AStupidBear
- License: other
- Created: 2016-03-15T07:12:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T10:30:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T22:25:21.661Z (9 months ago)
- Language: Julia
- Homepage:
- Size: 784 KB
- Stars: 39
- Watchers: 10
- Forks: 17
- Open Issues: 11
-
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.