Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhausner authored Dec 5, 2024
1 parent 4af1a3b commit 071ffcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ For the computer lab about deep learning the following resources are available:
| Lab instructions | instructions.pdf | [![PDF](https://img.shields.io/badge/Instructions-PDF-ee3f24?logo=Adobe%20Acrobat%20Reader&style=flat)](https://uu-sml.github.io/course-sml-public/lab/instructions.pdf) |
| Introduction to PyTorch | introduction.ipynb | <a href="https://uu-sml.github.io/course-sml-public/lab/introduction.ipynb"><img src="https://img.shields.io/badge/Introduction-Notebook-f37626?logo=jupyter&style=flat" alt="Introduction Notebook" title="Download notebook" /></a> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/uu-sml/course-sml-public/blob/master/lab/introduction.ipynb) |
| One-layer NN for MNIST | mnist_onelayer.ipynb | <a href="https://uu-sml.github.io/course-sml-public/lab/mnist_onelayer.ipynb"><img src="https://img.shields.io/badge/MNIST-Notebook-f37626?logo=jupyter&style=flat" alt="MNIST Notebook" title="Download notebook" /></a> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/uu-sml/course-sml-public/blob/master/lab/mnist_onelayer.ipynb) |
| Image classification with VGG16 | VGG16_classification.ipynb | <a href="https://uu-sml.github.io/course-sml-public/lab/VGG16_classification.ipynb"><img src="https://img.shields.io/badge/VGG16-Notebook-f37626?logo=jupyter&style=flat" alt="VGG16 Notebook" title="Download notebook" /></a> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/uu-sml/course-sml-public/blob/master/lab/VGG16_classification.ipynb) |
| Image classification with ResNet | ResNet_classification.ipynb | <a href="https://uu-sml.github.io/course-sml-public/lab/ResNet_classification.ipynb"><img src="https://img.shields.io/badge/ResNet-Notebook-f37626?logo=jupyter&style=flat" alt="ResNet Notebook" title="Download notebook" /></a> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/uu-sml/course-sml-public/blob/master/lab/ResNet_classification.ipynb) |
| Multi-modal models | CLIP.ipynb | <a href="https://uu-sml.github.io/course-sml-public/lab/CLIP.ipynb"><img src="https://img.shields.io/badge/CLIP-Notebook-f37626?logo=jupyter&style=flat" alt="CLIP Notebook" title="Download notebook" /></a> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/uu-sml/course-sml-public/blob/master/lab/CLIP.ipynb) |

0 comments on commit 071ffcf

Please sign in to comment.