Edited, memorised or added to reading queue

on 22-Jul-2025 (Tue)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Flashcard 7716695051532

Tags
#tensorflow #tensorflow-certificate
Question
Multilabel classification - a sample can be assigned to more than one label from [...] label options
Answer
more than 2

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Parent (intermediate) annotation

Open it
Multilabel classification - a sample can be assigned to more than one label from more than 2 label options

Original toplevel document

TfC_02_classification-PART_1
Types of classification problems Three types of classification problems: binary classification multiclass multilabel Multilabel classification - a sample can be assigned to more than one label from more than 2 label options Multiclass classification - a sample can be assigned to one label but from more than 2 label options Multiclass image classificaton: pizza, steak, sushi Input_shape = [None, 224, 224, 3