i've been trying to investigate what neural network type would work the best for my type of project, basically multiple datasets of matrices of only numbers, no images
10 ビュー (過去 30 日間)
古いコメントを表示
i've tried to read from all sources from matlab but so far i can't really have an answer on what would be best to be used to create a neural network in which i can input multiple files of separated datasets in which each one has its own matrix of data (that i flip and rot90 because they are essentially flipped and inverted, possibly from openneuro's page format or creator https://openneuro.org/datasets/ds004504/versions/1.0.7 )
btw i already tried to look into convolutional, but as far as i read it only works with images and requires a lot of workaround to make it work with matrices of text/numbers
(the openneuro is made of 19 channels)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1819934/image.png)
and i also have another dataset that involves the whole thing in one string that i then reshape into its 16 channels http://brain.bio.msu.ru/eeg_schizophrenia.htm
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1819939/image.png)
(after reshaping them)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1819944/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1819949/image.png)
2 件のコメント
Matt J
2024 年 12 月 8 日
To recommend a network architecture, it is not enough to know what the input is. We need to know what the target output is as well. Also, what do you see as the difference between a matrix of numbers and an image?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!