摘要: Conclusion: Experimental: 模型部分代码 (用无序编号代替缩进): def rnn_model(x_train, y_train): # Inputs num = Input(shape=(x_train[0].shape[1], x_train[0].shape[2])) 阅读全文
posted @ 2018-10-27 22:03 wh228 阅读(2505) 评论(0) 推荐(0) 编辑
摘要: 转自:https://songlee24.github.io/2014/08/15/python-FAQ-02/ 在写Python过程中,经常会遇到对象的拷贝,如果不理解浅拷贝和深拷贝的概念,你的代码就可能出现一些问题。所以,在这里按个人的理解谈谈它们之间的区别。 一、赋值(assignment) 阅读全文
posted @ 2018-10-23 12:38 wh228 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Kaggle经验 https://mp.weixin.qq.com/s?__biz=MzA4NzE1NzYyMw==&mid=2247491902&idx=2&sn=3850ef87342461a9b8ddb602cceb0685&chksm=903f1f26a7489630598fef431941 阅读全文
posted @ 2018-09-10 09:53 wh228 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/hkhk710/article/details/79039531 中国计算机学会推荐国际学术会议 (人工智能) 一、A 类 序号 会议简称 会议全称 出版社 网址 1 AAAI AAAI Conference on Artificial Intell 阅读全文
posted @ 2018-09-06 22:04 wh228 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 20180906,来自豆博士分享 http://ruder.io/deep-learning-nlp-best-practices/ 阅读全文
posted @ 2018-09-06 21:57 wh228 阅读(82) 评论(0) 推荐(0) 编辑
摘要: http://www.csie.ntnu.edu.tw/~u91029/index.html 阅读全文
posted @ 2018-09-05 20:59 wh228 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/hutao722/p/9342577.html tensorflow目前已经升级至r1.9版本。在之前的深度学习中,我是在MAC的虚拟机上跑CPU版本的tensorflow程序,当数据量变大后,tensorflow跑的非常慢,在内存不足情况下,又 阅读全文
posted @ 2018-09-03 14:06 wh228 阅读(469) 评论(0) 推荐(0) 编辑
摘要: https://liam0205.me/2014/09/08/latex-introduction/ 阅读全文
posted @ 2018-09-01 21:10 wh228 阅读(71) 评论(0) 推荐(0) 编辑
摘要: http://work.caltech.edu/library/ 阅读全文
posted @ 2018-09-01 21:05 wh228 阅读(95) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-08-22 11:15 wh228 阅读(5) 评论(0) 推荐(0) 编辑