A Minimalist Deep learning library
We introduce autoTensor, a wrapped pytorch tensor capable of backpropagation using automatic differntiation. (Even though, pytorch's tensor itself is made for AD :P )
Every function is an autoTensor that has a backpropagation channel to compute the gradients with respect to dependent autoTensor.