An auto-associative network is:
a) a neural network that contains no loops
b) a neural network that contains feedback
c) a neural network that has only one loop
d) a single layer feed-forward neural network with pre-processing
Post New Answer View All Answers
What are combination, activation, error, and objective functions?
How to avoid overflow in the logistic function?
What are batch, incremental, on-line, off-line, deterministic, stochastic, adaptive, instantaneous, pattern, constructive, and sequential learning?
How are nns related to statistical methods?
What are cases and variables?
How does an LSTM network work?
Are neural networks helpful in medicine?
How neural networks became a universal function approximators?
How are layers counted?
How many kinds of kohonen networks exist?
what are some advantages and disadvantages of neural network?
What are the population, sample, training set, design set, validation set, and test set?
Explain Generative Adversarial Network.
What are neural networks and how do they relate to ai?
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?