Refresher
Contents
Refresher#
AI and ML Refresher#
Choose the correct option
Artificial Intelligence is a subset of Machine Learning.
Machine Learning is a subset of Artificial Intelligence.
Answer
The correct answer is 2.
Which one of the following is not one of the three main areas of machine learning?
Reinforcement Learning
Unsupervised Learning
Supervised Learning
Decision Trees
Answer
The correct answer is 4.
Choose the list of algorithms commonly used in supervised learning.
Linear Regression, Decision Trees, Support Vector Machines.
K-means Clustering, HDBSCAN, UMAP.
PPO, SARSA, A2C.
Answer
The correct answer is 1.
Choose the list of algorithms commonly used in unsupervised learning.
Q-Learning and Value Iteration.
Logistic Regression and K-nearest Neighbors.
Principal Component Analysis and K-means Clustering.
Answer
The correct answer is 3.
Choose the list of algorithms commonly used in reinforcement learning.
SARSA and Policy Iteration.
XGBoost and Random Forest.
HDBSCAN and Spectral Clustering.
Answer
The correct answer is 1.
Assign the numbers in the image with the correct options.

(1)
Underfitting,(2)
Overfitting.(1)
Generalization,(2)
Overfitting.(1)
Overfitting,(2)
Underfitting.(1)
Generalization,(2)
Underfitting.
Answer
The correct answer is 1.
Assign the numbers in the image with the correct options.

(1)
Training Loss,(2)
Validation Loss.(1)
Test Loss,(2)
Training Loss.(1)
Validation Loss,(2)
Test Loss.(1)
Validation Loss,(2)
Training Loss.
Answer
The correct answer is 4.
What is feature engineering?
It’s the problem of finding a set of optimal hyperparameters (i.e. parameters used to control the learning process) for a learning algorithm.
It’s the process of grouping data into buckets.
It’s the process of using domain knowledge of the data to create features that make machine learning algorithms work better.
Answer
The correct answer is 3.
Which of the following best describes Deep Learning?
Deep Neural Networks doing feature learning thanks to training on a large amount of data.
Shallow Neural Networks doing feature learning thanks to training on a large amount of data.
Deep Neural Networks doing parameter tuning thanks to training on a large amount of data.
Answer
The correct answer is 1.
What is the name of the algorithm commonly used to train Artificial Neural Networks in machine learning?
Evolutionary Programming.
Backpropagation.
Entropy Loss Optimization.
Answer
The correct answer is 2.