dsgiitr/d2l-pytorch
A PyTorch implementation of the Dive Into Deep Learning textbook with Jupyter notebook examples covering deep learning fundamentals.

This repository adapts the popular Dive Into Deep Learning book for PyTorch, converting MXNet code examples into PyTorch implementations. It provides Jupyter notebooks covering fundamentals like data manipulation, linear algebra, automatic differentiation, and progresses through deep learning topics including computer vision and NLP models. The content serves as both a learning resource and reference implementation for deep learning practitioners.