In determination of weights by learning, for linear input vectors what kind of learning should be employed?

🎲 Try a Random Question  |  Total Questions in Quiz: 90  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Neural Network Practice Test: Feedforward Neural Networks — practice the complete quiz, review flashcards, or try a random question.

Feedforward Neural Networks topics include: Pattern association, pattern classification, weight determination, pattern mapping and storage analysis and the technique of backpropagation algorithm. A feedforward neural network is a type of artificial neural network where the nodes' connections do not form a loop. Information flows in a forward manner only, from the input nodes, through the hidden nodes (if any), and to the output nodes.  Feedforward neural networks are also known as multi-layered networks of neurons (MLN). The simplest type of feedforward neural network is the perceptron,... Show more

In determination of weights by learning, for linear input vectors what kind of learning should be employed?