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
Post New Answer View All Answers
What are batch, incremental, on-line, off-line, deterministic, stochastic, adaptive, instantaneous, pattern, constructive, and sequential learning?
How does ill-conditioning affect nn training?
How are weights initialized in a network?
What is the advantage of pooling layer in convolutional neural networks?
Who is concerned with nns?
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 neural networks became a universal function approximators?
What can you do with an nn and what not?
Why use artificial neural networks? What are its advantages?
Are neural networks helpful in medicine?
What are the different layers in CNN?
How are nns related to statistical methods?
What are the applications of a Recurrent Neural Network (RNN)?
What is Pooling in CNN and how does it work?