퀴즈 문제 및 설명:
이전 퀴즈 (LSTM 모델 관련):
Q1: Which category of deep learning models do LSTMs belong to?
Correct Answer: RNNs (Recurrent Neural Networks)
Q2: Which statement(s) are accurate about LSTMs?
Correct Answers:
LSTM has the ability to remove or add information to the cell states using gates
LSTMs are a special kind of RNN, capable of learning long-term dependencies
Explanation:
Q3: Which statement best describes the "recall" value in the confusion matrix:
Correct Answer: Indicates the ability of the model to identify all true positive samples of the dataset.
Q4: Which statement best describes the "precision" value in the confusion matrix:
Correct Answer: Indicates the ability of the model to identify the relevant samples only.
Q5: What is the purpose of using a max-pooling layer:
Correct Answer: To down-sample an input representation and reduce its dimensions
최근 퀴즈 (Autoencoder 및 활성화 함수 관련):
Q1: Which statement is not true on autoencoders?
Correct Answer: The decoder network tries to predict the sample class of the input.
Q2: What is ROC Curve?
Correct Answer: A performance measurement for classification problem at various thresholds settings
Q3: What statement is not accurate on "tanh" and "sigmoid" activation functions?
Correct Answer: The range of sigmoid function is also between -1 to 1
Q4: Which category of problems is not applicable to autoencoder models?
Correct Answer: Timeseries prediction
정리 (모든 퀴즈):
이 설명이 퀴즈 문제와 관련된 개념들을 이해하는 데 도움이 되기를 바랍니다. 혹시 추가적으로 궁금한 점이나 다른 질문이 있으시다면 언제든지 저에게 알려주세요. 제가 최선을 다해 답변 드리겠습니다.