admin管理员组

文章数量:1594249

斯坦福大学机器学习讲义及作业题地址点击打开链接

1. [15 points] Logistic Regression: Training stability

In this problem, we will be delving deeper into the workings of logistic regression. The goal of this problem is to help you develop your skills debugging machine learning algorithms(which can be very different from debugging software in general).Please do not modify the code for the logistic regression training algorithm for this problem.
First, run the given logistic regression code to train two different models on A and B.

数据来源dataA点击打开链接

数据来源dataB点击打开链接

代码来源

本文标签: 斯坦福大学上篇机器作业题Problem