dibgerge / ml-coursera-python-assignments

Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
5.44k stars 2.15k forks source link

Exercise 3 oneVsAll #106

Open sencer4898 opened 2 years ago

sencer4898 commented 2 years ago

This is what my code looks like. I followed the instructions correctly, using the 'CG' method and 50 iterations. However, my answer is not accepted. I suppose that it is due to some changes in the scipy function (thus better optimization) because I get an accuracy of 95.2%, better than what is expected (95.1%). What should I do? image

Accuracy: image