Artificial Intelligence - Artificial Neural Networks

Avatto > > UGC NET COMPUTER SCIENCE > > PRACTICE QUESTIONS > > Artificial Intelligence > > Artificial Neural Networks

61. Which of the following gives non-linearity to a neural network.

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


62. Consider a two input neuron with logistic activation function with slope parameter a = 2. Let the inputs be [-1, 1] and the weights are [0.1, 0.5] respectively. The output of the neuron is 0.73. The value of the bias b1 is (Round bias value till 1 decimal point)?

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


63. Consider a fully connected feedforward network (with a single hidden layer) with no self loops. The network takes inputs of dimension 100 and consists of 5000 hidden neurons. What are the total number of connections between the input and the hidden layer?

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


64. Consider the neural network below. Find the appropriate weights for w0, w1 and w2 to represent the AND function.
Threshold function = {1, if output >0; 0 otherwise}.
x0 and x1 are the inputs and b1 = 1 is the bias.

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


65. Which of the combination of weights make the network represent OR function:

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *