摘要:
Features and Polynomial Regression We can improve our features and the form of our hypothesis function in a couple different ways. 我们可以通过几种不同的方式改进我们的特 阅读全文
摘要:
“Debugging”: How to make sure gradient descent is working correctly 怎样确保梯度下降算法正确的运行 迭代次数从100-200时,损失函数变化较大; 迭代次数从300-400时,损失函数变化不大,说明算法在300处开始收敛 通过画出损 阅读全文
摘要:
Feature Scalling Idea: Make sure features are on a similar scale 特征缩放 想法:确保所有的特征在相似的范围 为什么进行特征缩放? 例如:x1 = size (0-2000 feet2) x2 = number of bedrooms 阅读全文