数据挖掘day1四、15-CS229-WEEK2 Linera Regression

一、本节思惟导图 二、Python实现梯度降低 参考文章 数据使用课程的课后练习,J的图像:html # Use these for your excerise theta0s = np.linspace(-1,1,50) theta1s = np.linspace(0,1.5,50) COST = np.empty(shape=(50,50)) # Meshgrid for paramater
相关文章
相关标签/搜索