Hi greg
Hi Greg,
thanks for the hints. I will try it later, after my work.
And answering your questions:
> What are you trying to classify?
I'm training the the network with all my dataset, except one of them that I use for validation.
What I am doing is basically: remote one element of the dataset; train the NN with all the others; validate the NN with the removed element; repeat for other elements.
> How many classes? c=?
Eight classes.
How many input/output examples per class? N(i) = ?, i=1:c
336 input
143/336 are of class 1
77 /336 are of class 2
2 /336 are of class 3
2 /336 are of class 4
35 /336 are of class 5
20 /336 are of class 6
5 /336 are of class 7
52 /336 are of class 8
> Dimensionality of input vectors? I = ?
7 characterists, all of them in the range [0..1], determine the class of each element of the dataset
> Are output vectors columns of the unit matrix eye(c)?
Columns: [8x1]
> What class error rates do you get with the wine data set?
Didn't test yet. Later I post the results here.