I'm building my own PyTorch from scratch, Implementing multiple core features like tensors, autograd, NN layers, optimizers, and more.
The core engine will be written in C++/CUDA for performance, with a Pythonic, PyTorch-like API.
starting C++ from today.