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

11 ビュー (過去 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)
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
(after reshaping them)
  3 件のコメント
Ri go
Ri go 2024 年 12 月 8 日
as a side note i want to also point that the -.set- files contain multiple variables as in like containing variable name, group, age, etc, and has the variable data which is the eeg reading, i want to know if that would also influence when doing a neural network
and well the difference is as far as i know the fact that for a convolutional network it uses this command that its only for images, and i haven't found if it can be used with just matrices of numbers
Purvaja
Purvaja 2025 年 8 月 28 日
Hey @Ri go,
As @Matt J said, it depends upon what you expect as your output. Like are you performing classification or regression? Also I don't see why you can't apply CNNs here, CNNs can also be applied to 1D or 2D numeric matrices. For EEG, people often use 1D CNNs across the time dimension (channels × time). This avoids the need to treat EEG as a “fake image.”
Since EEG is a time series, recurrent networks are often a better fit. MATLAB supports sequenceInputLayer, which works directly with channel × time sequences, so you wouldn’t need to force the data into an image format.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeEEG/MEG/ECoG についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by