All Projects → libgirlenterprise → WheatNNLeek

libgirlenterprise / WheatNNLeek

Licence: Apache-2.0 License
Spiking neural network system

Programming Languages

rust
11053 projects
common lisp
692 projects
Makefile
30231 projects

Projects that are alternatives of or similar to WheatNNLeek

SNNs-In-Tensorflow
Implementation of a Spiking Neural Network in Tensorflow.
Stars: ✭ 24 (-7.69%)
Mutual labels:  spiking-neural-networks, snn
spiketorch
Experiments with spiking neural networks (SNNs) in PyTorch. See https://github.com/BINDS-LAB-UMASS/bindsnet for the successor to this project.
Stars: ✭ 83 (+219.23%)
Mutual labels:  spiking-neural-networks, snn
IJCNN2016
Diverse, Noisy and Parallel: a New Spiking Neural Network Approach for Humanoid Robot Control
Stars: ✭ 14 (-46.15%)
Mutual labels:  spiking-neural-networks, snn
spikeflow
Python library for easy creation and running of spiking neural networks in tensorflow.
Stars: ✭ 30 (+15.38%)
Mutual labels:  spiking-neural-networks, snn
DL-NC
spiking-neural-networks
Stars: ✭ 34 (+30.77%)
Mutual labels:  spiking-neural-networks, snn
Neurapse
Nuerapse simulations for SNNs
Stars: ✭ 22 (-15.38%)
Mutual labels:  neuroscience, snn
nengo-dl
Deep learning integration for Nengo
Stars: ✭ 76 (+192.31%)
Mutual labels:  neuroscience, spiking-neural-networks
brian2cuda
A brian2 extension to simulate spiking neural networks on GPUs
Stars: ✭ 46 (+76.92%)
Mutual labels:  neuroscience, spiking-neural-networks
hybrid-snn-conversion
Training spiking networks with hybrid ann-snn conversion and spike-based backpropagation
Stars: ✭ 72 (+176.92%)
Mutual labels:  spiking-neural-networks, snn
BrainPy
Brain Dynamics Programming in Python
Stars: ✭ 242 (+830.77%)
Mutual labels:  neuroscience, spiking-neural-networks
snn object recognition
One-Shot Object Appearance Learning using Spiking Neural Networks
Stars: ✭ 23 (-11.54%)
Mutual labels:  neuroscience, spiking-neural-networks
JATOS
Just Another Tool for Online Studies
Stars: ✭ 60 (+130.77%)
Mutual labels:  neuroscience
bg-atlasapi
A lightweight python module to interact with atlases for systems neuroscience
Stars: ✭ 54 (+107.69%)
Mutual labels:  neuroscience
syntalos
Flow-based synchronized parallel DAQ from diverse sources and flexible control for neuroscience experiments
Stars: ✭ 13 (-50%)
Mutual labels:  neuroscience
cortex-v2-example
Example with Cortex V2 API
Stars: ✭ 121 (+365.38%)
Mutual labels:  neuroscience
c2s
A toolbox for inferring spikes from calcium traces.
Stars: ✭ 22 (-15.38%)
Mutual labels:  neuroscience
lava
A Software Framework for Neuromorphic Computing
Stars: ✭ 256 (+884.62%)
Mutual labels:  neuromorphic
auryn
Auryn: A fast simulator for spiking neural networks with synaptic plasticity
Stars: ✭ 77 (+196.15%)
Mutual labels:  spiking-neural-networks
nes
Helping researchers in routine procedures for data collection
Stars: ✭ 16 (-38.46%)
Mutual labels:  neuroscience
mrivis
medical image visualization library and development toolkit
Stars: ✭ 19 (-26.92%)
Mutual labels:  neuroscience

WheatNNLeek

Build Status License Minimum rustc version

WheatNNLeek is a spiking neural network system.

Getting started

Building

WheatNNLeek is mainly developed using Rust.

Before running examples, you should install Rust toolchain first. Please see instructions to install Rust.

After Rust is installed succesfully, you can build WheatNNLeek using make or make release.

Writing your own model and connection rule

Please see izhikevich model and static connection for details.

Contributing

Your contributions are always welcome.

License

Licensed under Apache License 2.0.

See LICENSE.txt for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].