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 many kinds of nns exist?
what are some advantages and disadvantages of neural network?
What is backprop?
What are combination, activation, error, and objective functions?
How artificial neural networks can be applied in future?
Describe the structure of artificial neural networks?
What is a Neural Network?
How are artificial neural networks different from normal computers?
What is artificial intelligence neural networks?
Who is concerned with nns?
What can you do with an nn and what not?
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?
How to avoid overflow in the logistic function?
What is simple artificial neuron?