Font size
WorksheetsMachine Learning 101
Total questions: 20
Worksheet time: 14mins
Machine Learning is a subfield of Artificial Neural Networks.
TRUE
FALSE
Which of the following belong to Machine Learning?
Supervised Learning
Unsupervised Learning
Reinforcement Learning
Knowledge Graph
When shall we use machine learning to solve a given real world problem?
When the problem changes over time
When we can't explain human expertise in the form of programming logic
When humans lack of expertise and need to rely on historical data
When Google, Microsoft and Amazon are betting on Machine Learning as the next big thing
Deep Learning is a subfield of Machine Learning.
TRUE
FALSE
Why did deep learning take off only in the most recent decade?
Big data - Having more data due to the digitization of data
The advancement and affordability of digital storage
The rise of computing power (specialized processors such as graphics processing units or GPUs)
Because Geoffrey Hinton, Yoshua Bengio and Yann LeCun only started researching into Deep Learning in recent years
Traditional software in the form of Rule-based system uses handcrafted programming logic as knowledge representation.
TRUE
FALSE
Unsupervised learning looks for previously undetected patterns in a data set with no pre-existing labels and with a minimum of human supervision.
TRUE
FALSE
Which of the following are TRUE about Supervised Learning?
Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs.
Supervised learning algorithms are trained using labeled data.
In Supervised Learning, we normally have two sets of problems, Classification and Regression.
Supervised learning requires minimum human annotated data
Reinforcement Learning models learn by a continuous process of receiving rewards and punishments on every action taken.
TRUE
FALSE
As opposed to Supervised Learning, Unsupervised Learning and Reinforcement Learning do not rely on human annotated data (data labeled by human).
TRUE
FALSE
What is missing from the area with "?" mark?
Learn from labeled data
Learn from mistakes
Learn from human experience
Learn nothing
Which statement is WRONG about Deep Learning?
Deep learning enables computers to learn from experience & understand the world in terms of a hierarchy of concepts
Backpropagation helps to calculate the gradient of a loss function with respects to all the weights in the network
Deep Learning is Symbolic AI
Deep Learning involves training neural networks with many layers of units
The term Artificial Intelligence was first coined by John McCarthy in 1956 when he held the first academic conference on the subject at Dartmouth College in Hanover, New Hampshire.
TRUE
FALSE
Symbolic AI which is also known as Classical Artificial Intelligence or Good Old Fashioned AI (FOFAI) displays human like intelligence thanks to the hand-crafted rules and logic programmed by software engineers based on subject matter experts' design.
TRUE
FALSE
The way how Connectionist AI (Neural Net based Deep Learning) works is instead of programming, you show computer lots of examples so that it changes the connection strengths and learns to produce the right answers without you ever programming.
TRUE
FALSE
The most common Unsupervised Learning method is cluster analysis, which is used for exploratory data analysis to find hidden patterns or grouping in data.
TRUE
FALSE
Which are TRUE about Unsupervised Learning?
Clustering and Association are two types of Unsupervised Learning
Four types of clustering methods are 1) Exclusive 2) Agglomerative 3) Overlapping 4) Probabilistic
Unsupervised Learning also known as Self-supervised Learning
Unsupervised Learning normally applies to gaming
Which statement is WRONG about Reinforcement Learning?
Reinforcement Learning is normally applied in gaming and robotics
Self-supervised Learning is Reinforcement Learning
Markov Decision Process and Q-learning are Reinforcement Learning
DeepMind AlphaGo that has defeated human Go world champions was trained by using Reinforcement Learning
Supervised Learning normally is associated with Predictive Analytics that make prediction about the future.
TRUE
FALSE
Unsupervised Learning normally is associated with Descriptive Analytics that aims to gain knowledge from the data.
TRUE
FALSE
