Primary competition visual

Task Mate Kenyan Sign Language Classification Challenge

Helping Kenya
$5 000 USD
Completed (~4 years ago)
Classification
Computer Vision
588 joined
177 active
Starti
Nov 07, 21
Closei
Feb 27, 22
Reveali
Feb 27, 22
User avatar
University of uyo
LogLoss
Help Ā· 4 Feb 2022, 09:13 Ā· 3

Please guys can someone tell me how to Use LogLoss as an Evaluation Metric.

Like how do you Evaluate byour model with LogLoss.

Source code is appreciated

I can't make submission if I don't understand this or is it that the

criterion = nn.CrossEntropyLoss

output = Model(images)

loss = (Output,labels)

Discussion 3 answers
User avatar
University of uyo

Sorry

loss = criterion(Output,labels)

4 Feb 2022, 09:14
Upvotes 0
User avatar
University of uyo

Is this CrossEntropyLoss or LogLoss what we are talking about

4 Feb 2022, 09:15
Upvotes 0
User avatar
Strathmore university

Log loss == CrossEntropyLoss

https://stackoverflow.com/questions/50913508/what-is-the-difference-between-cross-entropy-and-log-loss-error/50926471

4 Feb 2022, 12:11
Upvotes 0