Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlpa authored Mar 11, 2024
1 parent a5557fa commit 260d854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ The course is split in 8 sessions, each 4 lectures long.
- Slides: [04_Training_Details](https://github.com/tensorchiefs/dl_course_2024/blob/master/slides/04_Details.pdf)
- Exercises and Homework:
- Backprop. linear regression eager [10_linreg_tensorflow](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/10_linreg_tensorflow.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/10_linreg_tensorflow.ipynb)
- Optional Backprop static graph[11_backpropagation](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/11_backpropagation.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/11_backpropagation.ipynb)
- Simple Max Like [12_maxlike](https://github.com/tensorchiefs/dl_book/blob/master/12_maxlike.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_book/blob/master/12_maxlike.ipynb)
- Numerical Stability [12_numerical,stability](https://github.com/tensorchiefs/dl_book/blob/master/12_maxlike_numerical_stability.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_book/blob/master/12_maxlike_numerical_stability.ipynb)
- Optional Backprop static graph [11_backpropagation](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/11_backpropagation.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/11_backpropagation.ipynb)
- Simple Max Like [12_maxlike](https://github.com/tensorchiefs/dl_course_2024/blob/main/notebooks/12_maxlike.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_book/blob/master/12_maxlike.ipynb)
- Numerical Stability [12_numerical,stability](https://github.com/tensorchiefs/dl_course_2024/blob/main/notebooks/12_numerical_stability.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/main/notebooks/12_numerical_stability.ipynb)
- Max Like MNIST [12b_mnist_loglike](https://github.com/tensorchiefs/dl_course_2024/blob/master/notebooks/12b_mnist_loglike.ipynb), [colab](https://colab.research.google.com/github/tensorchiefs/dl_course_2024/blob/master/notebooks/12b_mnist_loglike.ipynb)


Expand Down

0 comments on commit 260d854

Please sign in to comment.