Thread Subject:
EEG SIGNALS CLASSIFICATION

Subject: EEG SIGNALS CLASSIFICATION

From: MESBAH Amine

Date: 29 Apr, 2012 12:40:08

Message: 1 of 5

I want to apply LDA for only dimensionality reduction and classify signals after that with SVMTRAIN and SVMCLASSIFY.
I've used PCA + SVMTRAIN + SVMCLASSIFY to classify EEG SIGNALS.
I want to compare between tow methods (PCA + SVM) AND (LDA + SVM).
So I need "Linear Discriminant Analysis (LDA)" code for dimensionality reduction.

Subject: EEG SIGNALS CLASSIFICATION

From: Greg Heath

Date: 30 Apr, 2012 03:47:44

Message: 2 of 5

On Apr 29, 8:40 am, "MESBAH Amine" <kerami...@gmail.com> wrote:
> I want to apply LDA for only dimensionality reduction and classify signals after that with SVMTRAIN and SVMCLASSIFY.
> I've used PCA + SVMTRAIN + SVMCLASSIFY to classify EEG SIGNALS.
> I want to compare between tow methods (PCA + SVM) AND (LDA + SVM).
> So I need "Linear Discriminant Analysis (LDA)" code for dimensionality reduction.

help classify
doc classify

help ClassificationDiscriminant
doc ClassificationDiscriminant

Hope this helps.

Greg

Subject: EEG SIGNALS CLASSIFICATION

From: MESBAH Amine

Date: 30 Apr, 2012 15:56:07

Message: 3 of 5

Thank you Greg,
but, I think that I can't use CLASSIFY for dimensionality reduction :(

Subject: EEG SIGNALS CLASSIFICATION

From: Greg Heath

Date: 30 Apr, 2012 19:47:34

Message: 4 of 5

On Apr 30, 11:56 am, "MESBAH Amine" <kerami...@gmail.com> wrote:
> Thank you Greg,
> but, I think that I can't use CLASSIFY for dimensionality reduction :(

Correct. Sorry for the Bum Steer.

Re using ClassifierDiscriminant:

I no longer use the linear and quadratic discriminant functions.They
are designed to minimize the ratio of sum(within-class squared
Mahalanobis distance) to sum(between-class squared Mahalanobis
distance), not
classification error rate. As a result, time is spent estimating
covariance matrices, even when there is not enough data to obtain
precise estimates. In addition, dimensionality reduction results in
eliminating variables in a transformed space, not original variables.

My alternative is to use STEPWISE or STEPWISEFIT to directly
eliminate variables, squared variables and/or crossproducts. The
classifier is designed to minimise MSE between target and predicted
class posterior probabilities. Class assignments are made to the class
corresponding to
of the maximum predicted posterior.

Hope this helps.

Greg

Subject: EEG SIGNALS CLASSIFICATION

From: jaseemlulu@gmail.com

Date: 7 Mar, 2013 17:00:29

Message: 5 of 5

assalamualaikum,
sir,
    At first sorry for posting this in this......My name is MOHAMMED JASEEM.K.M. I am doing my final year B.E. BIOMEDICAL ENGINEERING at COLLEGE OF ENGINEERING GUINDY, ANNA UNIVERSITY, CHENNAI, INDIA........
I am doing my final year project on decoding viewed alphabets from subjects EEG signals and i need your help to specify the methode of classification and if possible please mail any MATLAB coding to read the obtained EEG data in MS excel file and analysing it for classification of the two alphabets namely 'Y' AND 'N'......... kindly waiting for your response !!!!!
emailid: jaseemlulu@gmail.com

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
classification MESBAH Amine 29 Apr, 2012 08:58:53
eeg MESBAH Amine 29 Apr, 2012 08:58:37
pca MESBAH Amine 29 Apr, 2012 08:58:13
svm MESBAH Amine 29 Apr, 2012 08:58:07
lda MESBAH Amine 29 Apr, 2012 08:44:08
rssFeed for this Thread

Contact us