Day 44 of 133

CNN architectures (AlexNet → ResNet → EfficientNet) + DSA Tries

What problem each generation solved. Residuals, 1×1 convs, depthwise separable.

DSA · NeetCode Tries

  • Interview questions to prep

    1. Why a trie over a hash map — what queries does the trie make cheaper?
    2. What's the time/space trade-off vs storing all suffixes?
    3. How would you support deletion or wildcard matching efficiently?
  • Interview questions to prep

    1. Why a trie over a hash map — what queries does the trie make cheaper?
    2. What's the time/space trade-off vs storing all suffixes?
    3. How would you support deletion or wildcard matching efficiently?

DL · CNN architectures

References & further reading