I'm not 100% sure I had all of my code in correctly by this point, but I got an overflow error when I tried to fit the logistic model example using gradient descent on p. 194. This seemed to stem from an overflow problem with running the logistic_log_partial_ij function. I did not have this problem when fitting the model with stochastic gradient descent.
I'm not 100% sure I had all of my code in correctly by this point, but I got an overflow error when I tried to fit the logistic model example using gradient descent on p. 194. This seemed to stem from an overflow problem with running the
logistic_log_partial_ij
function. I did not have this problem when fitting the model with stochastic gradient descent.