From fb1d2ef34f73ce14ccdfafe622cd9df6d3907a8e Mon Sep 17 00:00:00 2001 From: ansost Date: Mon, 21 Oct 2024 10:13:12 +0200 Subject: [PATCH] add homework to website --- 2024/homework/homework02.qmd | 10 ++++++---- _quarto.yml | 5 ++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/2024/homework/homework02.qmd b/2024/homework/homework02.qmd index c06d556..48202f8 100644 --- a/2024/homework/homework02.qmd +++ b/2024/homework/homework02.qmd @@ -2,12 +2,14 @@ title: "Homework 02: Neural Network" format: html --- +1) Please go through the Wikipedia articles on: -Concepts to understand: backpropagation + - [ ] Matrix multiplication -The goal is to be able to define these in your own words + - [ ] Matrix addition -1) Watch [this video](https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi) on youtube. + - [ ] Element-wise multiplication -[](https://www.3blue1brown.com/lessons/neural-networks) + - [ ] Dot product +2) And watch this video: What is a neural network? [[Video](https://www.youtube.com/watch?v=aircAruvnKk)] \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index 1b4fb11..9b10d34 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -61,9 +61,8 @@ website: contents: - href: 2024/homework/homework01.qmd text: "Hw 01 - Colab" - # - contents: - # - href: 2024/homework/homework01.qmd - # - text: Homework + - href: 2024/homework/homework02.qmd + text: "Hw 02 - NN basics " navbar: background: primary