This is a neural network library modeled after the popular open-source library, tensorflow. It's built by first created a computation graph, adding in the proper operations needed in neural networks, then by applying gradient descent + backprop to that graph.
Will update soon