🧠 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.


πŸ’‘ Project Idea β€” Taste by Color: Visual Food Flavor Predictor

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


πŸ§ͺ Competition β€” Electricity Usage Forecasting (DACON)

22. Time Γ— Building Type Voting Ensemble

Split data by:

For each of the resulting 24 subgroups, trained a VotingRegressor (XGB + LGBM + GBR).
Also introduced new feature combinations:

πŸ“Š Results


βœ… TL;DR

πŸ“ Idea: Taste-by-Color β€” food image β†’ flavor profile classifier
πŸ“ Competition: Best-performing Voting Ensemble using Time Γ— Building segmentation (SMAPE: 9.6145)