You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sigmoid units will always give the probability of which class it belongs. So in cross validation ( evaluation) it round up the probability value and got 81 percent accuracy. So I placed a threshold on output file, if probability>0.5 = 1 else 0.
can i include round() in the final layer
or just put a threshold 0.5 for the sigmoid outputs for new predictions
The text was updated successfully, but these errors were encountered: