Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 15 pages
Exam (elaborations)

ITCS 1213 UNCC FINAL EXAM QUESTIONS WITH COMPLETE SOLUTION GRADED A+

Document preview thumbnail
Preview 2 out of 15 pages

ITCS 1213 UNCC FINAL EXAM QUESTIONS WITH COMPLETE SOLUTION GRADED A+ /1. PCA identifies the axis that accounts for the __________ in the training set. - Answer-largest amount of variance /.2. What is the standard matrix factorization technique that can decompose the training set matrix into a dot product of 3 matrices, with the latter of these matrices containing the principal components? - Answer-Singular Value Decomposition (SVD) /.True or False.....3. Numerical differentiation has a high accuracy. - Answer-False, it has low accuracy and is difficult to implement /.4. What method is called to restore a previously saved model? - Answer-restore() /.5. What is the derivative of the step function at 0? - Answer-undefined /.6. What is the output range for a hyperbolic tangent activation function (tanh(z) = 2*sigma(2*zeta) - 1)? - Answer--1 to 1 /.7. The ________ activation function involves α (hyperparameter that determines how much the function "leaks") being learned during training instead of being a hyperparameter. - Answer-parametric leaky ReLU /.8. _______ regularization technique involves each neuron having a probability p of being temporarily "dropped" - Answer-Dropout /.9. What function is NOT used to make a pooling layer for a CNN? A) max_pool() B) avg_pool() C) min_pool() D) all of these are used - Answer-C) Min_pool() /.10. Autoencoders typically have a symmetrical neural network structure...True or False? - Answer-True /.True or False....CNN's are able to generalize much better that DNN's for image processing tasks such as classification using fewer training examples. - Answer-True /.12. A ___________________ normalization layer makes the neurons that most strongly activate inhibit neurons at the same location but in neighboring feature maps. - Answer-local response /.13. In Scikit-Learn's GridSearchCV, all you need to do is tell it which ________________ you want it to experiment with, and what values to try out, and it will evaluate all the possible combinations of _______________ values, using cross-validation. - Answer-hyperparameters, hyperparameter /.14. A CNN is faster to train than a DNN because of the following reason. 1. Partially Connected Layers. 2. Reusability of weights. 3. Both A and B. - Answer-C) Both A and B /.15. What type of TensorFLow optimizer may be used to compute an optimal gradient? A) LossOptimizer() B) GradientDescentOptimizer() C)ErrorOptimizer() D)SquaredErrorOptimizer - Answer-B) Gradient Descent Optimizer /.How is a perceptron trained? - Answer-Perceptrons are trained based on an algorithm that considers the error made by the network. The connections that lead to the wrong output are neglected and not reinforced. /.17. How does TensorFlow treat dependencies in graph nodes? - Answer-In the case of graph nodes TensorFLow will recompute the value of a node even if it has encountered it previously. /.18. Building an RNN using __________ instead of __________ offers several advantages.(State the function names) - Answer-dynamic_rnn(), static_rnn /.19. Which of the following is an example of a vector-to-sequence RNN: 1. Locating pedestrians in a picture 2. Speech to text. 3. Video captioning. 4. A and C 5. B and C - Answer-Locating pedestrians in a picture. /.True or False....A classical Perceptron is able to estimate class probabilities. - Answer-False /.21. How do you clear all nodes from the default graph? A) Restart the kernel/shell. B) Call _default_graph().clear() C) Call _default_graph() D) A & B E) A & C - Answer-Answer:

Content preview

ITCS 1213 UNCC FINAL EXAM QUESTIONS WITH
COMPLETE SOLUTION GRADED A+

/1. PCA identifies the axis that accounts for the __________ in the training set. -
Answer-largest amount of variance

/.2. What is the standard matrix factorization technique that can decompose the training
set matrix into a dot product of 3 matrices, with the latter of these matrices containing
the principal components? - Answer-Singular Value Decomposition (SVD)

/.True or False.....3. Numerical differentiation has a high accuracy. - Answer-False, it
has low accuracy and is difficult to implement

/.4. What method is called to restore a previously saved model? - Answer-restore()

/.5. What is the derivative of the step function at 0? - Answer-undefined

/.6. What is the output range for a hyperbolic tangent activation function (tanh(z) =
2*sigma(2*zeta) - 1)? - Answer--1 to 1

/.7. The ________ activation function involves α (hyperparameter that determines how
much the function "leaks") being learned during training instead of being a
hyperparameter. - Answer-parametric leaky ReLU

/.8. _______ regularization technique involves each neuron having a probability p of
being temporarily "dropped" - Answer-Dropout

/.9. What function is NOT used to make a pooling layer for a CNN?

A) max_pool()
B) avg_pool()
C) min_pool()
D) all of these are used - Answer-C) Min_pool()

/.10. Autoencoders typically have a symmetrical neural network structure...True or
False? - Answer-True

/.True or False....CNN's are able to generalize much better that DNN's for image
processing tasks such as classification using fewer training examples. - Answer-True

/.12. A ___________________ normalization layer makes the neurons that most
strongly activate inhibit neurons at the same location but in neighboring feature maps. -
Answer-local response

, /.13. In Scikit-Learn's GridSearchCV, all you need to do is tell it which
________________
you want it to experiment with, and what values to try out, and it will evaluate all the
possible combinations of _______________ values, using cross-validation. - Answer-
hyperparameters, hyperparameter

/.14. A CNN is faster to train than a DNN because of the following reason.

1. Partially Connected Layers.
2. Reusability of weights.
3. Both A and B. - Answer-C) Both A and B

/.15. What type of TensorFLow optimizer may be used to compute an optimal gradient?

A) LossOptimizer() B) GradientDescentOptimizer()
C)ErrorOptimizer() D)SquaredErrorOptimizer - Answer-B) Gradient Descent Optimizer

/.How is a perceptron trained? - Answer-Perceptrons are trained based on an algorithm
that considers the error made by the network. The connections that lead to the wrong
output are neglected and not reinforced.

/.17. How does TensorFlow treat dependencies in graph nodes? - Answer-In the case of
graph nodes TensorFLow will recompute the value of a node even if it has encountered
it previously.

/.18. Building an RNN using __________ instead of __________ offers several
advantages.(State the function names) - Answer-dynamic_rnn(), static_rnn

/.19. Which of the following is an example of a vector-to-sequence RNN:

1. Locating pedestrians in a picture
2. Speech to text.
3. Video captioning.
4. A and C
5. B and C - Answer-Locating pedestrians in a picture.

/.True or False....A classical Perceptron is able to estimate class probabilities. - Answer-
False

/.21. How do you clear all nodes from the default graph?
A) Restart the kernel/shell.
B) Call tf.get_default_graph().clear()
C) Call tf.reset_default_graph()
D) A & B
E) A & C - Answer-Answer:

Document information

Uploaded on
April 2, 2025
Number of pages
15
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$14.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Brainariam
3.3
(27)
Sold
151
Followers
7
Items
8384
Last sold
1 week ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions