Skip to content

Tashhfia/Pytorch-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Sometimes we just need to go back to basics, this repo tracks my progress while I revisit core PyTorch concepts.

Projects at a glance

01 — LinearRegression.ipynb

  • Simple linear regression in PyTorch
  • Trained with SGD + MSELoss
  • Clean training loop and loss curves

02 — Classification

  • Binary (make_circles): MLP trained with BCEWithLogitsLoss (apply sigmoid at inference)
  • Multiclass (make_blobs): MLP trained with CrossEntropyLoss (softmax at inference)

About

Some projects to review Pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors