2017年10月24日

安装numpy+mkl

摘要: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy 下载 在下载目录执行: 阅读全文

posted @ 2017-10-24 18:21 勾勾手的约定 阅读(612) 评论(0) 推荐(0) 编辑

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2

摘要: Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 运行tensorflow示例时报此错,是提示cpu计算能力不足 阅读全文

posted @ 2017-10-24 17:18 勾勾手的约定 阅读(2174) 评论(0) 推荐(0) 编辑

windows上安装tensorflow时报错,“DLL load failed: 找不到指定的模块”的解决方式

摘要: 本文转自http://blog.csdn.net/pjl6523853/article/details/72836214 最近打算开始研究一下机器学习,今天在windows上装tensorflow花了点功夫,其实前面的步骤不难,只要依次装好python3.5,numpy,tensorflow就行了, 阅读全文

posted @ 2017-10-24 16:54 勾勾手的约定 阅读(46496) 评论(3) 推荐(0) 编辑

2015年4月1日

mapreduce 设置递归读取输入文件

摘要: FileInputFormat.setInputDirRecursive(job, true); 阅读全文

posted @ 2015-04-01 10:00 勾勾手的约定 阅读(493) 评论(0) 推荐(0) 编辑

设置reduce Task数量

摘要: job.setNumReduceTasks(n); 阅读全文

posted @ 2015-04-01 09:50 勾勾手的约定 阅读(384) 评论(0) 推荐(0) 编辑

2015年3月24日

kafka.common.FailedToSendMessageException: Failed to send messages after 3 tries.

摘要: 修改配置文件server.properties的zookeeper.connecthost.name为所在IP。 阅读全文

posted @ 2015-03-24 09:33 勾勾手的约定 阅读(372) 评论(0) 推荐(0) 编辑

2015年3月12日

mahout RecommenderJob 参数含义

摘要: --input(path): 存储用户偏好数据的目录,该目录下可以包含一个或多个存储用户偏好数据的文本文件;--output(path): 结算结果的输出目录--similarityClassname (classname): 向量相似度计算类,可选的相似度算法包括CityBlockSimilari... 阅读全文

posted @ 2015-03-12 17:04 勾勾手的约定 阅读(458) 评论(0) 推荐(0) 编辑

导航