How to form my target vector for neural network to classify eeg signal?
古いコメントを表示
I am trying to classify eeg signals using neural network from the data collected form 5 tasks(classes). I obtain my data from 7 electrode. The data size for each task is 7x2500. I applied a notch and bandpass filter to eliminate noise. I then performed a 64-point fft to individual tasks row wise to give a matrix of 7x64. From this fft matrix I made it into a single vector, that is each column was transposed into rows to give 448x1 vector. 5 such vectors were made for 5 tasks and concatenated into a single matrix to give a 448x5 matrix. This will be my input matrix in the neural network. I m stuck in the target vector. I have 5 classes. Pls help me with the target vector. Thanks.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!