machine_learning_units_1_to_5_bolded_questions
machine_learning_units_1_to_5_bolded_questions
10. What are the key steps in a typical Machine Learning project?
Answer: Key steps include problem definition, data collection, data
preprocessing, model selection, training, evaluation, and deployment.
16. What is the difference between a Training Set and a Test Set?
Answer: A training set is used to train the model, while a test set is used to
evaluate the performance of the trained model on unseen data.
8. What is Bagging?
Answer: Bagging (Bootstrap Aggregating) is an ensemble method that trains
multiple models on random subsets of the data and combines their
predictions to improve accuracy.
9. What is Boosting?
Answer: Boosting is an ensemble method that builds models sequentially,
with each new model focusing on correcting the errors of the previous one.
6. What is Q-Learning?
Answer: Q-Learning is a reinforcement learning algorithm that learns an
action-value function, which gives the expected utility of taking a particular
action in a given state.
4. What is Q-Learning?
Answer: Q-Learning is a reinforcement learning algorithm that learns an
action-value function, which gives the expected utility of taking a particular
action in a given state.