Skip to content

waddason/pytorch

 
 

Repository files navigation

Table of Contents

  • Getting started

    • Overview: the machine learning process

    • Pytorch & other tools, installation

    • Project: Fashion MNIST

  • Tensors

    • What's a tensor?

    • Operations on tensors

    • Tensor calculus

    • Project: Images

  • Differentiation

    • Differential calculus

      • Derivative, partial derivative

      • Gradient, Jacobian Matrix,

      • Differential, Chain rule

      • higher order differential calculus

    • Differentiable programming:

      • Automatic differentiation

      • Computation graph

      • Forward/backward differentiation

      • In Pytorch

      • Tensor, Variable, Function

    • Project: Hamiltonian mechanics (?)

  • Optimization

    • Concepts

    • Torch optimizers

    • Project: Quadratic function / Rosenbrock function / Map (?)

  • Datasets

    • Tables & pandas

    • ... (structure & formats & tools "in the wild"?)

  • Machine learning

    • Linear models

    • Logistic regression

    • Neural networks

References

About

CPMS_2024_BOISGERA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%