Frage 1
Frage
Where is machine learning used?
Antworten
-
Prediction
-
Image recognition, Speech Recognition
-
Medical diagnoses, Financial Industry and Trading
-
All of the above
Frage 2
Frage
Machine Learning algorithms enable the computers to learn from data, and even improve themselves, without being explicitly programmed.
Frage 3
Frage
Types of Machine Learning are?
Antworten
-
Supervised Learning
-
Unsupervised Learning
-
Reinforcement Learning
-
All of the above
Frage 4
Frage
____________ learning trains algorithms based on example input and output data that is labeled by humans?
Frage 5
Frage
Supervised learning uses patterns to predict label values on additional unlabeled data?
Frage 6
Frage
Type of Supervised learning is?
Antworten
-
Classification
-
Regression
-
Both
Frage 7
Frage
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”.
Frage 8
Frage
___________ learning which provides the algorithm with no labeled data in order to allow it to find structure within its input data.
Frage 9
Frage
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?
Frage 10
Frage
Unsupervised learning is commonly used for transactional data?
Frage 11
Frage
Unsupervised learning is often used for anomaly detection including for fraudulent credit card purchases, and recommender systems that recommend what products to buy next?
Frage 12
Frage
Types of Unsupervised learning are?
Antworten
-
Clustering
-
Association
-
Both
Frage 13
Frage
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.
Frage 14
Frage
A ____________ algorithm, or agent, learns by interacting with its environment. The agent receives rewards by performing correctly and penalties for performing incorrectly.
Antworten
-
Unsupervised Learning
-
Reinforcement Learning
Frage 15
Frage
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?
Frage 16
Frage
___________ 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.
Antworten
-
Semi-supervised learning
-
Unsupervised Learning