Training, Saving, Testing in PyTorch QUIZ (MCQ QUESTIONS AND ANSWERS)

Total Correct: 0

Time:20:00

Question: 1

What is the purpose of a dropout layer in a neural network?

Question: 2

Which type of machine learning algorithm is trained on both labeled and unlabeled data?

Question: 3

What is the purpose of feature engineering in machine learning?

Question: 4

Which type of machine learning task involves predicting a continuous output?

Question: 5

What is the primary goal of cross-validation in machine learning?

Question: 6

What is the purpose of feature scaling in machine learning?

Question: 7

Which technique is used to handle missing data in a dataset?

Question: 8

What is the purpose of a learning rate schedule in training a machine learning model?

Question: 9

In a neural network, what is the role of the input layer?

Question: 10

What does the F1 score aim to balance in classification evaluation?

Question: 11

What is the purpose of a confusion matrix in classification evaluation?

Question: 12

Which type of learning involves the model making decisions and learning from the consequences?

Question: 13

What is the primary purpose of hyperparameter tuning?

Question: 14

Which technique is used to address imbalanced datasets in classification tasks?

Question: 15

What is the purpose of data augmentation in training a machine learning model?

Question: 16

What is the purpose of a training loop in machine learning?

Question: 17

What is the purpose of the activation function in a neural network?

Question: 18

Which type of layer is commonly used to handle sequential data in neural networks?

Question: 19

What role does early stopping play in the training process?

Question: 20

In machine learning, what is the purpose of a dropout layer?

Question: 21

What is the term for the difference between predicted and actual values in a regression problem?

Question: 22

What is the purpose of the learning rate in gradient descent optimization?

Question: 23

When testing a model, what metric is commonly used to evaluate classification performance?

Question: 24

What is the purpose of batch normalization in a neural network?

Question: 25

Which technique is used to prevent overfitting during training?

Question: 26

What role does the validation set play during training?

Question: 27

What does saving a model checkpoint typically include?

Question: 28

Which part of the training loop involves adjusting the model's parameters to minimize the difference between predicted and actual values?

Question: 29

In machine learning, what is the purpose of testing and evaluating models on new data?

Question: 30

What is the main benefit of saving and loading model checkpoints during training?