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 ...
How does feature engineering relate to machine learning? It creates meaningful descriptors for data instances. Explanation Feature engineering is the process ...
What is the term for the process of fine-tuning a machine learning model? Model tuning Explanation Model tuning (also called hyperparameter tuning) is the ...
What is a feature in the context of machine learning? A descriptor for an instance Explanation In Machine Learning, a feature is an individual measurable ...
What is metadata? Data about data Explanation Metadata is data that describes other data. It provides information about a dataset, file, or document, making it ...
In the machine learning workflow, what comes after data collection? Data preprocessing Explanation A typical Machine Learning workflow follows these steps: ...
What is the primary focus of deep learning models? Neural network architecture Explanation Deep Learning focuses on using deep neural networks (multiple layers ...