Skip to content

ottoglass/CCGAN-SVM-EEG-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCGAN-SVM-EEG-Classifier

This project combines Conditional Generative Adversarial Networks (CCGAN) and Support Vector Machines (SVM) to classify EEG data. It aims to improve the accuracy of EEG classification by generating synthetic data to augment the training dataset.

Features

  • EEG data preprocessing
  • Synthetic EEG data generation using CCGAN
  • EEG data classification using SVM

Requirements

  • Python 3.8 or later
  • TensorFlow 2.x
  • scikit-learn
  • numpy

Usage

  1. Clone the repository
  2. Install the required packages: pip install -r requirements.txt
  3. Run the main script: python main.py

License

This project is licensed under the GPLv3 License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages