Skip to content

meshbykartick/Deep_Learning_Using_Pytorch

Repository files navigation

Deep Learning using PyTorch

A collection of deep learning implementations in PyTorch, covering fundamental architectures and training pipelines.
This repository serves as a learning and reference resource for building neural networks from scratch and using PyTorch modules.

In this Repository we have build simple Neural Networks Using Pytorch. For more detailed understanding you may visit This Youtube Playlist

You can visit all the Notebook for Implementation in Google Colab. Open In Colab


📚 Contents

🔹 Feedforward & Basic Models


🔹 Convolutional Networks


🔹 Advanced Architectures


🔹 Utilities

🔹 Applications

Exploring applications of neural networks in approximation and generalization:


⚙️ Requirements

  • Python 3.8+
  • PyTorch
  • torchvision
  • matplotlib, numpy

Install dependencies:

pip install torch torchvision matplotlib numpy

About

From Basic Neural Networks from Scratch | ANN | CNN | FNO | GAN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published