๐Ÿง  [2025-06-04] MobileNetV2 Transfer Learning + Theory Review

Today was a combination of experimenting with MobileNetV2 and reviewing CNN-related concepts.
I resumed training on the real-time activity recognizer project using RGB input and pretrained weights, while brushing up on some Keras API logic and CNN structures.


๐Ÿ“š 1. What I Studied

I revisited core training logic and neural network components to better understand model behavior and callbacks.

โœ… Topics Reviewed


๐Ÿ” 2. Real-Time Activity Recognizer โ€” Experiment_C

After previous grayscale trials failed to improve performance, I returned to RGB format and ran a MobileNetV2-based experiment with pretrained ImageNet weights.


๐Ÿงช Experiment C โ€“ MobileNetV2 RGB Baseline


๐Ÿง  Key Takeaways


๐ŸŽฏ Next Steps


Not a breakthrough day โ€” but a stable, meaningful iteration.
The real-time recognizer pipeline is shaping up well.