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
Exam (elaborations)

Deep Learning Notes 2023 with 100% questions and answers

Rating
-
Sold
-
Pages
3
Grade
A+
Uploaded on
09-02-2023
Written in
2022/2023

What does the analogy "AI is the new electricity" refer to? Similar to electricity starting about 100 years ago, AI is transforming multiple industries. Which of these are reasons for Deep Learning recently taking off? (Check the two options that apply.) We have access to a lot more computational power, We have access to a lot more data, Deep learning has resulted in significant improvements in important applications such as online advertising, speech recognition, and image recognition. Recall this diagram of iterating over different ML ideas. Which of the statements below are true? Being able to try out ideas quickly allows deep learning engineers to iterate more quickly. Faster computation can help speed up how long a team takes to iterate to a good idea. Recent progress in deep learning algorithms has allowed us to train good models faster (even without changing the CPU/GPU hardware). When an experienced deep learning engineer works on a new problem, they can't usually use insight from previous problems to train a good model on the first try, without needing to iterate multiple times through different models. Which one of these plots represents a ReLU activation function? ... Images for cat recognition is an example of "structured" data, because it is represented as a structured array in a computer. false A demographic dataset with statistics on different cities' population, GDP per capita, economic growth is an example of "unstructured" data because it contains data coming from different sources faslse Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French? (Check all that apply.) It can be trained as a supervised learning problem. It is applicable when the input/output is a sequence (e.g., a sequence of words). In this diagram which we hand-drew in lecture, what do the horizontal axis (x-axis) and vertical axis (y-axis) represent? x-axis is the amount of data y-axis (vertical axis) is the performance of the algorithm. x-axis is the amount of data y-axis (vertical axis) is the performance of the algorithm. Assuming the trends described in the previous question's figure are accurate (and hoping you got the axis labels right), which of the following are true? (Check all that apply.) Increasing the training set size generally does not hurt an algorithm's performance, and it may help significantly. Increasing the size of a neural network generally does not hurt an algorithm's performance, and it may help significantly. What does a neuron compute? A neuron computes a linear function (z = Wx + b) followed by an activation function Which of these is the "Logistic Loss"? ... Suppose img is a (32,32,3) array, representing a 32x32 image with 3 color channels red, green and blue. How do you reshape this into a column vector? x = pe((32 32 3, 1)) Consider the two following random arrays "a" and "b": a = (2, 3) # = (2, 3) b = (2, 1) # = (2, 1) c = a + b What will be the shape of "c"? b (column vector) is copied 3 times so that it can be summed to each column of a. Therefore, = (2, 3). Consider the two following random arrays "a" and "b": a = (4, 3) # = (4, 3) b = (3, 2) # = (3, 2) c = a * b What will be the shape of "c"? "*" operator indicates element-wise multiplication. Element-wise multiplication requires same dimension between two matrices. It's going to be an error. Suppose you have n_x input features per example. Recall that X=[x^(1), x^(2)...x^(m)]. What is the dimension of X? (n_x, m) Note: A stupid way to validate this is use the formula Z^(l) = W^(l)A^(l) when l = 1, then we have A^(1) = X X.shape = (n_x, m) Z^(1).shape = (n^(1), m) W^(1).shape = (n^(1), n_x) Recall that (a,b) performs a matrix multiplication on a and b, whereas a*b performs an element-wise multiplication. Consider the two following random arrays "a" and "b": a = (12288, 150) # = (12288, 150) b = (150, 45) # = (150, 45) c = (a, b) What is the shape of c? = (12288, 45), this is a simple matrix multiplication example. Consider the following code snippet: # = (3,4) # = (4,1) for i in range(3): for j in range(4): c[i][j] = a[i][j] + b[j] How do you vectorize this? c = a + b.T Consider the following code: a = (3, 3) b = (3, 1) c = a * b What will be c? This will invoke broadcasting, so b is copied three times to become (3,3), and ∗ is an element-wise product so = (3, 3). Consider the following computation graph. J = u + v - w = a b + a c - (b + c) = a (b + c) - (b + c) = (a - 1) (b + c) (a - 1) * (b + c)

Show more Read less
Institution
Deep Learning Notes
Course
Deep Learning Notes








Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Deep Learning Notes
Course
Deep Learning Notes

Document information

Uploaded on
February 9, 2023
Number of pages
3
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$17.49
Get access to the full document:

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

Get to know the seller

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.
Arthurmark Chamberlain College Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
45
Member since
4 year
Number of followers
39
Documents
1422
Last sold
7 months ago

3.7

9 reviews

5
5
4
0
3
2
2
0
1
2

Recently viewed by you

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