Pre-test: Introduction to Machine Learning
Part 1
1) Who developed the Perceptron, one of the earliest neural network models?
2) Who coined the term “Artificial Intelligence” at the Dartmouth Conference in 1956?
3) Who created the Support Vector Machine (SVM) algorithm?
4) Who is the founder of DeepMind, the team behind AlphaGo?
5) Why is Arthur Samuel’s checkers program considered a milestone?
6) Which example shows applied machine learning?
7) How does machine learning relate to AI?
8) What best characterizes supervised learning?
9) Which statement best defines machine learning?
10) What is the key purpose of classification?
11) What is the objective of unsupervised learning?
12) What is the goal of association rule learning?
13) Which algorithm repeatedly assigns data points into k clusters?
14) Which is a typical use case of reinforcement learning?
15) Which learning paradigm uses both labeled and unlabeled data?
16) Which of the following is an evaluation metric for classification?
17) Which algorithm is a common baseline for linear classification?
18) Which technique is best for grouping customers by similar behavior?
19) What is overfitting in machine learning?
20) Which technique helps reduce overfitting in machine learning?
21) Which of the following is an example of regression in ML?
22) Which of these is an unsupervised learning algorithm?
23) What does a confusion matrix show in classification?
24) Which optimization algorithm is most common in training neural networks?
25) Which ML model is inspired by the human brain?
26) Which task is NOT supervised learning?
27) What is the purpose of feature scaling?
28) Which distance metric is most common in KNN?
29) What does PCA (Principal Component Analysis) do?
30) Which is true about Random Forest?
31) Which task is most suitable for reinforcement learning?
32) Which is a common loss function for regression models?
33) Which dataset split is used to test generalization?
34) What is a limitation of K-means clustering?
Part 2
Q1: Predicting house prices from historical data can be solved using Supervised Learning.
Q2: Which algorithm is commonly used for classification in Supervised Learning?
Q3: Sentiment analysis of customer reviews is an example of Supervised Learning.
Q4: Which is required for Supervised Learning?
Q5: Supervised Learning can be applied to spam email detection.
Q6: Market segmentation using customer purchase data is an example of Unsupervised Learning.
Q7: Which algorithm belongs to Unsupervised Learning?
Q8: In Unsupervised Learning, the algorithm is trained with both inputs and labeled outputs.
Q9: Which of the following is NOT an application of Unsupervised Learning?
Q10: Association rule mining (e.g., “Customers who buy bread also buy butter”) is part of Unsupervised Learning.
🔹 Reinforcement Learning
Q11: A robot learning to walk by trial and error is an example of Reinforcement Learning.
Q12: In Reinforcement Learning, the agent learns by:
Q13: Reinforcement Learning is suitable for training self-driving cars.
Q14: Which of the following best describes Reinforcement Learning?
Q15: Game-playing AI like AlphaGo uses Reinforcement Learning.
Q16: Which learning type would you use for fraud detection in banking?
Q17: Which learning type would you use for grouping students by similar learning styles?
Q18: Which learning type would you use for a robot navigating a maze?
Q19: Predicting tomorrow’s temperature using past weather data is an application of Unsupervised Learning.
Q20: Teaching an AI to play chess without providing the rules but only giving rewards for wins is Reinforcement Learning.