An open API service indexing awesome lists of open source software.

https://github.com/dbbs-lab/modelling-intro

Introductory course to neural modelling
https://github.com/dbbs-lab/modelling-intro

Last synced: 4 months ago
JSON representation

Introductory course to neural modelling

Awesome Lists containing this project

README

          

# modelling-intro

Install requirements with:

```shell
pip install -r requirements.txt
```

Run lecture code:

```shell
python lecture1.py
```

View results in browser:

```shell
open lecture1.html
```