Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.32 KB

File metadata and controls

25 lines (14 loc) · 1.32 KB

Pytorch Implementations from scratch

Hello coders! 👋

I will be implementing deep learning architectures right from artificial neural networks to transformers and many more. As I move on with my learnings, I'll keep on consistently updating this repository with new code implementations.

🚀 Included Codes

Algorithmns covered so far...

✔️ NN
✔️ CNN
✔️ RNN
✔️ LSTM
✔️ GRU
✔️ BRNN
✔️ LeNet
✔️ Inception-Net
✔️ VGG-Net