Mental Health Classifier

Project Type: AI/ML · Binary Classification

Overview

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.

Motivation

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.

Approach

Technologies Used

Python, Pandas, PyTorch, Scikit-learn

🔗 View GitHub Repository

← Back to Portfolio