Skip to content

uni-courses/simsnn

Repository files navigation

Radboud SNN Simulator

License Python 3.6+

Requirements

To run the program, make sure you have installed the dependencies listed in environment.yml. We recommend creating a conda environment for every project. You can do this with the following command: conda env create --file environment.yml

Usage

On Google Colab

Click on the badge to open the notebook in google colab. Then run every cell to see the example output. Open In Colab

Locally using jupyter notebooks

Clone this repository or download the zipped version. Unzip and open a terminal in the project directory. From there you can install the conda requirements, as mentioned before. You can also run the notebook by running

jupyter lab ./example.ipynb

Locally from the command line

To run the example network, located in the examples directory, open up a terminal in the project directory and run the following command:

python -m simsnn

You should be presented with a read out from the connected measuring tools like this:

Default Readout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published