gold: Seek parameters for logistic regression example. We have M samples of gold coins. Data includes g, the weight in grams, and y, a label of 0 for fake coins, 1 for real coins. We seek a logistic regression model y = 1 / ( 1 + exp ( - ( w(0) + w(1) * g(:) ) ) for which we need to estimate the weights w. Use gradient descent. Estimated weights W = (-2.31153,4.09254) Cutoff value for normalized data is 0.5648159147852301 Cutoff value is 33.554828373580094 Graphics saved as "gold.png" gold: Normal end of execution.