Skip to content

Andrew-Ng-s-number-one-fan/PyTorch-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

PyTorch & Keras Tutorials

Learning PyTorch

Learning PyTorch Lightning

Image/Video

Text

  • 01 - Sequence-to-Sequence Modeling with nn.Transformer and TorchText

  • 02 - NLP From Scratch: Classifying Names with a Character-Level RNN

  • 03 - NLP From Scratch: Generating Names with a Character-Level RNN

  • 04 - NLP From Scratch: Translation with a Sequence to Sequence Network and Attention

  • 05 - Text Classification with TorchText

  • 06 - Language Translation with TorchText

  • 07 - Transformers

Audio

  • 01 - TorchAudio Tutorial

Reinforcement Learning

  • 01 - Reinforcement Learning (DQN) Tutorial

Model Optimization

  • 01 - Pruning Tutorial

  • 02 - (Experimental) Dynamic Quantization on an LSTM Word Language Model

  • 03 - (Experimental) Dynamic Quantization on BERT

  • 04 - (Experimental) Static Quantization with Eager Mode in PyTorch

  • 05 - (Experimental) Quantized Transfer Learning for Computer Vision Tutorial

Parallel and Distributed Training

  • 01 - Single-Machine Model Parallel Best Practices

  • 02 - Getting Started with Distributed Data Parallel

  • 03 - Writing Distributed Applications with PyTorch

  • 04 - Getting Started with Distributed RPC Framework

  • 05 - (Advanced) PyTorch 1.0 Distributed Trainer with Amazon AWS

  • 06 - Implementing a Parameter Server Using Distributed RPC Framework