python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does model underfitting based-on Accuracy matter for imbalanced data?
I am training a deep learning model on imbalanced data for binary classification. I used binary_crossentropy for the loss function and Accuracy for the metric. When I plotted the loss, I got an underf...
Siasma
Votes: 0
Answers: 0
Resolve overfitting in a convolutional network
I've written a snippet to classify Omniglot images. I calculate the training and validation losses in each epoch, where the latter is computed using images that were not seen by the network before. Th...

Blade
Votes: 0
Answers: 1