๐ Bug HuntAI AI & ML Hardโก+35 XP
Wrong Loss Function
This binary classifier uses the wrong loss.
๐ Find the bug
1
model.compile(optimizer="adam",2
loss="categorical_crossentropy")๐ The bug is on line 2