You are on page 1of 6

Pimpri Chinchwad College of Engineering

Unit-1
Question Bank
Easy Questions
Q. No. Question
What is the difference between Forward propagation and Backward Propagation in
1 Neural Networks?
What Is the Difference Between a Feedforward Neural Network and Recurrent Neural
2 Network?
3 What is the role of the Activation functions in Neural Networks?
4 Which are the different types of Activation function used in Neural Network?
6 What is simple (Perceptron)Artificial Neuron?
7 What is bias? Why it is important in ANN?
8 What is the concept Learning rule?
9 Describe the different learning rules used in ANN
10 Differentiate between ANN and BNN
11 What are the different types of Learning Methods describe it
Moderate
Questions
Q. No. Question
1 Why is ReLU, the most commonly used Activation Function?
2 What are Neural Networks? What are the types of Neural networks?
3 Apply Hebbs Rule for AND Gate with zero initialised values and step function
4 Apply Hebbs Rule for OR Gate with zero initialised values and step function
5 Apply Perceptron Rule for OR Gate with zero initialised values and step function
6 What Is the Role of Activation Functions in a Neural Network?
7 Explain Difference between Biological Neural Network and Artificial Neural network?
8 Apply Perceptron Rule for AND Gate with zero initialised values and step function
Apply Delta Rule for AND Gate with zero initialised values and sigmoidal activation
9 function
10 Explain the feed-forward neural network with neat digramme?
Apply Delta Rule for OR Gate with zero initialised values and sigmoidal activation
11 function
Difficult
Questions
Q. No. Question
Explain Neural Network and its execution with neat digramme
Apply Feed forward for the following Neural Network and calculate Total error

1
Apply Feedforward for Neural Network and Calculate the final output

2
Apply Feedforward for Neural Network and Calculate the final output

3
UNIT-2

Question Bank
Easy Questions
Q.
No. Question
1 What do you mean by Cost/Loss Function?
2 What are different measures used for calculation of Loss function, Describe it.
3 Which type of Neural Network use Associative memory concept and how?
4 Describe working of Hopfield Network.
5 How associative memory read the words, explain the system.
6 What Is the Difference Between Epoch, Batch, and Iteration in Deep Learning?
7

Moderate Questions
Q.
No. Question
What do you mean by Gradient Descent? Describe types of Gradient Descent
1 Algorithm.
Compare Between Batch wise, Stochastic and Mini batch wise Gradient Descent
2 Algorithm
3 Explain the Adam optimization algorithm.
Find range of interval for the following Neural Network by using all three techniques

Difficult Questions
Q.
No. Question
How to initialize Weights Neural Networks/ What techniques are used for weight
1 initialization
2 Why is zero initialization of weight, not a good initialization technique
3 Explain Associative Memory and its types.
Apply backpropagation to update the weight 𝑊3,5 and 𝑊1,3
If target value is 𝑌5=0.6

4
5 Explain Gradient Descent and its types

Explain Backpropagation Neural Network (BPNN) and its algorithm.


6
Construct an Auto associative Discrete Hopfield Network with input vector
[−1 1 1 − 1] . Test Discrete Hopfield Network with two missing data of
7 stored vector.

UNIT-3
Question Bank
Easy Questions
Q.
No. Question
Write different Activation Function and their MATLAB syntax.
Write different neural network learning algorithm and their MATLAB syntax.
Write different

Moderate Questions
Q.
No. Question

Difficult Questions
Q.
No. Question
Write the syntax of newffd function with each parameter’s explanation and its
use.
Write a program in MATLAB to train a feed-forward backpropagation network
for 𝑦 = 𝑎2 + 𝑏 2 + 𝑐 2 where 𝑎, 𝑏, 𝑐 are random numbers between 0 to 5.
Write a program in MATLAB to train a feed-forward backpropagation network
for 𝑦 = 𝑎 + 2𝑏 + 𝑐 where 𝑎, 𝑏, 𝑐 are random numbers between 0 to 1.
Write the syntax of newff function with each parameter’s explanation and its
use.

You might also like