Topic 1 Question 354
2 つ選択A machine learning (ML) specialist is developing a model for a company. The model will classify and predict sequences of objects that are displayed in a video. The ML specialist decides to use a hybrid architecture that consists of a convolutional neural network (CNN) followed by a classifier three-layer recurrent neural network (RNN).
The company developed a similar model previously but trained the model to classify a different set of objects. The ML specialist wants to save time by using the previously trained model and adapting the model for the current use case and set of objects.
Which combination of steps will accomplish this goal with the LEAST amount of effort?
Reinitialize the weights of the entire CNN. Retrain the CNN on the classification task by using the new set of objects.
Reinitialize the weights of the entire network. Retrain the entire network on the prediction task by using the new set of objects.
Reinitialize the weights of the entire RNN. Retrain the entire model on the prediction task by using the new set of objects.
Reinitialize the weights of the last fully connected layer of the CNN. Retrain the CNN on the classification task by using the new set of objects.
Reinitialize the weights of the last layer of the RNN. Retrain the entire model on the prediction task by using the new set of objects.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: DE
DE are correct.
👍 1GS_772024/09/07 - 正解だと思う選択肢: DE
D. Reinitialize the weights of the last fully connected layer of the CNN. Retrain the CNN on the classification task by using the new set of objects. E. Reinitialize the weights of the last layer of the RNN. Retrain the entire model on the prediction task by using the new set of objects.
👍 1MultiCloudIronMan2024/09/22
シャッフルモード