215 похожих чатов

Please anyone with relevant information on how to calculate TN,

FP, FN and TP for a multiclass classification. Do we need negative image ( images not in dataset) before we can get TN? Please relevant reference would be appreciated.. Thanks in anticipation.

5 ответов

19 просмотров

Hi. One of the easiest step could be just to calculate metrics for each class separately and average them for an aggregation usages, if needed

Oluwaseyi- Автор вопроса
Sergei L
Hi. One of the easiest step could be just to calcu...

Thanks for the response.... So no need for negative image?

Oluwaseyi
Thanks for the response.... So no need for negativ...

well, it depends on what are you doing. But it could be a nice feature as well

When it comes to multiclass classification, the True Negative images are the images that do not belong to the class you are trying to assess. I.e. all other images are TN images. Consider you have N classes [C_1, C_2, ... C_n]. So in order to compute TN rate for the C_1, you treat images that belong to C_2, C_3, ... C_N as TN images. Therefore you do not need to have a separate set of TN images.

Ivan
When it comes to multiclass classification, the Tr...

Ive talken with him a bit and it seems like he meant that he need to fit some task outline cases for getting zeros for all classes or smth like that

Похожие вопросы

Обсуждают сегодня

30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Карта сайта