Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.06 KB

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.