What is the difference between a Feedforward Neural Network and Recurrent Neural Network?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AI Neural Networks Interview Questions

How many kinds of kohonen networks exist?

0 Answers  


How does an LSTM network work?

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  


 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

1 Answers   HCL,


Neural Networks are complex ______________ with many parameters. a) Linear Functions b) Nonlinear Functions c) Discrete Functions d) Exponential Functions

1 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  


 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

1 Answers  


How are weights initialized in a network?

0 Answers  


What are the different layers in CNN?

0 Answers  


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  


What are neural networks and how do they relate to ai?

0 Answers  


What are artificial neural networks?

0 Answers  


Categories