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!