The document outlines an assignment on deep learning, consisting of short and long questions related to neural networks, loss functions, and the differences between perceptrons and artificial neural networks (ANNs). It includes tasks such as explaining deep learning applications, ANN architecture, and performing forward and backward passes in a neural network. Additionally, it requests definitions and algorithms related to single-layer perceptrons, including weight and bias updates.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views
Notes_250225_105914_deep learning
The document outlines an assignment on deep learning, consisting of short and long questions related to neural networks, loss functions, and the differences between perceptrons and artificial neural networks (ANNs). It includes tasks such as explaining deep learning applications, ANN architecture, and performing forward and backward passes in a neural network. Additionally, it requests definitions and algorithms related to single-layer perceptrons, including weight and bias updates.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 3
Assignment- 1 of deep learning :-
¢ SHORT QUESTION-
1(A) List the component of a neural
network?
(B) Define loss function and how it
is useful in deep learning?
(C) How perception is different from
Ann?
¢ FOCUSED SHORT -
2(A) Explain the application of deep
learning in briefly?
(B) Explain the architecture of Ann
with suitable diagram?
(C) Define deep learning vs Machine
learning?
LONG QUESTION-
3(A)Find out :-
* Sigmoid* Relu
(B) Considered the following neural
network and perform a :-
1. Forward pass
2. Backward pass
3. Use relu as the activation
function.
The learning rate eta(n=1 ) and the
predicated value is 0.5(C) What is single layer perception.
Write the algorithm for single layer
perception. Write the equation for
updating the weight and bias for
single layer perception