Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.89 KB

topdown.md

File metadata and controls

47 lines (32 loc) · 1.89 KB

Top down

Deep Learning

You should be able to implement, on your own, automatic differentiation, your own neural network library, build your own linear algebra backend for CPU and GPU and should be comfortable implementing your own MLPs, ConvNets, RNN, and Transformer architectures. You should understand hardware acceleration.

Mastery Topics

  • You should have an intuition for softmax

Social

Resources

Prerequisites

  • Linear Algebra
  • Machine Learning
  • Differential Calculus

Computational Linear Algebra

Differential Calculus