What are neural networks? What are the types of neural networks?
How are artificial neural networks different from normal computers?
Which of the following is not the promise of artificial neural network? a) It can explain result b) It can survive the failure of some nodes c) It has inherent parallelism d) It can handle noise
How artificial neural networks can be applied in future?
A 3-input neuron is trained to output a zero when the input is 110 and a one when the input is 111. After generalization, the output will be zero when and only when the input is: a) 000 or 110 or 011 or 101 b) 010 or 100 or 110 or 101 c) 000 or 010 or 110 or 100 d) 100 or 111 or 101 or 001
How does an LSTM network work?
How to avoid overflow in the logistic function?
What is backprop?
Describe the structure of artificial neural networks?
Why is the XOR problem exceptionally interesting to neural network researchers? a) Because it can be expressed in a way that allows you to use a neural network b) Because it is complex binary operation that cannot be solved using neural networks c) Because it can be solved by a single layer perceptron d) Because it is the simplest linearly inseparable problem that exists.
What is simple artificial neuron?
How human brain works?
What are the disadvantages of artificial neural networks?