Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gradient-descent

Freeze, then unfreeze gradients of a trained parameter in PyTorch does not work

How to write cost function formula from Andrew Ng assignment in Octave?

Deep neural network diverges after convergence

Gradient Descent in linear regression

How to convert deep learning gradient descent equation into python

What does a.sub_(lr*a.grad) actually do?

tensorflow CNN mnist example training accuracy drops to 0.06 from 1 unexpectedly with large iteration

Why derivative of a function is used to calculate Local Minimum instead of the actual function?

RELU Backpropagation

How to create torch.tensor object and to update only some of its elements?

Does tf.zeros() return tf.get_variable()?

How do I switch tf.train.Optimizers during training?

Backpropagation for my own neural net to solve XOR not converging correctly

Linear Regression\Gradient Descent python implementation