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!