Browse Source

Same Ques was repeated twice in README.md

As the same questionw as repeated twice, I just made it shorter.
pull/1196/merge
sagarishere 3 months ago committed by Niccolò Primo
parent
commit
6f44fa85a7
  1. 13
      subjects/ai/keras-2/audit/README.md

13
subjects/ai/keras-2/audit/README.md

@ -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

Loading…
Cancel
Save