In this project, I tried to classify EEG data to positive and negative emotions using MLP and RBF with 2 different feature extraction methods:
1. Manual Feature Extraction
-Statistic features:
Variance, Max abs, Kurtosis, Skewness
-Features in frequency domain:
Theta, Alpha, Lbeta, Mbeta, Hbeta, Gamma, Median freq, Mean freq, Entropy, OBW, Max power, Band power
3. Evolutionary algorithms/swarm intelligence algorithms
- In phase 1, manual feature extraction methods are used and for feature selection I used Fisher with two views:
1. I used 1D Fisher to extract 60 features.
2. First I extracted 150 features with 1D Fisher, then I passed them to a multidimensional Fisher and got 60 features using calculating trace.
In main function, after getting features, noise is added in order to avoid overfitting.
In the end, features are passed to both MLP and RBF classifiers.
To validate the model, I used 5-fold cross-validation.
- In Phase 2, features are extracted using Evolutionary Algorithm.
Firts, 50 features with best scores are extracted using 1D Fisher, then a population with 50 chromosomes of size 50 is formed whose alleles are random index of features matrix.
To change in every generation, mutation and crossover is used.
In the end, features are passed to both MLP and RBF classifiers.
To validate the model, I used 5-fold cross-validation.
matlab科研助手
- 粉丝: 3w+
- 资源: 5989
最新资源
- 基于树莓派的人脸识别全部资料+详细文档+高分项目.zip
- 基于树莓派的甲醛,二氧化碳等环境监控全部资料+详细文档+高分项目.zip
- 基于树莓派的实时图传&数传(天空端)全部资料+详细文档+高分项目.zip
- 基于树莓派的食堂点餐系统嵌入式课设,全部资料+详细文档+高分项目.zip
- 基于树莓派的双目视觉智能小车全部资料+详细文档+高分项目.zip
- 基于树莓派的延时摄影程序全部资料+详细文档+高分项目.zip
- 基于树莓派和NODE的智能镜子项目全部资料+详细文档+高分项目.zip
- 基于树莓派的医疗语音识别应用全部资料+详细文档+高分项目.zip
- 基于树莓派使用运营商网络的免流量WIFI路由器全部资料+详细文档+高分项目.zip
- 基于树莓派网页控制LED和视频监控的项目全部资料+详细文档+高分项目.zip
- 基于树莓派实现ADIS16505 IMU的数据采集全部资料+详细文档+高分项目.zip
- 基于腾讯云IOT平台实现树莓派上面的蜂鸣器控制全部资料+详细文档+高分项目.zip
- 焊接机器人的分类及应用 - .pdf
- 焊接机器人工作站系统中焊接工艺的设计 - .pdf
- 焊接机器人工作站系统设计原则探讨 - .pdf
- 焊接机器人工作站在VHS高速列车转向架构架生产中的应用 - .pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈