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
From what I understand, Sigmoid could have been used on top of the classifier to output some value in [0, 1], which could be then compared to the cost treshold/alpha to determine a suitable model.
Also, why not use Softmax when num_classes > 1?
The text was updated successfully, but these errors were encountered:
thethinkmachine
changed the title
Why not use Sigmoid over the logit produced by the Classifier?
Why not use Sigmoid over the logit produced by the Classifier in train_matrix_factorization.py?
Aug 25, 2024
From what I understand, Sigmoid could have been used on top of the classifier to output some value in [0, 1], which could be then compared to the cost treshold/alpha to determine a suitable model.
Also, why not use Softmax when num_classes > 1?
The text was updated successfully, but these errors were encountered: