Final-Project

EEG Eye State Classification Using Machine Learning Techniques

The project explores machine learning models for classifying eye states (open or closed) using EEG data.

Paper(Manuscript)

The full report can be found in paper.pdf.

Presentation slides

Slides for data description

Project Structure

FinalProject/
├── paper/              # Final paper and source file
│   ├── paper.Rmd       # R Markdown source of the report
│   └── paper.pdf       # Compiled PDF of the final report
│
├── slides/             # Presentation slides
│   ├── index.Rmd       # R Markdown source of the slides
│   └── index.html      # Rendered HTML slides (e.g., xaringan or revealjs)
│
├── code/               # Scripts for data processing and modeling
├── data/               # Raw or preprocessed EEG data
├── figures/            # Visualizations and exported plots
└── README.md           # Project overview and instructions

Models Used

Feature Engineering

Results

Dataset

Data: UCI EEG Eye State Dataset


For more information, please see the full report.