π§ Daily Study Log [2025-07-25]
A multi-threaded day of ideation, modeling, implementation, and reading.
Progressing steadily toward motion feedback systems and competition optimization.
Proposed a lighthearted but data-driven idea to predict underarm sweat visibility based on weather, clothing, and user activity.
Studied:
Keeping consistent progress in test prep.
Participated in team meeting to discuss concept refinement.
Reviewed key components for smart farming applications.
Wrapped up initial implementation for pose-based motion comparison system.
Successfully tested locally in VS Code after running feature extraction on Colab.
.npy
data downloaded from Colab and configured properlyThis marks the first real deployment of a full feedback pipeline using pose data.
β Day 2 β Literature & Method Review
Focused on methods for aligned motion scoring:
Planned next step: implement 2D version of skeleton angle extraction + scoring.
Ran 3 submissions today with various tuning strategies:
No. | Description | SMAPE |
---|---|---|
13 | Voting Ensemble + Full Feature Expansion | 12.38430 |
14 | XGBoost + SelectFromModel Feature Selection | 11.65735 |
15 | XGBoost + Literature-Inspired Features | 11.73231 |
π Idea: Sweat Forecast β pit stain risk predictor using weather/activity
π TOEIC: Part 3 listening + reading
π Team: Strawberry smart farm discussion
π Project: PoseSyncEvaluator deployed locally (Streamlit success)
π Paper: Studied SHAP + DTW-based scoring method
π Competition: 3 new submissions (best SMAPE: 11.657)
π Next: Scoring model implementation + feature enhancement