Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlpa authored Feb 24, 2024
1 parent 9c6658a commit 082dbdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ The course is split in 8 sessions, each 4 lectures long.
- [Understanding convolution](https://towardsdatascience.com/intuitively-understanding-convolutions-for-deep-learning-1f6f42faee1)
- [Convolution Video](https://www.youtube.com/watch?v=KuXjwB4LzSA&t=697s)
- Exercises and Homework:
- [02_fcnn_with_banknote](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/02_fcnn_with_banknote.ipynb) [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/02_fcnn_with_banknote.ipynb)
- [03_fcnn_mnist](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/03_fcnn_mnist.ipynb) [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/03_fcnn_mnist.ipynb)
- [04_fcnn_mnist_shuffled](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/04_fcnn_mnist_shuffled.ipynb) [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/04_fcnn_mnist_shuffled.ipynb)
- [05_cnn_edge_lover](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/05_cnn_edge_lover.ipynb) [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/05_cnn_edge_lover.ipynb)
- [06_cnn_mnist_shuffled](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/06_cnn_mnist_shuffled.ipynb) [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/06_cnn_mnist_shuffled.ipynb)
- [02_fcnn_with_banknote](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/02_fcnn_with_banknote.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/02_fcnn_with_banknote.ipynb)
- [03_fcnn_mnist](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/03_fcnn_mnist.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/03_fcnn_mnist.ipynb)
- [04_fcnn_mnist_shuffled](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/04_fcnn_mnist_shuffled.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/04_fcnn_mnist_shuffled.ipynb)
- [05_cnn_edge_lover](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/05_cnn_edge_lover.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/05_cnn_edge_lover.ipynb)
- [06_cnn_mnist_shuffled](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/06_cnn_mnist_shuffled.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/06_cnn_mnist_shuffled.ipynb)

<!--- auskommentieren - [07_cifar10_norm](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/07_cifar10_norm.ipynb) [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/07_cifar10_norm.ipynb)--->
<!--- auskommentieren - [07_cifar10_norm](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/07_cifar10_norm.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/07_cifar10_norm.ipynb)--->
- Solutions to Exercises:
- [02_sol](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/02_fcnn_with_banknote_sol.ipynb), [02_sol_colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/02_fcnn_with_banknote_sol.ipynb)
- [03_sol](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/03_fcnn_mnist_sol.ipynb), [03_sol_colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/03_fcnn_mnist_sol.ipynb)
Expand Down

0 comments on commit 082dbdc

Please sign in to comment.