/pytorch-playground

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyTorch Playground

This will cover my code experiments, recipes, and helpful resources for PyTorch.

Resources


Basic PyTorch

  • Machine Learning with PyTorch and Scikit-Learn (Sebastian Rashcka et al)

    • covers fundamentals of PyTorch (intro, common workflows)
    • working with models created from scratch (nn.Sequential and subclassing nn.Module)
    • highlights: lightning API, tensorboard
  • Deep Learning with PyTorch (Eli Stevens et al)

    • explains the basic PyTorch modules and their connection to ML concepts
    • Torch Hub - a standardized way to load models and weights from any project with an appropriate hubconf.py file (Chap 2.4)

By Topic


Advanced PyTorch

By Topic