How can I create dataset from excel file to use for function fitting problem using neural network?
古いコメントを表示
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?
回答 (1 件)
Greg Heath
2015 年 4 月 1 日
編集済み: Greg Heath
2015 年 4 月 1 日
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
カテゴリ
ヘルプ センター および File Exchange で Get Started with Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!