How to avoid overflow in the logistic function?
List some commercial practical applications of artificial neural networks?
A perceptron is: a) a single layer feed-forward neural network with pre-processing b) an auto-associative neural network c) a double layer auto-associative neural network d) a neural network that contains feedback
What are the applications of a Recurrent Neural Network (RNN)?
How does ill-conditioning affect nn training?
Which is true for neural networks? a) It has set of nodes and connections b) Each node computes it’s weighted input c) Node could be in excited state or non-excited state d) All of the mentioned
How many kinds of kohonen networks exist?
What is back propagation? a) It is another name given to the curvy function in the perceptron b) It is the transmission of error back through the network to adjust the inputs c) It is the transmission of error back through the network to allow weights to be adjusted so that the network can learn. d) None of the mentioned
Which is the similar operation performed by the drop-out in neural network?
What is simple artificial neuron?
How to avoid overflow in the logistic function?
What are the population, sample, training set, design set, validation set, and test set?
Which of the following is true for neural networks? (i) The training time depends on the size of the network. (ii) Neural networks can be simulated on a conventional computer. (iii) Artificial neurons are identical in operation to biological ones. a) All of the mentioned b) (ii) is true c) (i) and (ii) are true d) None of the mentioned