/WheatNNLeek

Spiking neural network system

Primary LanguageRustApache License 2.0Apache-2.0

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.