Classification learner or neural network for supervised learning
古いコメントを表示
Hi everyone, Beginners question here. I have a problem which I think I can identify as a classification problem which I hope to solve using supervised learning. I've had a good look through Mathworks documentation and elsewhere online in an attempt to answer the following question, without much luck.
Which tool should I use for this type of problem, the classification learner or a neural network from the Neural network toolbox?
My reading of this is that there seems to be some overlap in functionality. If the answer is 'it depends!!' what factors should I look at before choosing...if you have a reference online or in print, great! Thanks very much in advance for your assistance...and patience. regards Kevin
3 件のコメント
Greg Heath
2016 年 5 月 25 日
Insufficient information. Please explain your problem.
KB
2016 年 5 月 25 日
Greg Heath
2016 年 5 月 25 日
In order to use a supervised classification NN, you need to train the net on previously classified examples.
If you don't have that, you could cluster (unsupervised classification) the applicants based on scores from different examples within the test.
However, I'm not exactly sure how you would use that info for 2-class classification.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および 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!