π§ Daily Study Log [2025-08-03]
From creative computer vision ideas to leaderboard-breaking ensemble tuning β today was a good balance of ideation and implementation.
Proposed a fun computer vision system that predicts flavor profiles (sweet, spicy, sour, etc.) based on food image color features.
Inspired by human heuristics like:
βRed-orange = spicy?β βLight brown = sweet?β
Core concept:
π View full idea
Split data by:
For each of the resulting 24 subgroups, trained a VotingRegressor (XGB + LGBM + GBR).
Also introduced new feature combinations:
hour_sin
, hour_cos
(cyclical time features)λλ°©_x_μκ°
, λ©΄μ _x_μμΌ
(crossed variables)π Results
π Idea: Taste-by-Color β food image β flavor profile classifier
π Competition: Best-performing Voting Ensemble using Time Γ Building segmentation (SMAPE: 9.6145)