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
- Host: GitHub
- URL: https://github.com/dbbs-lab/modelling-intro
- Owner: dbbs-lab
- License: unlicense
- Created: 2024-01-09T14:50:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T11:14:56.000Z (over 2 years ago)
- Last Synced: 2024-01-10T12:34:16.808Z (over 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```