摘要: Andrew Ng机器学习课程10a example如果hypothesis set中的hypothesis是由d个real number决定的,那么用64位的计算机数据表示的话,那么模型的个数一共有k=264d,那么训练样本的... 阅读全文
posted @ 2015-09-11 23:42 ZhangPYi 阅读(143) 评论(0) 推荐(0)
摘要: Andrew Ng机器学习课程10a example如果hypothesis set中的hypothesis是由d个real number决定的,那么用64位的计算机数据表示的话,那么模型的个数一共有k=264d,那么训练样本的... 阅读全文
posted @ 2015-09-11 23:42 ZhangPYi 阅读(181) 评论(0) 推荐(0)
摘要: 大师Geoff Hinton关于Deep Neural Networks的建议 Note: This covers suggestions from Geoff Hinton’s talk given at UBC which... 阅读全文
posted @ 2015-09-11 22:07 ZhangPYi 阅读(149) 评论(0) 推荐(0)
摘要: 大师Geoff Hinton关于Deep Neural Networks的建议 Note: This covers suggestions from Geoff Hinton’s talk given at UBC which... 阅读全文
posted @ 2015-09-11 22:07 ZhangPYi 阅读(288) 评论(0) 推荐(0)
摘要: 修正线性单元(Rectified linear unit,ReLU)Rectified linear unit在神经网络中,常用到的激活函数有sigmoid函数f(x)=11+exp(−x)、双曲正切函数f(x)=tanh(x)... 阅读全文
posted @ 2015-09-11 21:17 ZhangPYi 阅读(1676) 评论(0) 推荐(0)
摘要: 修正线性单元(Rectified linear unit,ReLU)Rectified linear unit在神经网络中,常用到的激活函数有sigmoid函数f(x)=11+exp(−x)、双曲正切函数f(x)=tanh(x)... 阅读全文
posted @ 2015-09-11 21:17 ZhangPYi 阅读(517) 评论(0) 推荐(0)
摘要: Andrew Ng机器学习课程9-补充首先要说的还是这个bias-variance trade off,一个hypothesis的generalization error是指的它在样本上的期望误差,这个样本不一定是在traini... 阅读全文
posted @ 2015-09-11 09:08 ZhangPYi 阅读(165) 评论(0) 推荐(0)
摘要: Andrew Ng机器学习课程9-补充首先要说的还是这个bias-variance trade off,一个hypothesis的generalization error是指的它在样本上的期望误差,这个样本不一定是在traini... 阅读全文
posted @ 2015-09-11 09:08 ZhangPYi 阅读(102) 评论(0) 推荐(0)