-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1 @@ | ||
# Errata | ||
|
||
|
||
|
||
## Unit 1.4 | ||
|
||
**Video 3** | ||
|
||
The minus sign is flipped in unit 1.4 video 3. It should be -1.14 instead of 1.14. [[See discussion](https://github.com/Lightning-AI/dl-fundamentals/discussions/10#discussion-4672374)] | ||
|
||
|
||
|
||
**Video 4** | ||
|
||
Flip x1, x2 3:19 onwards, see [#22](https://github.com/Lightning-AI/dl-fundamentals/discussions/22) | ||
|
||
<img src="images/unit-4-4.png" alt="unit-4-4" style="zoom:50%;" /> | ||
|
||
|
||
|
||
## Unit 1.7 | ||
|
||
The confusion matrix shows [2, 2] = 3 but it should be [2, 2] = 2. | ||
|
||
<img src="images/unit-1.7-cm.png" alt="unit-1.7-cm" style="zoom:33%;" /> | ||
|
||
|
||
## Unit 3.3 | ||
|
||
It should be | ||
|
||
$$w + \Delta w$$ | ||
|
||
where | ||
|
||
$$\Delta w = - \alpha \nabla L_w$$ | ||
|
||
(the minus sign was missing on one slide) | ||
There are currently no known issues :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Old Errata (Already Addressed) | ||
|
||
|
||
|
||
## Unit 1.4 | ||
|
||
**Video 3** | ||
|
||
The minus sign is flipped in unit 1.4 video 3. It should be -1.14 instead of 1.14. [[See discussion](https://github.com/Lightning-AI/dl-fundamentals/discussions/10#discussion-4672374)] | ||
|
||
|
||
|
||
**Video 4** | ||
|
||
Flip x1, x2 3:19 onwards, see [#22](https://github.com/Lightning-AI/dl-fundamentals/discussions/22) | ||
|
||
<img src="images/unit-4-4.png" alt="unit-4-4" style="zoom:50%;" /> | ||
|
||
|
||
|
||
## Unit 1.7 | ||
|
||
The confusion matrix shows [2, 2] = 3 but it should be [2, 2] = 2. | ||
|
||
<img src="images/unit-1.7-cm.png" alt="unit-1.7-cm" style="zoom:33%;" /> | ||
|
||
|
||
## Unit 3.3 | ||
|
||
It should be | ||
|
||
$$w + \Delta w$$ | ||
|
||
where | ||
|
||
$$\Delta w = - \alpha \nabla L_w$$ | ||
|
||
(the minus sign was missing on one slide) |
File renamed without changes
File renamed without changes