lawlite19 / blog_gitalk_comments

个人博客gitalk评论仓库
http://lawlite.me
2 stars 0 forks source link

Python机器学习 | Lawlite的博客 #18

Open lawlite19 opened 5 years ago

lawlite19 commented 5 years ago

http://lawlite.me/2017/01/08/Python%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/

机器学习算法Python实现说明 github地址:https://github.com/lawlite19/MachineLearning_Python 因为里面的公式加载出现问题,这里只给出了目录,可以去github中查看目录 机器学习算法Python实现 一、线性回归 1、代价函数 2、梯度下降算法 3、均值归一化 4、最终运行结果 5、使用scikit-learn库中的线性模型实现