Exam 16: Deep Learning
Exam 1: Introduction to Computers and Python 28 Questions
Exam 2: Introduction to Python Programming 32 Questions
Exam 3: Control Statements and Program Development 20 Questions
Exam 4: Functions 18 Questions
Exam 5: Sequences: Lists and Tuples 25 Questions
Exam 6: Dictionaries and Sets 27 Questions
Exam 7: Array-Oriented Programming With Num 18 Questions
Exam 8: Strings: a Deeper Look 20 Questions
Exam 9: Files and Exceptions 30 Questions
Exam 10: Object-Oriented Programming 42 Questions
Exam 11: Computer Science Thinking: Recursion, Searching, Sorting and Big O18 Questions
Exam 12: Natural Language Processing 22 Questions
Exam 13: Data Mining Twitter 15 Questions
Exam 14: Ibm Watson and Cognitive Computing 31 Questions
Exam 15: Machine Learning: Classification, Regression and Clustering 66 Questions
Exam 16: Deep Learning 76 Questions
Exam 17: Big Data: Hadoop, Spark, Nosql and Iot 79 Questions
Select questions type
Which of the following statements about Keras neural network components is false?
Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
A
Which of the following statements a), b) or c) is false?
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
B
Which of the following statements a), b) or c) is false?
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
D
Which of the following statements about a max pooling layer a), b) or c) is false?
(Multiple Choice)
4.9/5
(33)
The MNIST xe "convnet (convolutional neural network)"convnet's prediction for each MNIST digit will be an array of 10 probabilities, indicating the likelihood that the digit belongs to a particular one of the classes 0 through 9. When we evaluate the model's accuracy, Keras compares the model's predictions to the dataset's labels. To do that, Keras requires both to have the same ________.
(Multiple Choice)
4.9/5
(38)
Which of the following are popular predefined word embeddings?
(Multiple Choice)
4.9/5
(36)
________ neural networks are especially appropriate for computer vision tasks, such as recognizing handwritten digits and characters or recognizing objects (including faces) in images and videos.
(Multiple Choice)
4.8/5
(41)
The following code creates a TensorBoard object:
from tensorflow.keras.callbacks import TensorBoard
import time
tensorboard_callback = TensorBoard(
log_dir=f'./logs/mnist{time.time()}',
histogram_freq=1, write_graph=True)
Which of the following statements a), b) or c) about the above code is false?
(Multiple Choice)
4.9/5
(38)
Which of the following are not automated deep-learning capabilities?
(Multiple Choice)
5.0/5
(27)
Which of the following statements a), b) or c) about neural networks is false?
(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)