上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 71 下一页

2017年4月25日

【VirtualBox】共享文件夹失效问题

摘要: fix: sudo ln -f -s /opt/VBoxGuestAdditions-5.1.20/lib/VBoxGuestAdditions/mount.vboxsf /sbin/mount.vboxsf sudo mount -t vboxsf WinShare /mnt/Share from 阅读全文

posted @ 2017-04-25 16:37 colipso 阅读(576) 评论(0) 推荐(0) 编辑

【Ubuntu】全局代理

摘要: 配置代理,Ubuntu下是修改/etc/environment,在后面加入: http_proxy="http://****.com:8080/" https_proxy="http://****.com:8080/" ftp_proxy="http://****.com:8080/" 阅读全文

posted @ 2017-04-25 14:19 colipso 阅读(292) 评论(0) 推荐(0) 编辑

【Linux】理解分区

摘要: http://blog.csdn.net/aaronychen/article/details/2270048 主分区逻辑分区设置 http://forum.ubuntu.org.cn/viewtopic.php?t=456629 分区方案: http://www.cnblogs.com/maso1 阅读全文

posted @ 2017-04-25 12:22 colipso 阅读(149) 评论(0) 推荐(0) 编辑

2017年4月18日

【python】泰语分词器安装

摘要: 1、安装icu http://blog.csdn.net/liyuwenjing/article/details/6105388 2、安装pyicu https://anaconda.org/kalefranz/pyicu conda安装是解决问题的利器 3、安装分词器 pip install py 阅读全文

posted @ 2017-04-18 13:01 colipso 阅读(805) 评论(0) 推荐(0) 编辑

2017年3月24日

【项目管理】Project使用

摘要: http://www.cnblogs.com/wangfupeng1988/p/3647166.html 阅读全文

posted @ 2017-03-24 09:52 colipso 阅读(145) 评论(0) 推荐(0) 编辑

2017年3月6日

【Deep Learning】RNN LSTM 推导

摘要: http://blog.csdn.net/Dark_Scope/article/details/47056361 http://blog.csdn.net/hongmaodaxia/article/details/41809341 阅读全文

posted @ 2017-03-06 15:58 colipso 阅读(173) 评论(0) 推荐(0) 编辑

2017年3月3日

【Math】矩阵求导

摘要: https://en.wikipedia.org/wiki/Matrix_calculus http://blog.sina.com.cn/s/blog_7959e7ed0100w2b3.html 阅读全文

posted @ 2017-03-03 13:31 colipso 阅读(131) 评论(0) 推荐(0) 编辑

2017年3月1日

【Deep Learning】RNN的直觉理解

摘要: https://ujjwalkarn.me/2016/08/11/intuitive-explanation-convnets/ 阅读全文

posted @ 2017-03-01 20:14 colipso 阅读(87) 评论(0) 推荐(0) 编辑

【Deep Learning】卷积神经网络参数梯度下降推导

摘要: http://www.tuicool.com/articles/ZbMBjm 阅读全文

posted @ 2017-03-01 19:59 colipso 阅读(356) 评论(0) 推荐(0) 编辑

【Deep Learning】Long short-term memory units, LSTMs

摘要: http://www.jianshu.com/p/9dc9f41f0b29 阅读全文

posted @ 2017-03-01 18:20 colipso 阅读(84) 评论(0) 推荐(0) 编辑

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 71 下一页

导航