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