摘要: What's the meaning of the forth equation???? What is Hk?? http://colah.github.io/posts/2015-08-Understanding-LSTMs/ 阅读全文
posted @ 2018-04-24 14:46 ecoflex 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://deeplearning.cs.cmu.edu/slides/lec11.recurrent.pdf I think the subscripts in this lecture is quite confusing, and even incorrect sometimes. Jac 阅读全文
posted @ 2018-04-21 22:42 ecoflex 阅读(127) 评论(0) 推荐(0) 编辑
摘要: In linear algebra class, the cross product of matrix is not mainly discussed, and actually, as we all known, cross product will introduce a new dimens 阅读全文
posted @ 2018-04-20 12:49 ecoflex 阅读(179) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2018-04-20 10:01 ecoflex 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/22810533 L2 -> Regression Problems KL -> Classification Problems http://deeplearning.cs.cmu.edu/slides/lec8.stochastic_gr 阅读全文
posted @ 2018-04-19 20:50 ecoflex 阅读(121) 评论(0) 推荐(0) 编辑
摘要: http://deeplearning.cs.cmu.edu/slides/lec7.cascor.pdf this is the guest lecture with no video. So let's ignore it. Recitation 4: CNN ' https://github. 阅读全文
posted @ 2018-04-19 16:36 ecoflex 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Question: Does that mean that former choosed data is more important than subsequent data? 阅读全文
posted @ 2018-04-19 14:46 ecoflex 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-19 13:21 ecoflex 阅读(230) 评论(0) 推荐(0) 编辑
摘要: https://github.com/cmudeeplearning11785/deep-learning-tutorials/blob/master/recitation-3/recitation3.ipynb https://blog.csdn.net/shuzfan/article/detai 阅读全文
posted @ 2018-04-18 16:37 ecoflex 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-18 15:26 ecoflex 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-17 23:01 ecoflex 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Recitation 2 numpy operations array index x = np.arange(10) 2 x:[ 0 1 4 9 16 25 36 49 64 81] print(x[:: 1]) all reversed print(x[8:1: 1]) reversed sli 阅读全文
posted @ 2018-04-17 21:22 ecoflex 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 4/16/2018 前段时间自己动手实践了一下不带DNN的强化学习算法,今天正式开始学DNN 算了,这个课程太基础了,也就是把Machine Learning里NN的部分稍微多讲了一点。 阅读全文
posted @ 2018-04-16 14:28 ecoflex 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Doctor of Philosophy (PhD) The PhD requires a minimum academic residency of two years beyond the bachelor’s degree. Programs are individually develope 阅读全文
posted @ 2018-04-11 20:57 ecoflex 阅读(445) 评论(0) 推荐(0) 编辑
摘要: Laboratory on Reinforcement Learning and Decision Making PSY 2350R Samuel Gershman 2017 Fall Full Term 8/30/2017 to 12/1/2017 S M T W Th F S 10:00am - 阅读全文
posted @ 2018-04-11 20:35 ecoflex 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 对网上各处寻找reinforcement learning的实践环节感到无力,尤其是对open ai gym的介绍上。cnblogs、github、csdn、zhuanlan.zhihu、公众号、google、youtube等等,都非常的零碎。公开课上主要是理论,对代码实现讲的很少。对于像我这样的新 阅读全文
posted @ 2018-04-10 14:13 ecoflex 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 因为需要用gym,所以不得不用linux 考虑性能和易用性,因此不想用虚拟机和wsl,安装ubuntu各种坑,踩了3天,总算完成各种部署了! 任务完成:python、anaconda、tensorflow-gpu、vscode 1,ubuntu17.10下载,rufus写入U盘,关闭fast boo 阅读全文
posted @ 2018-04-08 17:50 ecoflex 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-04 13:24 ecoflex 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/av10576305/ 3/26/2018 NO.1 3/27/2018 NO.2 3/28/2018 NO.3 3/29/2018 NO.4-5 3/30/2018 NO.6 4/1/2018 NO.7 4/2/2018 NO.8 4/ 阅读全文
posted @ 2018-03-27 15:27 ecoflex 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 直接放精简版的路线: 0,浏览tf官方网站的指南:https://www.tensorflow.org/install/install_windows 1,知道怎么部署anaconda最新版和vscode的连接 2,pip安装tf-gpu最新版 3,NVIDIA官网下载tf官方指南上对应的cuda版 阅读全文
posted @ 2018-03-26 13:35 ecoflex 阅读(1071) 评论(0) 推荐(0) 编辑