Learn PyTorch
What is PyTorch
Predictive modeling with deep learning is a skill that modern developers need to know.
PyTorch is the premier open-source deep learning framework developed and maintained by Facebook.
PyTorch is a Python-based scientific computing package serving two broad purposes:
-
A replacement for NumPy to use the power of GPUs and other accelerators.
-
An automatic differentiation library that is useful to implement neural networks.