Update README.md

Esse commit está contido em:
KietUwU
2023-04-12 17:25:03 +07:00
commit de GitHub
commit 8677401084
+3
Ver Arquivo
@@ -1,3 +1,6 @@
# PREDICTION-OF-VALENCE-AND-AROUSAL-VALUES-UTILISING-ELECTROENCEPHALOGRAM-EEG-SIGNALS- # PREDICTION-OF-VALENCE-AND-AROUSAL-VALUES-UTILISING-ELECTROENCEPHALOGRAM-EEG-SIGNALS-
Emotions is a very important parameter in Brain-Computer Interface, as it helps the computer to accurately identify the users intentions with their commands. However, it is a difficult task to identify human emotions as there are many variations to the outward physiological expressions (facial expressions, tone of voice, etc). The proposed method aims to apply machine learning in processing electroencephalogram (EEG) signals, which is tied to brain activity, to identify human emotions by predicting Valence and Arousal values using 4 regressors: k-Nearest Neighbours (KNN), Support Vector Machine for Regression (SVR), Random Forest (RF), and Linear Regression (LR). The EEG signal used is the DEAP dataset with 4 features: power spectral density (PSD), wavelet energy (WP), wavelet entropy (WE), Hjorths mobility (H2) and complexity (H3) extracted from 4 frequency bands: theta (4 - 8 Hz), alpha (8 - 12 Hz), beta (12 - 30 Hz), and gamma (30 – 64 Hz) using Welchs periodogram estimation, Discrete Wavelet Transform and Hjorth parameters. Cross-validation and feature standardisation is then employed to process the features before being fitted into the machine learning algorithms. The results show that the best predictions are made by KNN and SVR with beta and gamma-based features. Emotions is a very important parameter in Brain-Computer Interface, as it helps the computer to accurately identify the users intentions with their commands. However, it is a difficult task to identify human emotions as there are many variations to the outward physiological expressions (facial expressions, tone of voice, etc). The proposed method aims to apply machine learning in processing electroencephalogram (EEG) signals, which is tied to brain activity, to identify human emotions by predicting Valence and Arousal values using 4 regressors: k-Nearest Neighbours (KNN), Support Vector Machine for Regression (SVR), Random Forest (RF), and Linear Regression (LR). The EEG signal used is the DEAP dataset with 4 features: power spectral density (PSD), wavelet energy (WP), wavelet entropy (WE), Hjorths mobility (H2) and complexity (H3) extracted from 4 frequency bands: theta (4 - 8 Hz), alpha (8 - 12 Hz), beta (12 - 30 Hz), and gamma (30 – 64 Hz) using Welchs periodogram estimation, Discrete Wavelet Transform and Hjorth parameters. Cross-validation and feature standardisation is then employed to process the features before being fitted into the machine learning algorithms. The results show that the best predictions are made by KNN and SVR with beta and gamma-based features.
A thesis submitted to the School of Biomedical Engineering, International University, VNU, HCM in partial fulfilment of the requirements for the degree of Engineer