Fork me on GitHub
摘要: Keras有两种类型的模型,序贯模型(Sequential)和函数式模型(Model),函数式模型应用更为广泛,序贯模型是函数式模型的一种特殊情况。 两类模型有一些方法是相同的: model.summary():打印出模型概况,它实际调用的是keras.utils.print_summary mod 阅读全文
posted @ 2019-01-29 21:55 stardsd 阅读(4591) 评论(1) 推荐(0) 编辑
摘要: In case it's still relevant for someone, I encountered this issue when trying to run Keras/Tensorflow for the second time, after a first run was abort 阅读全文
posted @ 2019-01-29 21:23 stardsd 阅读(2799) 评论(0) 推荐(0) 编辑
摘要: import pandas pandas.read_json("mobilenet_tech_0.11_predict.log").to_csv("mobilenet_tech_0.11_predict.log.csv") # to_excel()可以转excel 阅读全文
posted @ 2019-01-29 11:16 stardsd 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 维纳滤波是美国应用数学家诺伯特·维纳(Norbert Wiener)在二十世纪四十年代提出的一种滤波器,并在1949年出版[1]. 维纳滤波器(Wiener filter)是由数学家维纳(Norbert Wiener)提出的一种以最小平方为最优准则的线性滤波器。在一定的约束条件下,其输出与一给定函数 阅读全文
posted @ 2019-01-29 09:48 stardsd 阅读(12945) 评论(0) 推荐(0) 编辑
摘要: 参考文献: 1.python 皮尔森相关系数 https://www.cnblogs.com/lxnz/p/7098954.html 2.统计学之三大相关性系数(pearson、spearman、kendall) http://blog.sina.com.cn/s/blog_69e75efd0102 阅读全文
posted @ 2019-01-29 09:12 stardsd 阅读(35654) 评论(0) 推荐(0) 编辑