Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 543 Bytes

jovian_DeepLearning

Here, I store my work from the course Deep Learning with PyTorch. This repository covers the following topics:

  1. PyTorch Basics & Tensor Operations
  2. Linear Regression
  3. Logistic Regression
  4. Training Deep Neural Networks on a GPU
  5. Feedforward Neural Networks
  6. Image Classification with Convolutional Neural Networks
  7. Data Augmentation, Regularization & ResNets
  8. Generative Adversarial Networks and Transfer Learning

Project 1 - Flowers Classification Project (Image Processing)

Work under progress..