how to use Matlabs CNN with UCI dataset?
3 ビュー (過去 30 日間)
古いコメントを表示
Muhammad Zohaib Jan
2019 年 2 月 21 日
回答済み: Kaouter Karboub
2019 年 9 月 10 日
I am trying to classify UCI datasets which are basically 2 dimensional CSV files with a CNN. However, I am finding it difficult to setup the CNN. So far what I have been able to gather is that I am required to reshape the data into a 3dimensional matrix which i did but the CNN ended up performaing poorly. Any help regarding training a CNN with UCI classification datset will be helpful.
Thank you
0 件のコメント
採用された回答
Kaouter Karboub
2019 年 9 月 10 日
Dear friend,
So sorry for the late answer, I don t know if what am saying gonna help !! well...
U should at first keep in mind that CNN are after all used for Images classification not matrix , rather than using CNN u can use proudly the RNN or LSTM. other wise if somehow u r obliged to use CNN, u ve to start from the concept above and think about making ur data look like images, how ... simply u can represent the data using plot then spectrum then fit the given images into ur CNN.
Best of luck !
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および 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!