PyTorch
PyTorch is a Python package that provides two high-level features:
Tensor computation (like NumPy) with strong GPU acceleration
Deep neural networks built on a tape-based autograd system
You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.
https://pytorch.org/
https://github.com/pytorch/pytorch
Tutorials
PyTorchZeroToAll (in English) - YouTube
https://www.youtube.com/playlist?list=PLlMkM4tgfjnJ3I-dbhO9JTw7gNty6o_2m
PyTorch 入門!人気急上昇中のPyTorchで知っておくべき6つの基礎知識
https://www.codexa.net/pytorch-python/
PyTorch Beginner Tutorial Tensors
https://www.nbshare.io/notebook/28337708/PyTorch-Beginner-Tutorial-Tensors/