05 2018 档案

摘要:整理自Andrew Ng的machine learning 课程 week 9. 目录: Problem Formulation(问题的形式) Content Based Recommendations(基于内容的推荐) Collaborative Filtering(协同过滤) Collabora 阅读全文
posted @ 2018-05-22 21:07 Echo_fy 阅读(136) 评论(0) 推荐(0) 编辑
摘要:自Andrew Ng的machine learning课程。 目录: Problem Motivation Gaussian Distribution Algorithm Developing and Evaluating an Anomaly Detection System Anomaly De 阅读全文
posted @ 2018-05-22 13:30 Echo_fy 阅读(351) 评论(0) 推荐(0) 编辑
摘要:tidyverse安装失败,install.packages('tidyverse') 错误原因大概是其中有个依赖包xml2安装不上,解决办法是yum install libxml2-devel,这样就可以安装xml2了,也可以安装tidyverse了 阅读全文
posted @ 2018-05-19 19:12 Echo_fy 阅读(3782) 评论(0) 推荐(0) 编辑
摘要:在centos上用pip安装包,显示成功安装,但是用pip list去看发现实际上并没有安装? 安装用的是pip install xxx 是不行的,需要用sudo pip install xxx就可以了。 如何杀死一个进程? 1、如用 ps -ef | grep python(简写为pgrep py 阅读全文
posted @ 2018-05-19 19:11 Echo_fy 阅读(164) 评论(0) 推荐(0) 编辑
摘要:在用python的matplotlib,和R中自带的作图,如果想保存图片时,当你有图形用户界面时是没有问题的,但是当没有图形用户界面时,会报错: 在R中,解决办法: https://blog.csdn.net/LongBless/article/details/6373291 在python中,解决 阅读全文
posted @ 2018-05-19 19:11 Echo_fy 阅读(300) 评论(0) 推荐(0) 编辑
摘要:目录: 留出法(hold-out) 交叉验证法(cross validation) 留一法(Leave-One-Out,LOO) 自助法(bootstrapping) 总结 前提: 总数据集D,数据集大小为n; 训练集S; 测试集T。 1、留出法(hold-out) 直接将数据集D分为两个互斥的集合 阅读全文
posted @ 2018-05-10 10:04 Echo_fy 阅读(495) 评论(0) 推荐(0) 编辑
摘要:windows系统下 在python中直接pip install rpy2时,会出错,没仔细看错误,直接下载了whl文件(https://www.lfd.uci.edu/~gohlke/pythonlibs/)进行安装。 此时可以import rpy2,但是在import rpy2.robjects 阅读全文
posted @ 2018-05-08 20:19 Echo_fy 阅读(2068) 评论(0) 推荐(0) 编辑
摘要:整理自Andrew Ng的machine learning课程week6. 目录: Advice for applying machine learning (Decide what to do next) Debugging a learning algorithm machine learnin 阅读全文
posted @ 2018-05-04 11:30 Echo_fy 阅读(400) 评论(0) 推荐(0) 编辑
摘要:整理自Andrew Ng的machine learning 课程 week5. 目录: Neural network and classification Cost function Backpropagation (to minimize cost function) Backpropagatio 阅读全文
posted @ 2018-05-03 21:58 Echo_fy 阅读(351) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示