Assignment-1 Modeling and Simulation
Assignment-1 Modeling and Simulation
Assignment-1 Modeling and Simulation
Q5. How does the learning rate affect the training of the neural network?
Q6. Why are deep neural network preferred over shallow neural network?
Q7. Suppose we have a perceptron having weights corresponding to the three inputs have the
following values:
Calculate the output value y of the given perceptron for each of the following input patterns:
Q8. Consider a feed-forward Neural Network having 2 inputs(label -1 and label -2 )with fully
connected layers and we have 2 hidden layers:
A weight on the connection between nodes i and j is represented by wij, such as w24 is the weight on the
connection between nodes 2 and 4. The following lists contain all the weights values used in the given
network:
w13=−2, w35=1, w23 = 3, w45 = −1, w14 = 4, w36 = −1, w24=−1, w46=1