Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 883 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 883 Bytes

Deep-Learning-with-PyTorch

PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab. It is free and open-source software released under the Modified BSD license.

Table of content

  • Basics
  1. Introduction to PyTorch
  2. Linear Regression
  3. Logistic Regression
  4. Feedforward Neural Network
  • Intermediate
  1. Convolutional Neural Network
  2. Deep Residual Network
  3. Recurrent Neural Network
  4. Bidirectional Recurrent Neural Network
  5. Language Model (RNN-LM)
  • Advanced
  1. Generative Adversarial Networks
  2. Variational Auto-Encoder

References

  1. PyTorch Learning: Tutorial
  2. Official License: PyTorch GitHub Link