Machine Learning Methods Flashcards
Model Types (64 cards)
What is supervised learning?
A type of machine learning where the model is trained on labeled data.
What is unsupervised learning?
A type of machine learning that deals with unlabeled data to find hidden patterns.
True or False: Reinforcement learning involves training models using a reward system.
True
Fill in the blank: In supervised learning, the goal is to learn a mapping from inputs to _______.
outputs
What is a common application of unsupervised learning?
Clustering data into groups.
What is the main difference between supervised and unsupervised learning?
Supervised learning uses labeled data, while unsupervised learning uses unlabeled data.
Name one algorithm used in supervised learning.
Linear regression.
What type of model is a decision tree?
A supervised learning model.
True or False: K-means is an example of a supervised learning algorithm.
False
What does reinforcement learning optimize?
The cumulative reward over time.
Fill in the blank: In reinforcement learning, an agent interacts with an _______.
environment
What type of model is used in reinforcement learning?
An agent-based model.
What is the purpose of a loss function in supervised learning?
To measure the difference between predicted and actual outcomes.
Name one example of unsupervised learning.
Principal Component Analysis (PCA).
True or False: Neural networks can be used for both supervised and unsupervised learning.
True
What is the primary goal of clustering in unsupervised learning?
To group similar data points together.
What is a common evaluation metric for classification models?
Accuracy.
Fill in the blank: In reinforcement learning, the _______ function is used to evaluate the quality of an action.
value
What is the main advantage of using ensemble methods?
They often improve model performance by combining multiple models.
Name one common ensemble method.
Random Forest.
True or False: Support Vector Machines (SVM) can only be used for binary classification.
False
What is the purpose of cross-validation?
To assess how the results of a statistical analysis will generalize to an independent dataset.
What type of learning does a generative adversarial network (GAN) utilize?
Unsupervised learning.
Fill in the blank: In supervised learning, the training dataset consists of input-output _______.
pairs