Project Type: AI/ML · Binary Classification
This project explores the impact of remote work on mental health by training a neural network to predict depression based on survey responses. The dataset includes demographic and work-related features, all of which are encoded and used to train a PyTorch-based model.
As remote work continues to grow, there’s a growing concern about its long-term impact on employee well-being. This project aims to understand which factors most significantly correlate with mental health conditions like depression and whether we can reliably predict risk using basic survey data. The goal is to use machine learning not just for prediction, but also to inform better workplace strategies and support systems.
pandas.factorize()
train_test_split() from Scikit-learn
Python, Pandas, PyTorch, Scikit-learn
← Back to Portfolio