Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfiers/spikeworks.jl
Helping you build spiking neural network simulations in Julia
https://github.com/tfiers/spikeworks.jl
computational-neuroscience julia simulation spiking-neural-networks
Last synced: about 2 months ago
JSON representation
Helping you build spiking neural network simulations in Julia
- Host: GitHub
- URL: https://github.com/tfiers/spikeworks.jl
- Owner: tfiers
- License: mit
- Created: 2022-11-28T23:03:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T18:43:21.000Z (over 1 year ago)
- Last Synced: 2024-04-16T07:05:26.978Z (9 months ago)
- Topics: computational-neuroscience, julia, simulation, spiking-neural-networks
- Language: Julia
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# SpikeWorks
Status: actively being developed, not ready for use.
But! Feel free to read the [source](src/), and the examples in [`test/`](/test).\
Play with it, and get in touch!\
Do you have any specific wishes or use cases, or just an affirmation you could use something like this?\
Tell us (in GitHub 'Discussions' eg)⋮
We use unicode variable names, like `τₑ` (instead of `tau_e`).
They take a bit longer to input, but as code is read more than it is written, the improvement in readability is worth it.
See [here](https://docs.julialang.org/en/v1/manual/unicode-input/)
for how to input many unicode characters in Julia environments (like in Jupyter notebooks with IJulia, or in VS Code).## How to hack on the code
[See the readme in [`test/`](test)].