๐Ÿง  Daily Study Log [2025-07-04]
Todayโ€™s work included structured experimentation in the SCU_Competition, SQL fundamentals study, and implementation + review of MobileNetV2 architecture.


๐Ÿ“Š SCU_Competition โ€” Submission 51โ€“55

Focus: Feature pruning, voting weight tuning, correlation filtering, and stacking re-evaluation
Goal: Further refine ensemble efficiency and eliminate redundant signals

Highlights:

Next Ideas:


๐Ÿ’พ SQL Practice โ€” Basic Data Modeling

What I Learned:

Reflection:


๐Ÿ“„ Paper Review โ€” MobileNetV2 (Day 4)

Focus: Final architecture summary + writing complete implementation in PyTorch

Todayโ€™s Progress:

Insight:


โœ… TL;DR

๐Ÿ“ SCU: Voting weight tuning and correlation-based feature filtering both helped improve model clarity
๐Ÿ“ SQL: Learned the essence of data modeling โ€” entities, attributes, relationships, and schema design
๐Ÿ“ CV: Successfully implemented MobileNetV2 core block with custom PyTorch code and tested it
๐Ÿ“ Next: Try Neural Style Transfer + continue SQL (JOINs) + MobileNetV2 vs ShuffleNetV2 paper comparison