|
1 | 1 | # Deep Learning: Introduction and Basics |
2 | 2 |
|
3 | | -* Theory and Practice |
4 | | -* Introducing algorithms and models |
5 | | -* Handling of Python libraries scikit-learn and pytorch |
| 3 | +Today we will learn more about how deep learning works and what model types there are used for medical problems. |
6 | 4 |
|
7 | | -Slides used for this session can be downloaded as PDF [here](deep_learning_introduction.pdf). |
| 5 | +What we will do today: |
| 6 | +* Theory and Practice of Deep Learning |
| 7 | +* Introducing different model architectures |
| 8 | +* Hands-on practice with in different exercises |
| 9 | + |
| 10 | +Slides used for this session can be downloaded as PDF [here](deep_learning_introduction.pdf). |
| 11 | + |
| 12 | +We will use the Jupyter Notebooks today not over our terminal but in Google Colab. |
| 13 | +Google Colab can be used as a coding environment and provides us with computational resouces like GPUs. |
| 14 | +Please login to your Google account. |
| 15 | + |
| 16 | +**2 IMPORTANT HINTS:** |
| 17 | +1. Please open the notebooks over the links down here. This will first give you a page with a lot of text. |
| 18 | +In the upper right corner there should be a button with "Open with Google Collaboratory". Please click on this. |
| 19 | +* [01 Neural Networks](https://drive.google.com/file/d/121NTe-6RvQ8GmFxXgiY8ySe35BDWX8R2/view?usp=sharing) |
| 20 | +* [02 Convolutional Neural Networks](https://drive.google.com/file/d/1T1pnVCjIYlyFpgLbQTIN7BGitmcmK4wN/view?usp=sharing) |
| 21 | +* [03 Autoencoders Exercise](https://colab.research.google.com/drive/1r5-UniBHGVb_nUi2aPn7sIf7LGn7bucw?usp=sharing) |
| 22 | +* [03 Autoencoders Solution](https://colab.research.google.com/drive/1MrSwVSsGVpz5tbnYzv4suWuvDRgLiKO4?usp=sharing) |
| 23 | +* [04 Long-Short Term Memory Models Exercise](https://colab.research.google.com/drive/1q0n5NxUrbh072vTC4pyBym-yp0KROLy4?usp=sharing) |
| 24 | +* [04 Long-Short Term Memory Models Solutions](https://colab.research.google.com/drive/1z_G9J6AL7rz7X4f6coGeLymBq_5zq5bH?usp=sharing) |
| 25 | +* [05 CNNs Exercise](https://colab.research.google.com/drive/15B7AZRuuqrjT4b6VPipA9mi626V7EXAv?usp=sharing) |
| 26 | +* [05 CNNs Solutions](https://colab.research.google.com/drive/1KgqY1oIQu6a3NpDPZMh2TIaOeMUnXvI9?usp=sharing) |
| 27 | + |
| 28 | + |
| 29 | +2. For notebook 01, 02 and the exercise notebooks, please save a copy of them in your Google Drive and work on these copies not in the original notebooks. |
| 30 | +For this you open the notebook click on File -> Save a copy in Drive -> wait a few seconds until the copy opens automatically. |
| 31 | + |
| 32 | +Then you can work on the exercises and have fun ! |
| 33 | + |
| 34 | +We added the notebooks also as files in Git for your to have a look but not to execute them on your laptop. |
0 commit comments