↧
Answer by Itamar Katz for How to feed with 2 or more inputs a Neural Network...
You have to distinguish between the following parameters:The dimension of the input vector to the neural network. In your example, the first layer has one input vector of dimension 4. This parameter is...
View ArticleHow to feed with 2 or more inputs a Neural Network in Matlab
I want to feed a Neural Network with more than one input (using the Matlab tool Box). If I declare the input vector like P = [1 2 3 4; 1 2 3 4; 1 2 3 4;1 2 3 4], the target as T = [1 2 3 4] and then...
View Article