In nntool, the sample data is formatted as: [0 1 -1; 2 3 1]
I have ~8000 data points in a text file. How do I format those points for use here? What does the semicolon signify?
|
|
In I have ~8000 data points in a text file. How do I format those points for use here? What does the semicolon signify?
|
|||
|
|
From this example, that would mean each column of the input data would be separated by a E.g. if you want to learn the XOR truth table:
Then the
And the
And therefore, your data should be formatted as As far as your 8000 point data file is concerned, you can load it into a variable in your workspace and let |
|||
in = [5 columns of data-points]; out = [1 column of data-points];– eSKay Nov 4 at 14:20