/Pytorch

Primary LanguageJupyter Notebook

Pytorch

This repository contains the content for the course based on Pytorch and contains the fundamentals of when coding with Pytorch, Pytorch zero to GANs, and the PyTorch Tutorial. It deals with the following topics:

  1. PyTorch Matrices
  2. PyTorch Fundamentals - Variables and Gradients
  3. Linear Regression with PyTorch
  4. Logistic Regression with PyTorch
  5. Feedforward Neural Networks with PyTorch
  6. Convolutional Neural Networks (CNN) with PyTorch
  7. Recurrent Neural Networks
  8. Long Short Term Memory Networks
  9. Residual Networks (ResNets)
  10. Generative Adversarial Networks (GANs) (more in Pytorch Projects Portfolio)