Skip to content

Commit

Permalink
Merge pull request #2 from ansost/homework
Browse files Browse the repository at this point in the history
add homework 02  to website
  • Loading branch information
akki2825 authored Oct 21, 2024
2 parents 7f30f3b + fb1d2ef commit e521045
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 6 additions & 4 deletions 2024/homework/homework02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
5 changes: 2 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e521045

Please sign in to comment.