The amateur’s guide to explore Deep Learning#

Hello There !!!
I am an AI enthusiast and constantly exploring Deep Learning. These are my notes and codes that I constantly forget. These topics are mostly coded by me but referenced from many Authors, Youtube videos, Books and free articles over the internet, So even if you want to reuse these notes you can, free of cost 😊.
This guide is generally verified by my peers and the people that I know in this field and mostly by the readers of it. Please feel free to reach out to me if there is any issue the the documentation.
Contact Me#
github |
|
ML GUIDE |
|
Understand Any Topic For Free |
Implementation
- Logistic Regression From Scratch
- Neural Network From Scratch
- Transformer From Scratch
- References
- Architecture
- Embedding
- Positional Encoding
- Scaled Dot-Product Attention (SingleHead)
- MultiHead Attention
- Masked-MultiHead Attention (Optional)
- Self Attention Vs Cross Attention
- Add & Norm (Convergence Optimizations)
- Position-Wise Feed Forward Network
- Repeated Block
- Final Linear Layer and Softmax
- AutoGrad From Scrach
Architecture Components
Intuition
Additional Docs