How can I create dataset from excel file to use for function fitting problem using neural network?
Afficher commentaires plus anciens
Input is 15 element vector(1000 such columns as input). Output is 3 element vector. When I saw the existing dataset like "house", it doesnt contain any heading to coulmns. I have the headings in my data. Should I remove it or not?
Réponses (1)
Greg Heath
le 1 Avr 2015
Modifié(e) : Greg Heath
le 1 Avr 2015
You can do it with or without.
If you don't you may come back sometime later and wonder what the names of the variables are.
If you do you have to make sure the program doesn't try to use the headings in the calculations.
You can search the NEWSGROUP and ANSWERS for examples using search words like
excel neural
excel fitnet
etc
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!