Setting up Inputs and Targets for neural networks
Show older comments
I need a little advice with setting up a neural network. I have looked through all the information on matlab help files and have used simple networks for other problems. However I have a spreadsheet with 500,000 rows and 20 columns. I have imported the data in and started to set up a bp network. From this I have set up 20 values (1 for each column) that identify a class from the the 500,000 rows. This class of data represents 240,000 rows of the total dataset . Each column of data should represent an input to the neural network. So the network should be something like 20-10-1 (20 inputs, 10 hidden neurons and 1 output) . ideally the output should assign a value of 12 if the row of data is identified to belonging to the class of data im trying to identify. Ive set up some networks but Im struggling to set up the inputs and outputs correctly. I either get 500,000 inputs on the view net topology or if I transpose the rows and columns I get 20 inputs but it errors with a conflict of outputs. I just need a little bit of clarification on how to set up this network in matlab?
Thanks
RIKW
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!