Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 545 Bytes

CAMLab-DLSCTutorials

The repository is a collection of python notebooks and scripts related to the lectures available at https://www.youtube.com/@CAMLabETHZurich/

The new 2024 course webpage can be found at https://camlab.ethz.ch/teaching/deep-learning-in-scientific-computing-2023.html

The scripts are based on Python 3.8 and Jupyter Notrbook. The required packages can be installed with:

python3 -m pip install -r requirements.txt

The jupyter notebooks can be run with:

python3 jupyter notebook name_of_the_file.ipynb