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
342 stars 294 forks source link

Detecting Stress Levels from PPG Sensor Data using ANN #889

Open harshdeshmukh21 opened 1 month ago

harshdeshmukh21 commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Detecting Stress Levels from PPG Sensor Data using Neural Networks.
:red_circle: 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).

:red_circle: Dataset : https://www.kaggle.com/datasets/vinayakshanawad/heart-rate-prediction-to-monitor-stress-level?select=Train+Data
:red_circle: 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 :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: 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

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! šŸ˜Š

harshdeshmukh21 commented 1 month ago

@abhisheks008 Please have a look.

abhisheks008 commented 1 month ago

Hi @harshdeshmukh21 what are the deep learning models you are planning to implement here for this problem statement?

harshdeshmukh21 commented 1 month ago

@abhisheks008 I'll be using a Feedforward Neural Network using TensorFlow, consisting of: Input Layer: With features derived from PPG data. Hidden Layers: Multiple dense layers with ReLU activation functions. Output Layer: A softmax layer for classifying stress levels into three categories.

abhisheks008 commented 1 month ago

@abhisheks008 I'll be using a Feedforward Neural Network using TensorFlow, consisting of: Input Layer: With features derived from PPG data. Hidden Layers: Multiple dense layers with ReLU activation functions. Output Layer: A softmax layer for classifying stress levels into three categories.

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.

harshdeshmukh21 commented 1 month ago

@abhisheks008 I am not doing it for GSSOC. But I'll share the other 2 algorithms very soon.

abhisheks008 commented 1 month ago

@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.

harshdeshmukh21 commented 4 weeks ago

@abhisheks008 The project will utilise a machine learning pipeline incorporating CNN, LSTM, and Feedforward Neural Networks to predict stress levels from PPG sensor data, including preprocessing, feature engineering, model evaluation.

abhisheks008 commented 4 weeks ago

Assigned @harshdeshmukh21