Skip to content

This repo is a implementation to classify amblyopia using ESTCNN model.

Notifications You must be signed in to change notification settings

NicoleRR2001/amblyopia-ESTCNN

Repository files navigation

amblyopia-ESTCNN

This repo is an implementation to classify amblyopia using ESTCNN model. ESTCNN is a CNN model to extract features of EEG data.

The dataset is obtained from some hospital in Beijing and it is not publicized. There are 80 testees in total and the task is a 4-class classification task, including N(normal),L(Left),R(right),B(binoculus). The sample rate is fixed and it is 500hz. There are 17 channels in total.

We dived into twe series of experiments. One of them is the impact of window size(the length of the signal) on the model. We seperate data into seven lengths, 250-3000(duration time 0.25-3 seconds).

The other is the impact of the order of electrodes on the model, including five orders: order based on Shannon Entropy, order based on 10-20 system, order based on electrodes of left and right brains and order based on the power of electrodes.

Order Accuracy
Shannon Entropy99.73
10-20 System99.63
Power98.45
Left-Right98.75

About

This repo is a implementation to classify amblyopia using ESTCNN model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages