Deep Learning Bootcamp 2 - bailingzheng/miniTorch GitHub Wiki

Learning Deep Representations Kaiming He, 2024 (https://youtu.be/D_jt-xO_RmI?feature=shared)

Deep learning is representation learning

  • represent raw data to solve complex problems
    • compression, abstraction, and conceptualization
    • raw data in different forms: pixels, words, waves, states, molecules, DNA, ...
  • compose simple modules into complex functions
    • build multiple levels of abstraction
    • learn by back propagation
    • learn from data
    • reduce domain knowledge and feature engineering

Going deep with neural nets

Sequence modeling