Skip to content

salikhussain71-code/-deep-learning-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Deep Learning with PyTorch

CNNs, RNNs, and Transformers implemented and trained from scratch in PyTorch.

Why

This repo tracks my progression through deep learning architectures — starting from basic feedforward networks up to full Transformer blocks — building each one to understand it rather than only using pretrained versions.

Models included

  • Feedforward neural network with manual backpropagation walkthrough
  • CNN for image classification
  • RNN / LSTM for sequence modeling
  • Transformer encoder block (multi-head attention, positional encoding, layer norm)

Structure

Each model has its own folder with the implementation, the dataset used, and a results table (accuracy/loss).

Tech stack

Python, PyTorch, NumPy, Matplotlib

Author

Salik Hussain — github.com/salikhussain71-code

License

MIT

About

CNNs, RNNs, and Transformers built from scratch in PyTorch

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors