This repository contains research on classifying stress levels using Gaussian Mixture Models (GMMs) with a Bayesian approach.
The methodology leverages machine learning and statistical techniques, including the Expectation-Maximization (EM) algorithm, for estimating parameters of Gaussian mixtures in classification tasks.
The project uses the Nurse Stress Prediction: Wearable Sensors Dataset, available on Kaggle:
This dataset includes physiological and contextual data collected from wearable sensors for monitoring stress levels in real-world settings.
The following references provide background on Gaussian Mixture Models, clustering, and probabilistic approaches to machine learning:
-
Bishop, C. M. (2006). Pattern Recognition and Machine Learning. Springer.
-
McLachlan, G. J., & Peel, D. (2000). Finite Mixture Models. Wiley-Interscience.
-
Murphy, K. P. (2012). Machine Learning: A Probabilistic Perspective. MIT Press.
-
Hastie, T., Tibshirani, R., & Friedman, J. (2009). The Elements of Statistical Learning. Springer.
-
Reynolds, D. A. (2009). Gaussian Mixture Models. In Encyclopedia of Biometrics (pp. 659β663). Springer US.
-
McLachlan, G. J., & Basford, K. E. (1988). Mixture Models: Inference and Applications to Clustering. Marcel Dekker.
For detailed methodology, results, and analysis, please refer to the full report available in this repository.