Lec.7,8,9
Lec.7,8,9
Lec.7,8,9
Neural Network
QUESTION NO: 1
Which of the following does not belong to automatic hyperparameter optimization
algorithm?
A. Grid search
B. Random gradient descent
C. Random search
D. Model-based hyperparameter optimization
Answer: B
QUESTION NO: 147
Which description is wrong about the hyperparameter?
A. Hyperparameters are parameters that set values before the algorithm begins learning.
B. Most machine learning algorithms have hyperparameters.
C. Hyperparameters cannot be modified.
D. The value of the hyperparameter is not learned by the algorithm itself.
Answer: C
QUESTION NO: 9
Which of the following does not belong to long-term memory LSTM (Long Short-Term
Memory) network architecture?
A. Memory door
B. Forget the door
C. Input door
D. Output door
Answer: A
QUESTION NO: 14
What are the commonly used activation functions? (Multiple Choice)
A. sigmoid
B. tanh
C. relu
D. danish
Answer: ABC
QUESTION NO: 27
Deep learning is different from machine learning and there are no unsupervised
algorithms.
A. True
B. False
Answer: B
1 Dr. Fatma M. Talaat
2 Dr. Fatma M. Talaat
QUESTION NO: 31
What is wrong description of backpropagation?
A. The learning process of the backpropagation algorithm consists of a forward
propagation
process and a back-propagation process.
B. The backpropagation algorithm is a learning algorithm suitable for multi-layer neural
networks, which is based on the gradient descent method.
C. The backpropagation phase sends training inputs to the network to obtain an stimuli
response.
D. The backpropagation algorithm is mainly repeated by two loops (excitation
propagation,
weight update) until the response of the network to the input reaches the predetermined
target range.
Answer: C
QUESTION NO: 38
Deep learning makes it easy to derive simple mathematical functions from a large amount
of high-dimensional data to describe complex decision interfaces.
A. True
B. False
Answer: B
QUESTION NO: 39
What are the mainstream deep learning open source tools? (Multiple choice)
A. Theano
B. Caffe
C. TensorFlow
D. Scikit-learn
E. Torch
Answer: A,B,C,E
QUESTION NO: 124
Which of the following is not part of the deep learning development framework?
A. CNTK
B. Keras
C. BAFA
D. MXNet
Answer: C
QUESTION NO: 45
What are the commonly used loss functions? (Multiple choice)
A. Mean variance
B. Sigmoid cross entropy
C. Softmax cross entropy
3 Dr. Fatma M. Talaat
D. Sparse cross entropy
E. Weighted Sigmoid Cross Entropy
Answer: ABCDE
QUESTION NO: 48
Which of the following is not included in the recurrent neural network usage scenario?
A. Machine translation
B. Speech recognition
C. Image style migration
D. Text generation
Answer: C
QUESTION NO: 56
Cyclic neural networks are more suitable for dealing with image recognition problems.
A. True
B. False
Answer: B
QUESTION NO: 166
Convolutional neural networks are more suitable for image recognition problems than
cyclic neural networks.
A. True
B. False
Answer: A
QUESTION NO: 167
What model is not a cyclic neural network?
A. RNN
B. LSTM
C. GBDT
D. GRU
Answer: C
What is not the optimization method in deep learning?
A. Random gradient descent
B. Back propagation algorithm
C. Principal component analysis
D. Momentum
Answer: C
QUESTION NO: 142
What does not belong to supervised learning?
A. Logistic regression
B. Support vector machine
4 Dr. Fatma M. Talaat
C. Decision tree
D. Principal component analysis
Answer: D
QUESTION NO: 61
In a neural network, knowing the weight and deviations of each neuron is the most
important step. If you know the exact weights and deviations of neurons in some way,
you can approximate any function.
What is the best way to achieve this?
A. Random assignment, pray that they are correct
B. Search for a combination of weight and deviation until the best value is obtained
C. Assign an initial value to iteratively update weight by checking the difference
between the best value and the initial.
D. The above is not correct
Answer: C
QUESTION NO: 4
What are the algorithms supported by TensorFlow? (Multiple Choice)
A. CNN
B. ZNN
C. RNN
D. HUT
Answer: AC
QUESTION NO: 12
Which of the following is not a module in the TensorFlow library?
A. tf.nn
B. tf. layers
C. tf. boost
D. tf.contrib
Answer: C
QUESTION NO: 23
Which of the following options is not the session mode used by TensorFlow?
A. Explicitly call the session to generate function
B. Explicitly call the session to close function
C. Through the Python context manager
D. Multiple POST queries
Answer: D
QUESTION NO: 33
What are the implementation modes of TensorFlow? (Multiple Choice)
A. Stand-alone mode
B. Distributed mode
C. Reverse mode
D. Forward mode
Answer: AB
QUESTION NO: 76
Which of the following environments does not support to install the TensorFlow?
A. Linux
B. Mac OS
C. Docker
D. OpenStack
Answer: D
QUESTION NO: 91
The TensorFlow framework does not support Windows systems.
A. True
B. False
Answer: B
QUESTION NO: 170
Which of the following are the characteristics of TensorFlow? (Multiple choice)
A. Open source
B. Convenience
C. Mature
D. Flexible
Answer: ABCD
QUESTION NO: 83
Which of the following data types does TensorFlow not support?
A. int8
B. float32
C. double64
D. bool
Answer: C
QUESTION NO: 89
TensorFlow only supports Python and R language
A. True
B. False
Answer: B
QUESTION NO: 90
What are the core concepts in TensorFlow? (Multiple Choice)
Q2. ___________ are agents have the ability to gradually improve and
become more knowledgeable about an environment over time through an
additional learning element.
a) Utility-based agents
b) Learning agents
c) Goal-based agents
d) Model-based agents
Q3. Which instruments are used for perceiving and acting upon the
environment?
a) Sensors and Actuators
b) Sensors
c) Perceiver
d) None of the mentioned
Q9. Which action sequences are used to achieve the agent’s goal?
a) Search
b) Plan
Q10. Which element in the agent are used for selecting external actions?
a) Perceive
b) Performance
c) Learning
d) Actuator
Q11. The action of the Simple reflex agent completely depends upon
__________.
a) Perception history
b) Current perception
c) Learning theory
d) Utility functions
Q12. What among the following is/are the example of the intelligent
agent/agents?
a) Human
b) Robot
c) Autonomous Spacecraft
d) All of the mentioned
Q19. _________ deals with agents that must sense & act upon their
environment. This combines classical AI and machine learning techniques.
a) Semi supervised Learning
b) ANN
c) Deep Learning
d) Reinforcement Learning
Q2. AI assistants, like Alexa and Siri, are examples of intelligent agents as
they use sensors to perceive a request made by the user and they
automatically collect data from the internet with some user's help.
a) True
b) False
Q7. Intelligent agents can be used for applications in data mining, data
analytics and customer service and support (CSS).
a) True
b) False