摘要: 整理自: https://stackoverflow.com/questions/10776673/formula-for-relative-absolute-error-and-root-relative-squared-error-used-in MAE Mean absolute error 阅读全文
posted @ 2018-07-31 18:12 笨拙的忍者 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 设置页脚 设置侧边栏 以上目录都是从h2开始生成 阅读全文
posted @ 2018-07-26 10:33 笨拙的忍者 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 参考: http://www.cnblogs.com/inspursu/p/4275701.html http://blog.csdn.net/u010022051/article/details/51074366 https://www.rstudio.com/products/rstudio/d 阅读全文
posted @ 2018-07-23 13:37 笨拙的忍者 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 由于centos7原本就安装了Python2,而且这个Python2不能被删除,因为有很多系统命令,比如yum都要用到。 /usr/bin下面可以看作是一些快捷方式的集合,常用命令的指引+自己创建的软连接 创建软连接:ln -s source target target是快捷方式的路径,source 阅读全文
posted @ 2018-07-23 10:55 笨拙的忍者 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 转载自: https://www.cnblogs.com/ylan2009/p/4186768.html http://blog.sina.com.cn/s/blog_4ddef8f80102v1am.html 1.如果导入的模块和主程序在同个目录下,直接import就行了 2.如果导入的模块是在主 阅读全文
posted @ 2018-07-17 10:45 笨拙的忍者 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 基于密度的聚类方法 阅读全文
posted @ 2018-05-24 11:37 笨拙的忍者 阅读(1667) 评论(0) 推荐(0) 编辑
摘要: 代码来源于:tensorflow机器学习实战指南(曾益强 译,2017年9月)——第七章:自然语言处理 代码地址:https://github.com/nfmcclure/tensorflow-cookbook 数据:http://www.cs.cornell.edu/people/pabo/mov 阅读全文
posted @ 2018-05-20 19:13 笨拙的忍者 阅读(855) 评论(1) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/mdumpling/p/8053376.html 原型 tf.squeeze(input, squeeze_dims=None, name=None) 从tensor中删除所有大小是1的维度 给定张量输入,此操作返回相同类型的张量,并删除所有尺 阅读全文
posted @ 2018-05-20 19:12 笨拙的忍者 阅读(5082) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/appleml/article/details/71023039 https://www.cnblogs.com/mdumpling/p/8053474.html tf.concat(concat_dim, values, name='concat 阅读全文
posted @ 2018-05-20 19:05 笨拙的忍者 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/chenxieyy/article/details/53031943 函数原型 tf.slice(inputs,begin,size,name='') 从inputs中抽取部分内容 参数说明 inputs:可以是list,array,tensor 阅读全文
posted @ 2018-05-20 18:48 笨拙的忍者 阅读(210) 评论(0) 推荐(0) 编辑