Day 45 of 133
Transfer learning for vision + DSA Tries finish
Freeze vs fine-tune; AutoAugment vs RandAugment.
DSA · NeetCode Tries
- Word Search IIDSA · Tries
Interview questions to prep
- Why a trie over a hash map — what queries does the trie make cheaper?
- What's the time/space trade-off vs storing all suffixes?
- How would you support deletion or wildcard matching efficiently?
DL · Transfer learning for vision
Interview questions to prep
- When do you freeze the backbone vs fine-tune end-to-end?
- Why do you usually fine-tune with a lower learning rate than training from scratch?
Interview questions to prep
- Compare AutoAugment vs RandAugment — what's the simplification?
- When does heavy augmentation hurt instead of help — what's the failure mode?
References & further reading