Deep Learning Study Roadmap

Deep Learning Study Roadmap

  • Train a pytorch model for MNIST Classification
  • Train multiple MLP models for MNIST without non-linearity
  • Train multiple MLP models for MNIST with non-linearity
  • Implement PyTorch Tutorials
  • Implement Pointer-Network example from <>
  • Implement Match-LSTM from
  • Implement r-net from