This repository contains materials and codebase for the Computation Neuroscience course at the Institute of Computer Science of University of Tartu. https://courses.cs.ut.ee/2021/neuro/fall
There will be 6 home works. We highly recommend using conda to make things easier and compact.
- Install the propriate miniconda in relation to your operating system
- For linux open terminal, Windows users need to open conda terminal.
- Execute
conda create -n Py3_ICNS python=3 matplotlib jupyter numpy pandas
- Activate the environment
- Linux
source activate Py3_ICNS
- Windows
activate Py3_ICNS
- Linux
- Execute
jupyter notebook
In 2019 everything will be done in jupyter notebook. To make things easier we suggest using conda, you can install the it from here:https://conda.io/miniconda.html
We included Py3_ICNS.yml file in 2019
folder to help you to create a conda envrionment. To import the file use the command below.
conda env create -f Py3_ICNS.yml
Notice: the homeworks are not final until the due time to issue each homework.
Only 5 homeworks. Slight changes in the excersises.
Second run of the course. Changed order of practice sessions, updated exercises.
First version of the course materials
Copyright 2014, Raul Vicente, Ilya Kuzovkin. University of Tartu.
- Lecture and Practice materials are subject to CC-BY-SA licence.
- Source code is subject to MIT licence.
- Libraries and data used are subject to their own licences and copyrights.