摘要: 标准偏差 标准偏差(Std Dev,Standard Deviation) -统计学名词。一种量度数据分布的分散程度之标准,用以衡量数据值偏离算术平均值的程度。标准偏差越小,这些值偏离平均值就越少,反之亦然。标准偏差的大小可通过标准偏差与平均值的倍率关系来衡量。 标准差也被称为标准偏差,或者实验标准... 阅读全文
posted @ 2015-06-24 10:43 ZH奶酪 阅读(488) 评论(0) 推荐(0) 编辑
摘要: (1) How to comput the Cost function in Univirate/Multivariate Linear Regression;(2) How to comput the Batch Gradient Descent function in Univirate/Mul... 阅读全文
posted @ 2015-06-24 10:21 ZH奶酪 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: 1 1.Basic Operations 2 5+6 3 3-2 4 5*8 5 1/2 6 2^6 7 1 == 2 %false ans = 0 8 1 ~= 2 %true ans = 1 9 1 && 0 %AND ans = 0 10 1 || 0 %OR ans =... 阅读全文
posted @ 2015-06-24 09:07 ZH奶酪 阅读(418) 评论(0) 推荐(0) 编辑