Where can I find a code for Deep Learning Neural Network model that has all mathematical calculations implemented?
I have a project idea, I know how NN works, I had created very simple projects earlier. Since I don't know calculus and all that kind of a maths required to completely understand NN's, I don't want to bother learning all them, because I don't even know that the project I'm up to create would work or not. So, I just need a mathematically implemented multi-layered NN, where I can set the amount of hidden, input and output layers there will be. Inputs are just going to be float numbers as well as the output. I couldn't find any online, I guess I didn't know what to search for in my case. I know, that is not actually a question. Maybe we could think this as somewhat a place for Deep Learning resource so that other people searching for such a thing can also benefit. edit: What I need is just a deep nn model with feedforward and backpropagation methods are properly implemented that works fine with any size of layers.