-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Detecting Stress Levels from PPG Sensor Data using ANN #889
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
@abhisheks008 Please have a look. |
Hi @harshdeshmukh21 what are the deep learning models you are planning to implement here for this problem statement? |
@abhisheks008 I'll be using a Feedforward Neural Network using TensorFlow, consisting of: |
Hi @harshdeshmukh21 you need to implement at least 3 deep learning models for any problem statement. Please update your approach and get back to me ASAP, as the deadline of the GSSOC is today 7 PM IST. |
@abhisheks008 I am not doing it for GSSOC. But I'll share the other 2 algorithms very soon. |
Cool then, you can take your time and get back to me. |
@abhisheks008 The project will utilise a machine learning pipeline incorporating CNN, LSTM, and Gated Recurrent Unit (GRU) to predict stress levels from PPG sensor data, including preprocessing, feature engineering, model evaluation. |
Assigned @harshdeshmukh21 |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Detecting Stress Levels from PPG Sensor Data using Neural Networks.
🔴 Aim : The goal of this project is to predict stress levels using features derived from Photoplethysmography (PPG) sensor data by employing Artificial Neural Networks (ANNs).
🔴 Dataset : https://www.kaggle.com/datasets/vinayakshanawad/heart-rate-prediction-to-monitor-stress-level?select=Train+Data
🔴 Approach : This article describes a machine learning approach to predict stress levels using photoplethysmography (PPG) data and heart rate variability (HRV) features. The pipeline includes data preprocessing, feature engineering, training an artificial neural network model, evaluating its performance, and deploying the model as a web application for real-time stress predictions.
📍 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. 😎
@abhisheks008 Can I add this project to this repository. I think it will be a great addition to DL-Simplified
The text was updated successfully, but these errors were encountered: