A collection of implementations in Deep Learning and Machine Learning by me. All models have been sanity-checked on a small batch, so they should be ready!
-
Generalized Linear Models: https://cs229.stanford.edu/lectures-spring2022/main_notes.pdf
-
Gaussian Discriminant Analysis: https://cs229.stanford.edu/lectures-spring2022/main_notes.pdf
-
Deep Neural Networks: https://cs231n.github.io/optimization-2/
-
Denoising Diffusion Probabilistic Models adopted from this github repository
-
DETR adopted from huggingface implementations