Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.29 KB

File metadata and controls

54 lines (37 loc) · 1.29 KB

My PyTorch Learning Journey

================================

A collection of Jupyter Notebooks and resources to help me learn PyTorch and deep learning.

Table of Contents


Notebooks

Resources

Goals

Notebooks


This repository contains a series of Jupyter Notebooks that cover various topics in PyTorch and deep learning, including:

  • PyTorch basics
  • Neural networks
  • Convolutional neural networks (CNNs)
  • Recurrent neural networks (RNNs)
  • Transfer learning
  • Long-Short term memory(LSTMs)
  • seq2seq model
  • seq2seq model with attention
  • Transformer
  • Fine-tuning LM

Resources


  • PyTorch documentation
  • PyTorch tutorials
  • Deep learning CampusX

Goals


  • Learn the basics of PyTorch and deep learning
  • Implement various deep learning architectures using PyTorch
  • Apply deep learning to real-world problems

Progress


  • Complete PyTorch basics notebook
  • Complete PyTorch Training Pipeline
  • Implement a simple neural network using PyTorch
  • Model Training using Dataset and Dataloader Class