Skip to content

iamisha/Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch Deep Learning

This repository contains my notes and practice code based on the "Deep Learning with PyTorch - Full Course" playlist on YouTube by freeCodeCamp.org.

📚 Learning Source

Deep Learning with PyTorch - Full Course

This playlist covers:

  • Tensors and basic operations
  • Building neural networks from scratch
  • Using torch.nn, torch.optim, and torch.utils.data
  • Image classification
  • Model training and evaluation
  • Saving and loading models

🛠 Requirements

  • Python 3.7+
  • PyTorch
  • Jupyter Notebook (optional, for experimenting)

Install dependencies:

pip install torch torchvision

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors