What are the advantages of neural networks over conventional computers?
(i) They have the ability to learn by example
(ii) They are more fault tolerant
(iii)They are more suited for real time operation due to their high ‘computational’ rates
a) (i) and (ii) are true
b) (i) and (iii) are true
c) Only (i)
d) All of the mentioned
Post New Answer View All Answers
What are the population, sample, training set, design set, validation set, and test set?
What is a neural network and what are some advantages and disadvantages of such a network?
What is simple artificial neuron?
Why use artificial neural networks? What are its advantages?
What is the role of activation functions in a Neural Network?
How many kinds of nns exist?
Describe the structure of artificial neural networks?
Explain neural networks?
How does an LSTM network work?
What can you do with an nn and what not?
What is backprop?
I need a MATLAB source code to recognize different regular geometric shapes such as: squares,rectangles,triangles,circles and ellipses in different sizes using neural network. All of the images containing these shapes should be in binary format with the size of 300*400 pixels. would you please give me a MATLAB code to detect these geometric shapes?
How are layers counted?
What learning rate should be used for backprop?
Which is the similar operation performed by the drop-out in neural network?