-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drowsiness detection using EEG signals using DL #784
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
What are the CNN architectures you are planning to use here? |
Input Layer:
Convolutional Layers:
Combined Branch:
Global Pooling and Fully Connected Layers:
|
Since my dataset consists of EEG signals, I've experimented with various CNN architectures to find the best results. Additionally, I've incorporated an attention mechanism into my model to enhance its performance. |
Cool. Go ahead with this approach. Assigned @KamakshiOjha |
Hello @KamakshiOjha! Your issue #784 has been closed. Thank you for your contribution! |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Drowsiness Detection Using EEG Signals
🔴 Aim : To develop a deep learning model to detect drowsiness from EEG signals using various algorithms and compare their performance to identify the best-fitted algorithm based on accuracy scores.
🔴 Dataset : https://figshare.com/articles/dataset/EEG_driver_drowsiness_dataset/14273687
🔴 Approach :
Exploratory Data Analysis (EDA):
Model Development:
Model Training and Evaluation:
Visualization and Conclusion:
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: