Code Monkey home page Code Monkey logo

wheatnnleek's Introduction

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.

wheatnnleek's People

Contributors

cataska avatar shakascchen avatar snmsts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wheatnnleek's Issues

Specify connections using matrix

A user can specify boolean connection matrix, a connector uses this matrix decide to connect or not.

The connection matrix with shape (m, n), m is the size of the presynaptic population and n that of the postsynaptic population.

Serialization

User can serialize every neurons and connections in the network, also deserialize into the network.

cl-wheatnnleak-cffi test fails except the first run

Requiring a clean function to clean the network

  1. cl-wheatnnleek-cffi/tests/cffi
    › wheatnnleek-jsonrpc-call
    › |Network::create|
    Expect (EQUAL (NETWORK-CREATE 1 Izhikevich NIL)
    '(population (size 1 neuron_ids (0) id 0))) to be true.
    (EQUAL #1=(CL-WHEATNNLEEK-CFFI/FFI:NETWORK-CREATE 1 "Izhikevich" NIL)
    '(:|population| (:|size| 1 :|neuron_ids| (0) :|id| 0)))
    #1# = (:|population| (:|size| 1 :|neuron_ids| (7) :|id| 3))

  2. cl-wheatnnleek-cffi/tests/cffi
    › wheatnnleek-jsonrpc-call
    › |Network::create|
    Expect (EQUAL (NETWORK-CREATE 3 Izhikevich NIL)
    '(population (size 3 neuron_ids (1 2 3) id 1))) to be true.
    (EQUAL #1=(CL-WHEATNNLEEK-CFFI/FFI:NETWORK-CREATE 3 "Izhikevich" NIL)
    '(:|population| (:|size| 3 :|neuron_ids| (1 2 3) :|id| 1)))
    #1# = (:|population| (:|size| 3 :|neuron_ids| (8 9 10) :|id| 4))

  3. cl-wheatnnleek-cffi/tests/cffi
    › wheatnnleek-jsonrpc-call
    › |Network::create|
    Expect (EQUAL (NETWORK-CREATE 3 StaticPoisson NIL)
    '(population (size 3 neuron_ids (4 5 6) id 2))) to be true.
    (EQUAL #1=(CL-WHEATNNLEEK-CFFI/FFI:NETWORK-CREATE 3 "StaticPoisson" NIL)
    '(:|population| (:|size| 3 :|neuron_ids| (4 5 6) :|id| 2)))
    #1# = (:|population| (:|size| 3 :|neuron_ids| (11 12 13) :|id| 5))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.