octave

fminunc alternate in numpy

fminunc alternate in numpy Question: Is there an alternative to the fminunc function (from octave/matlab) in python? I have a cost function for a binary classifier. Now I want to run gradient descent to get minimum value of theta. The octave/matlab implementation will look like this. % Set options for fminunc options = optimset(‘GradObj’, ‘on’, …

Total answers: 5