Using Neural Net

New Altair Community Member
Updated by Jocelyn
Hi there !
I have a training data set (excel format) to use with a neural network. The data set looks something like this ;
etc... where the first column is the input (5 digits) and the output is the second column (3 digits). The training data file has 32 inputs and corresponding outputs and I would like to use 80% for training and 20% for testing.
I have used this data set with the neural net algorithm but the result I'm getting has 8 outputs when it should have 3 and 32 inputs when it should have 5...


Can anyone help with this please ? Thanks in advance!
I have a training data set (excel format) to use with a neural network. The data set looks something like this ;
11010 | 101 |
10101 | 010 |
01010 | 101 |
I have used this data set with the neural net algorithm but the result I'm getting has 8 outputs when it should have 3 and 32 inputs when it should have 5...


Can anyone help with this please ? Thanks in advance!