abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
316 stars 290 forks source link

Drowsiness detection using EEG signals using DL #790

Closed KamakshiOjha closed 1 week ago

KamakshiOjha commented 2 weeks ago

Pull Request for DL-Simplified šŸ’”

Issue Title : Drowsiness detection using EEG signals using DL

Closes: #784

Describe the add-ons or changes you've made šŸ“ƒ

  1. New Model Implementation: I have implemented a CNN architecture specifically tailored for processing EEG signals. This model consists of convolutional layers followed by max-pooling layers to extract relevant features from the EEG data.
  2. Training and Evaluation: I have trained the new model on a dataset of EEG signals labeled with drowsiness states. After training, I evaluated the model's performance using appropriate metrics such as accuracy, precision, recall, and F1-score.
  3. Documentation Updates: I have updated the project documentation to include details about the new model, its architecture, and usage instructions. This ensures that other developers can easily understand and utilize the new addition to the project.

Type of change ā˜‘ļø

What sort of change have you made:

How Has This Been Tested? āš™ļø

Describe how it has been tested - use of 3 different type of models to test which one has the best accuracy.

Checklist: ā˜‘ļø

github-actions[bot] commented 2 weeks ago

Our team will soon review your PR. Thanks @KamakshiOjha :)

KamakshiOjha commented 2 weeks ago

I have added the files, can you please review the work?

KamakshiOjha commented 2 weeks ago

I have added the files, can you please review the work?