Projects

A growing collection of my research and development projects which I did both independently and under collaboration.

  1. kemophone.png
    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.
    #IoT #Tabular ML #Ensemble Learning #Wearable Sensing #Emotion Recognition #Stress Detection
    2025
  2. sift.png
    Benchmark Evaluation on Caltech101
    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
    2023
  3. meanface.png
    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.
    #Machine Learning #Face Recognition #Dimensionality Reduction
    2023
  4. kcs.png
    Detecting Korean Customs Fake Import Declarations
    Analyzed real customs data from Korea Customs Service and built a machine learning model to detect fake import declarations with over 91% accuracy.
    #Data Science #Fraud Detection #Classification
    2023
  5. calculator.gif
    Simple Calculator
    Developed a simple calculator using JavaScript for web basics
    #Web Development #JavaScript #UI
    2024
  6. spam-perceptron.gif
    Implementing Perceptron for Spam Classification
    Implemented and visualized a Perceptron classifier in action and utilized it for spam detection, comparing its performance with traditional ML models.
    #Machine Learning #Visualization #Spam Detection
    2023
  7. cs101.gif
    Animation Using Pillow
    Created an animated eps of a soccer player losing their leg while kicking the ball. One of my earliest coding projects, but it was fun!
    #OOP #Python #Animation
    2021