├── LICENSE ├── README.md ├── creating_vector.py ├── features_raw.csv ├── labels_0.dat ├── labels_1.dat ├── labels_2.dat ├── labels_3.dat ├── load_deap.py ├── svm_clas.py └── train.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/README.md -------------------------------------------------------------------------------- /creating_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/creating_vector.py -------------------------------------------------------------------------------- /features_raw.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/features_raw.csv -------------------------------------------------------------------------------- /labels_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/labels_0.dat -------------------------------------------------------------------------------- /labels_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/labels_1.dat -------------------------------------------------------------------------------- /labels_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/labels_2.dat -------------------------------------------------------------------------------- /labels_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/labels_3.dat -------------------------------------------------------------------------------- /load_deap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/load_deap.py -------------------------------------------------------------------------------- /svm_clas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/svm_clas.py -------------------------------------------------------------------------------- /train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raghav714/EEG-Emotion-classification/HEAD/train.csv --------------------------------------------------------------------------------