Skip to content

Commit

Permalink
Update README.md int github pages links
Browse files Browse the repository at this point in the history
  • Loading branch information
nikwa authored Jan 18, 2025
1 parent 983016b commit 20540e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For Computer lab 1 about backpropagation, the following resources are available:

| Topic | File | Links |
|:------|:-----|:------|
| Lab instructions | instructions.pdf | [![PDF](https://img.shields.io/badge/Instructions-PDF-ee3f24?logo=Adobe%20Acrobat%20Reader&style=flat)](https://github.com/uu-sml/course-dl-public/blob/main/Lab1/instructions.pdf) |
| Linear regression with gradient descent in numpy | Auto_linear_regression.ipynb | <a href="https://github.com/uu-sml/course-dl-public/blob/main/Lab1/Auto_linear_regression.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-dl-public/blob/main/Lab1/Auto_linear_regression.ipynb) |
| Backpropagation Toy model | Backpropagation_in_Toy_Model.ipynb | <a href="https://github.com/uu-sml/course-dl-public/blob/main/Lab1/Backpropagation_in_Toy_Model.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-dl-public/blob/main/Lab1/Backpropagation_in_Toy_Model.ipynb) |
| Backpropagation in numpy | backpropagation.ipynb | <a href="https://github.com/uu-sml/course-dl-public/blob/main/Lab1/backpropagation"><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-dl-public/blob/main/Lab1/backpropagation.ipynb) |
| 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-dl-public/Lab1/instructions.pdf) |
| Linear regression with gradient descent in numpy | Auto_linear_regression.ipynb | <a href="https://uu-sml.github.io/course-dl-public/Lab1/Auto_linear_regression.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-dl-public/blob/main/Lab1/Auto_linear_regression.ipynb) |
| Backpropagation Toy model | Backpropagation_in_Toy_Model.ipynb | <a href="https://uu-sml.github.io/course-dl-public/Lab1/Backpropagation_in_Toy_Model.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-dl-public/blob/main/Lab1/Backpropagation_in_Toy_Model.ipynb) |
| Backpropagation in numpy | backpropagation.ipynb | <a href="https://uu-sml.github.io/course-dl-public/Lab1/backpropagation.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-dl-public/blob/main/Lab1/backpropagation.ipynb) |

0 comments on commit 20540e1

Please sign in to comment.