Week of June 7th
What I did
What I did
Pytorch uses tensors instead, similar to a numpy array
What I did
RMSprop is similar to gradient descent with momentum, but takes into consideration the sign of the gradient like this:
In order to implement a neural network, a solid understanding of Linear Algebra is needed for the forward pass, whereas vector calculus is needed for backpro...