What is the purpose of model inference in the machine learning model lifecycle? To predict outcomes or make decisions based on new data Explanation:Model ...
Why might model performance in production differ from its performance during training and evaluation? Real-world conditions and data may vary from the training ...
Explain the concept of model deployment using an analogyModel deployment is like running a marathon after training. Explanation:Model deployment is ...
What is the purpose of the evaluation phase in the machine learning model lifecycle? To assess the model's performance and accuracy Explanation:The evaluation ...
In what real-life application is logistic regression frequently used? Credit scoring for loans Explanation:Logistic regression is frequently used for binary ...
Which algorithm is commonly used for email spam filtering? Naive Bayes classifier Explanation:The Naive Bayes classifier is commonly used for email spam ...
What is reinforcement learning, and how is it similar to learning a video game? Reinforcement learning is about learning through trial and error, similar to ...
How is unsupervised learning different from supervised learning? Unsupervised learning works without output labels and finds patterns on its own. Explanation: ...
In supervised learning, what does labeled data refer to? Data with both feature values and corresponding output labels Explanation:In supervised learning, ...
What are the four primary types of machine learning in the module? Supervised learning, unsupervised learning, semi-supervised learning, reinforcement learning ...
