Same Ques was repeated twice in README.md

As the same questionw as repeated twice, I just made it shorter.
This commit is contained in:
sagarishere 2024-02-01 17:28:24 +02:00 committed by Niccolò Primo
parent 541e287360
commit 6f44fa85a7
1 changed files with 0 additions and 13 deletions

View File

@ -131,19 +131,6 @@ model.compile(loss='categorical_crossentropy',
---
#### Exercise 4: Multi classification - Optimize
###### For question 1, is the chunk of code the following?
```
model.compile(loss='categorical_crossentropy',
optimizer='adam',
metrics=['accuracy'])
```
---
---
#### Exercise 5: Multi classification example