previous exam questions (for exam 2/3) Flashcards
these questions are taken from JKU Discord pinned PDF file and were simply copied, not checked by me.
Select the true statement(s): What is the difference between Artifcial Intelligence, Deep Neural Networks and Machine Learning?
- Nothing, they are all the same
- Artifcial Intelligence is a subset of Machine Learning and Deep Neural Networks
- Machnie Learning is a subset of Artifcial Intelligence and Deep Neural Networks
- Deep Neural Networks is a subset of Artifcial Intelligence and Machnie Learning
4 is correct
True or False: A computer is said to learn, if its perfomance at a task, as measured by its performance, declines with experience.
False
Select the true statement(s): What are some applications of Machine Learning?
- Recognizing Spam-Mail
- Market Basket analysis
- Recognize handwritten characters
- Logical reasoning
- Analyse dreams
- Solve ethical problems
1, 2 and 3 are correct
Select the true statement(s): What was achieved by using Machine Learning in astronomy?
- SKICAT can classify celestial objects with a 94% accuracy.
- AI is very useless in astronomy since it cannot find differences between stars and galaxies.
- SKICAT can classify celestial objects with a 6% accuracy.
- 16 new quasars were found.
- AI classification was even slightly more accurate than astronomers.
- AI was good at analyzing pictures of quasars but could not find anything new.
1, 4 and 5 are correct.
What is NOT a learning methode for Machine Learning?
- Supervised Learning
- Reinforcement Learning
- Auto-supervised Learning
- Unsupervised Learning
3 is not a learning method
Select the true statement(s): How can a machine learn to play a game?
- Cheating and performing invalid moves.
- Machines cannot learn.
- Rereading the game rules.
- Playing lots of games against itself.
4 is correct
Match the different learning scenarios in machine learning with their corresponding description:
- Unsupervised Learning
- Reinforcement learning
- Supervised learning
- Semi-Supervised Learning
a. Only a subgroup of the training data
set have an additional label as target
data.
b. The target value is provided for all
training samples. This learning method
is used for classification and regression.
c. This learning procedure relies on the
feedback of the teacher and not on example
values.
d. There is no further information on the
training samples. This method is used
for clustering and association rule discovery.
1d
2c
3b
4a
True or False: When we’re given a training data set with potential noise in it, our goal is to capture every single data point of our training samples in our hypothesis h.
False
True or False: Simulation search stops searching at a fixed position and uses an eveluation function to compute the output.
False
Select the true statement(s): What does the TD in TD-Gammon stand for?
- Turing Decoding
- Temporal Difference Learning
- Test Dice Roll
- Try and Defeat Learning
2 is correct
Choose the correct answers regarding Simulation Search.
- In the Monte Carlo tree search method, many games are simulated by making random
moves and then the average score of these games is used to evaluate a decision. - Simulation Search is a Machine Learning method that is used when the complete tree is
not searchable. - Simulation Search is a Machine Learning method that can only be used for rather small
decision trees. - With Simulation Search, every single branch is searched and evaluated.
- The Monte Carlo tree search method evaluates good decisions by trying out every possible
move. - With Simulation Search only a few branches are searched and evaluated.
1, 2 and 6 are correct
True or False: Shannon Type-A search algorithm is a brute force approach.
True
Select the correct statement(s): Choose the steps for genetic algorithms in the (usually applied / best-practice) order.
- Selection - Fitness - Mutation - Crossover
- Fitness - Mutation - Selection - Crossover
- Fitness - Selection - Crossover - Mutation
- Fitness - Crossover - Mutation - Selection
3 is correct
Map the following important search concepts.
- Evaluation Functions
- Iterative Deepening
- Selective Search
- Transposition Tables
a. … limit(s) the depth
b. … avoid(s) re-computing the same state again
c. … limit(s) used time/processing power
d. … limit(s) the height
1d
2a
3c
4b
True or False: Alpha-Beta-Search is in general faster than Min-Max (because of pruning uninteresting paths) but therefore only yields approximate results which are not necessarily the same.
False
Select the correct statement(s) about Overfitting.
1 … is not avoidable without a validation set
2 … only occurs if the model is not adequate independently of the data
3 … causes the test-set error to increase, although the training set error is not affected
4 … does not affect MLPs but only Deep Neural Networks
3 is correct
True or False: Deep Neural Networks are easily explainable by design
False
Associate the following Machine-Learning Concepts.
- Credit Assignment Problem
- MCTS
- UCB
- MENACE
a. Describes Exploration vs Exploitation
b. Essentially uses the Tree- and Rollout-Policy
c. Mainly Delayed Reward
d. Pioneer-Project regarding Reinforcement Learning
1c
2b
3a
4d
Choose the correct order for Monte-Carlo Tree Search.
1 Selection - Simulation - Expansion - Backpropagation
2 Selection - Backpropagation - Simulation - Expansion
3 Selection - Expansion - Simulation - Backpropagation
4 Selection - Separation - Expansion - Backpropagation
3 is correct
Match the definitions correctly:
- Supervised learning
- Unsupervised learning
- Semi-supervised Learning
- Reinforcement learning
a. Only subset of the training examples
are labeled as good or bad actions
b. There are occasional rewards (feedback)
for good actions
c. correct answers are not given (there is
no information except the training examples)
d. correct answers are given for each example
1d
2c
3a
4b
What is the idea behind Neural Networks?
1 to memorise many examples
2 to find a way to implement very complex principles
3 to process information like a serial computer
4 to model brains and nervous systems
4 is correct
True or False: Artifical Neurons are connected to each other via synapses.
True
Select the correct statement(s): What is a way of avoiding overfitting?
1 keeping a seperate validation set to watch the performance of test und training sets
2 iterating only once through all examples
3 making no adjustments throughout the fitting process
4 There is no solution for overfitting
1 is correct
True or False: The terms Machine Learning, Artificial Intelligence and Deep Neural Networks mean the same thing.
False
Select the correct statement(s):
The idea of neural networks is based on
1 The fibonacci number
2 The human brain
3 A famous computerprogram
4 Ants
2 is correct
Which three of these Machine Learning methods do exist?
1 Randomized Learning
2 Reinforcement Learning
3 Improvised Learning
4 Semi-supervised Learning
5 Independent Learning
6 Supervised Learning
2, 4, 6 are correct