🧠 [2025-05-29] Fine-Tuning the Real-Time Recognizer + CIFAR-10 CNN Practice

Today I focused on two key areas:

  1. Continuing CNN architecture studies with CIFAR-10 as a baseline dataset
  2. Running two major experiments on the Real-Time Daily Activity Recognizer, which I had fully reset yesterday (2025/05/28)

πŸ§ͺ 1. CIFAR-10 CNN Classifier (Book-based Practice)

As part of my deep learning fundamentals, I replicated a CNN-based CIFAR-10 classifier following a book tutorial.

βœ… What I Did

🧠 Key Takeaways


πŸ” 2. Real-Time Activity Recognizer β€” Model Experiments

After resetting the project yesterday, I ran two structured experiments today aimed at improving validation performance and resolving class confusion (notably with brushing_teeth).


πŸ§ͺ Experiment A – Fine-Tuning with Class Weighting


πŸ§ͺ Experiment B – Addressing Class Confusion


🧠 Overall Insights

β€œRefining after a reset works β€” and clearer logs give better direction.”


🎯 Next Steps


Even though I started fresh yesterday, today marked the first meaningful progress in the rebuilt pipeline.
Performance is improving steadily β€” and I’m just getting started.