Question 1
Question
Where is machine learning used?
Answer
-
Prediction
-
Image recognition, Speech Recognition
-
Medical diagnoses, Financial Industry and Trading
-
All of the above
Question 2
Question
Machine Learning algorithms enable the computers to learn from data, and even improve themselves, without being explicitly programmed.
Question 3
Question
Types of Machine Learning are?
Answer
-
Supervised Learning
-
Unsupervised Learning
-
Reinforcement Learning
-
All of the above
Question 4
Question
____________ learning trains algorithms based on example input and output data that is labeled by humans?
Question 5
Question
Supervised learning uses patterns to predict label values on additional unlabeled data?
Question 6
Question
Type of Supervised learning is?
Answer
-
Classification
-
Regression
-
Both
Question 7
Question
Classification: A classification problem is when the output variable is a real value, such as “dollars” or “weight”.
Regression: A regression problem is when the output variable is a category, such as “red” or “blue” or “disease” and “no disease”.
Question 8
Question
___________ learning which provides the algorithm with no labeled data in order to allow it to find structure within its input data.
Question 9
Question
The goal of unsupervised learning is discovering hidden patterns within a dataset, but it may also have a goal of feature learning, which allows the computational machine to automatically discover the representations that are needed to classify raw data?
Question 10
Question
Unsupervised learning is commonly used for transactional data?
Question 11
Question
Unsupervised learning is often used for anomaly detection including for fraudulent credit card purchases, and recommender systems that recommend what products to buy next?
Question 12
Question
Types of Unsupervised learning are?
Answer
-
Clustering
-
Association
-
Both
Question 13
Question
Clustering: An clustering problem is where you want to discover rules that describe large portions of your data, such as people that buy X also tend to buy Y.
Association: A association rule problem is where you want to discover the inherent groupings in the data, such as grouping customers by purchasing behavior.
Question 14
Question
A ____________ algorithm, or agent, learns by interacting with its environment. The agent receives rewards by performing correctly and penalties for performing incorrectly.
Answer
-
Unsupervised Learning
-
Reinforcement Learning
Question 15
Question
In reinforcement learning, the agent learns without intervention from a human by maximizing its reward and minimizing its penalty. It is a type of dynamic programming that trains algorithms using a system of reward and punishment?
Question 16
Question
___________ learning is an approach to machine learning that combines a small amount of labeled data with a large amount of unlabeled data during training. It falls between unsupervised learning and supervised learning.
Answer
-
Semi-supervised learning
-
Unsupervised Learning