DexiNed icon indicating copy to clipboard operation
DexiNed copied to clipboard

Why "accuracy = metrics.BinaryAccuracy()" is used?

Open Optomizer90 opened this issue 3 years ago • 4 comments

Optomizer90 avatar Apr 29 '21 06:04 Optomizer90

Hi sorry for my late response. As you can see in many DL models there is not accuracy in the training stage, it could be great use a metric for the accuracy. This BinaryAcuracy() is not needed, you can comment it, and the result will be the same.

xavysp avatar Jun 22 '21 20:06 xavysp

Hi, no issues.

Thank you for the answer.

Since this is classification problem with highly imbalanced data, Evaluating the model using F1 score will be more appropriate.

Wanted to know your comments on it? Any code updation (tf2) is possible?

Thank you.

Optomizer90 avatar Jun 23 '21 05:06 Optomizer90

Hi, no issues.

Thank you for the answer.

Since this is classification problem with highly imbalanced data, Evaluating the model using F1 score will be more appropriate.

Wanted to know your comments on it? Any code updation (tf2) is possible?

Thank you.

Right, I'll implement it. You'll see how it work

xavysp avatar Jun 26 '21 03:06 xavysp

Right, I'll implement it. You'll see how it work

Thank you

Optomizer90 avatar Jun 27 '21 05:06 Optomizer90