随笔分类 -  机器学习

摘要:一 线性回归原理 如何实现线性回归? 主要的思想:熟悉目标函数,计算它们的梯度和优化目标参数集。 这些基础工具是后续复杂算法的基础。更多的关于线性回归的细节参考[Lecture Note], 线性回归的目标: 从输入向量值 $x\in\Re^{n}$ 预测目标值$y$。 例如,我们预测一座房子的价格 阅读全文
posted @ 2017-08-30 20:29 wxer 阅读(219) 评论(0) 推荐(0)
摘要:http://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/ In this post, we take a tour of the most popular machine learning algorithms. 阅读全文
posted @ 2017-04-09 21:51 wxer 阅读(425) 评论(0) 推荐(0)