Foundations of Machine Learning Flashcards
- **Importance of ML in AI** - Differences: **Statistical ML vs. Classical ML** - Applications: **Computer Vision, NLP, etc.** (30 cards)
What is the primary focus of Statistical Machine Learning?
Statistical Machine Learning focuses on understanding the underlying statistical properties of data and making inferences based on these properties.
What is the main objective of Classical Machine Learning?
The main objective of Classical Machine Learning is to develop algorithms that can learn from and make predictions based on data.
True or False: Statistical ML relies heavily on probability theory.
True
Fill in the blank: In Statistical ML, the model is often built through __________ methods.
inferential
Which type of machine learning is typically concerned with feature engineering?
Classical Machine Learning
What is a key characteristic of Classical ML algorithms?
They often require extensive feature extraction and manual tuning.
Multiple Choice: Which technique is commonly used in Statistical ML for parameter estimation? A) Gradient Descent B) Maximum Likelihood Estimation C) Decision Trees
B) Maximum Likelihood Estimation
What is one application of Statistical ML in real-world scenarios?
Statistical ML is often used in fields like epidemiology for understanding disease spread.
True or False: Classical ML techniques are generally more flexible than Statistical ML techniques.
False
Fill in the blank: __________ is a common application area for Classical Machine Learning.
Computer Vision
What is a common algorithm used in Classical ML for classification tasks?
Support Vector Machines (SVM)
Multiple Choice: Which of the following is NOT a focus area of Statistical ML? A) Hypothesis Testing B) Predictive Modelling C) Image Recognition
C) Image Recognition
What type of data is often analyzed using Statistical ML?
Structured data with known distributions.
True or False: Statistical ML can be used for both supervised and unsupervised learning.
True
Fill in the blank: __________ is a popular application of Statistical ML in the finance sector.
Risk assessment
What is a major limitation of Classical ML?
It often requires a large amount of labeled data for training.
Multiple Choice: Which of the following fields primarily applies Statistical ML? A) Natural Language Processing B) Video Games C) Climate Modeling
C) Climate Modeling
What is the role of hypothesis testing in Statistical ML?
Hypothesis testing is used to determine if observed patterns in data are statistically significant.
True or False: Classical ML techniques are typically less interpretable than Statistical ML techniques.
False
Fill in the blank: __________ is a common evaluation metric used in Classical ML.
Accuracy
What is an example of a task that can be performed using Statistical ML?
Estimating the average treatment effect in clinical trials.
What is the primary data type used in Natural Language Processing (NLP)?
Text data
Multiple Choice: Which of the following is a common application of Classical ML in NLP? A) Sentiment Analysis B) Word Embeddings C) Topic Modeling
A) Sentiment Analysis
True or False: Statistical ML models can handle missing data more effectively than Classical ML models.
True