numpy-neural-network
deep learning from scratch. uses numpy/cupy, trains in GPU, follows pytorch API
A proof of concept of a recursion doing stochastic gradient descent for a simple neural network. Done in Python3 with numpy