🧠 Daily Study Log [2025-07-23]
Today’s focus was on idea generation, competition modeling, paper review and practical implementation, along with team discussion and feedback sharing.
A solid day of both solo and collaborative learning.
Outlined a new NLP project designed to identify potentially deceptive or promotional movie reviews.
The model focuses on mismatches between star ratings and textual sentiment, along with reviewer metadata to detect anomalies.
Key elements:
Continued TOEIC study with a focus on consistency.
Practiced grammar (e.g. part 5), phrasal verbs, and reading sections.
Goal was to reinforce habits and maintain test readiness.
Tracked submission progress and improvements across multiple experiments:
No. | Description | Details | SMAPE |
---|---|---|---|
4 | RandomSearchCV tuning (XGBoost) | Basic feature set, 3-fold CV | 17.75976 |
5 | Hold-out validation + Feature Engineering | Date-based split, temporal + building features + Voting ensemble | 16.15700 |
6 | Optuna tuning + Ensemble | Individually tuned XGB/LGBM/GBR with Optuna, then ensembled | 11.33852 |
Notes:
Next plans:
StackingRegressor
instead of votingCompleted the full reading of the paper and prepared for implementation.
Key takeaways:
Tested 2D skeleton extraction from a YouTube video of 국민체조 (National Calisthenics).
Extracted frames and processed them using pose estimation code.
Uploaded the notebook: 2D_Pose_Feature_Builder.ipynb
This forms the foundation for further experiments in skeleton similarity and feedback systems.
📍 Idea: Designed “Trust or Trick?” suspicious review detection project
📍 TOEIC: Practiced grammar, reading, and reviewed idioms
📍 Competition: Logged 3 key submissions; Optuna + ensemble was the strongest
📍 Paper: Fully read HDVR paper and prepared to implement
📍 Practice: Ran 국민체조 2D skeleton estimation
📍 Study Group: Shared code and discussed paper-based extensions