A growing collection of my research and development projects which I did both independently and under collaboration.
K-EmoPhone: Emotion and Stress Tracking
Benchmarked the K-EmoPhone mobile and wearable dataset for in-situ emotion and stress classification. Achieved 68.3% accuracy using a soft voting ensemble of XGBoost, and TabNet models. Focused on recent sensor-based physiological and self-reported data fusion.
Built K-means and Random Forest codebooks for bag-of-words representation, developed CNN models, and benchmarked against ResNet-50 using the Caltech101 dataset.
#Bag-of-words for Vision#Computer Vision#Classification
Comparison Between Traditional ML Architectures for Face Recognition
Compared PCA, low-dimensional PCA, PCA-LDA ensemble, and Random Forest for face recognition tasks. Evaluated subspace learning methods for joint reconstruction and discrimination.