The project explores machine learning models for classifying eye states (open or closed) using EEG data.
The full report can be found in paper.pdf
.
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
Data: UCI EEG Eye State Dataset
For more information, please see the full report.