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
Post New Answer View All Answers
How human brain works?
Explain Generative Adversarial Network.
What is the role of activation functions in a Neural Network?
How many kinds of kohonen networks exist?
what are some advantages and disadvantages of neural network?
How to avoid overflow in the logistic function?
How are weights initialized in a network?
What are conjugate gradients, levenberg-marquardt, etc.?
List some commercial practical applications of artificial neural networks?
What is a Neural Network?
How are layers counted?
What is a neural network and what are some advantages and disadvantages of such a network?
What are batch, incremental, on-line, off-line, deterministic, stochastic, adaptive, instantaneous, pattern, constructive, and sequential learning?
Are neural networks helpful in medicine?
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?