ai
PyTorch Design Philosophy
This is an ongoing note around Pytorch and its quirks. PyTorch is a library for Neural Net model building using Python. It provides: a) an array-based programming model, known as Tensors b) an automatic differentiation engine, utilizing the chain-rule of differentiation c) hardware acceleration through cuDNN, parallelization, and graph optimizers