The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Using Neural Net
yanika1716
Member Posts: 3 Contributor I
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!
0
Answers
Can anybody explain how does the NN do the prediction? Formula export is a joke of course it couldn't maka any formula. But I would like to know how does the NN prediction looks like as a forumla. Because the RapidMiner documentation hide how does this work.
For example if I got the weights of a Neural Network, how can I reprouce the same data (prediction) as the rapidminer does.