Skip to content

Commit 94b2414

Browse files
authored
Correct week reference in Exercise 1 description (#3126)
Updated the reference to the neural network implementation in Exercise 1 to reflect the correct week.
1 parent e9a0643 commit 94b2414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subjects/ai/keras-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We recommend to use:
6464

6565
### Exercise 1: Regression - Optimize
6666

67-
The goal of this exercise is to learn to set up the optimization for a regression neural network. There's no code to run in that exercise. In W2D2E3, we implemented a neural network designed for regression. We will be using this neural network:
67+
The goal of this exercise is to learn to set up the optimization for a regression neural network. There's no code to run in that exercise. In W3D2E3 (keras), we implemented a neural network designed for regression. We will be using this neural network:
6868

6969
```
7070
model = keras.Sequential()

0 commit comments

Comments
 (0)