Which of the following is true?
Single layer associative neural networks do not have the ability to:
(i) perform pattern recognition
(ii) find the parity of a picture
(iii)determine whether two or more shapes in a picture are connected or not
a) (ii) and (iii) are true
b) (ii) is true
c) All of the mentioned
d) None of the mentioned



 Which of the following is true? Single layer associative neural networks do not have the abil..

Answer / clara

a

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More AI Neural Networks Interview Questions

Having multiple perceptrons can actually solve the XOR problem satisfactorily: this is because each perceptron can partition off a linear part of the space itself, and they can then combine their results. a) True – this works always, and these multiple perceptrons learn to classify even complex problems. b) False – perceptrons are mathematically incapable of solving linearly inseparable functions, no matter what you do c) True – perceptrons can do this but are unable to learn to do it – they have to be explicitly hand-coded d) False – just having a single perceptron is enough

1 Answers  


How does ill-conditioning affect nn training?

0 Answers  


How does an LSTM network work?

0 Answers  


Are neural networks helpful in medicine?

0 Answers  


What learning rate should be used for backprop?

0 Answers  






what are some advantages and disadvantages of neural network?

0 Answers  


The network that involves backward links from output to the input and hidden layers is called as ____. a) Self organizing maps b) Perceptrons c) Recurrent neural network d) Multi layered perceptron

1 Answers  


Explain neural networks?

0 Answers  


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?

0 Answers  


What are combination, activation, error, and objective functions?

0 Answers  


What is backprop?

0 Answers  


What is Pooling in CNN and how does it work?

0 Answers  


Categories