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