Getting Started with Automatic Differentiation
Offered By: PyCon US via YouTube
Course Description
Overview
Explore automatic differentiation in Python through this 19-minute PyCon US talk. Gain intuition for derivatives and gradients, and discover their applications in optimization and computational art. Learn to use libraries like jax, TensorFlow, and PyTorch for automatic differentiation. Understand the concept of rate of change, see how to plot derivatives, detect edges in images, and implement gradient descent. Compare different methods for computing derivatives in Python and their respective advantages.
Syllabus
Intro
WRITING A NUMERIC PROGRAM
RATE OF CHANGE AS A SLOPE
AUTOMATIC DIFFERENTIATION IN PYTHON
PLOTTING DERIVATIVES
EDGES IN IMAGES
OPTIMIZATION WITH JAX
GRADIENT DESCENT
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube