Edited, memorised or added to reading queue

on 21-Oct-2025 (Tue)

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

Flashcard 7764694142220

Tags
#deep-learning #keras #lstm #python #sequence
Question
they found that [...] of the network was more important than the number of memory cells in a given layer to model skill
Answer
the depth

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
they found that the depth of the network was more important than the number of memory cells in a given layer to model skill

Original toplevel document (pdf)

cannot see any pdfs







Flashcard 7764696763660

Tags
#tensorflow #tensorflow-certificate
Question
Classification evaluation methods


Accuracy

tf.keras.metrics.Accuracy()

sklearn.metrics.accuracy_score()

Not the best for [...] classes

Answer
imbalanced

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
Classification evaluation methods Accuracy tf.keras.metrics.Accuracy() sklearn.metrics.accuracy_score() Not the best for imbalanced classes

Original toplevel document

TfC_02_classification-PART_2
Classification evaluation methods Accuracy tf.keras.metrics.Accuracy() sklearn.metrics.accuracy_score() Not the best for imbalanced classes Precision For imbalanced class problems. Higher precision leads to less false positives. Recall Higher recall leads to less false negatives. Tradeoff between recall and precision. F1-sc