02 2018 档案

摘要:参考文档 https://segmentfault.com/a/1190000008909201 http://blog.51cto.com/anngle/1922041 https://www.cnblogs.com/xiaolecn/p/5111076.html --配置过程中,一直出错,最后看 阅读全文
posted @ 2018-02-26 16:23 Daniel_Lu 阅读(708) 评论(0) 推荐(0)
摘要:跨域:http://blog.csdn.net/yannanxiu/article/details/53036508 下载flask_cors包 pip install flask-cors 使用flask_cors的CORS,代码示例 如果还有其他问题可以查看flask_cors的文档。 Flas 阅读全文
posted @ 2018-02-24 13:30 Daniel_Lu 阅读(192) 评论(0) 推荐(0)
摘要:参考 :http://www.runoob.com/mongodb/mongodb-window-install.html https://www.cnblogs.com/cbw-mango/p/7987682.html https://www.jianshu.com/p/83183ddbdb65 阅读全文
posted @ 2018-02-22 11:00 Daniel_Lu 阅读(562) 评论(1) 推荐(0)
摘要:http://blog.csdn.net/a635661820/article/details/45390671 阅读全文
posted @ 2018-02-13 16:07 Daniel_Lu 阅读(344) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/hotmee/article/details/50554381 阅读全文
posted @ 2018-02-13 15:16 Daniel_Lu 阅读(2288) 评论(0) 推荐(0)
摘要:https://morvanzhou.github.io/tutorials/machine-learning/ML-intro/2-1-NN/ 阅读全文
posted @ 2018-02-13 13:58 Daniel_Lu 阅读(335) 评论(0) 推荐(0)
摘要:Python·Jupyter Notebook各种使用方法记录·持续更新 你为什么使用 jupyter 阅读全文
posted @ 2018-02-13 12:20 Daniel_Lu 阅读(354) 评论(0) 推荐(0)
摘要:转自https://www.zhihu.com/question/34681168 此知乎问题下方有很多精彩回答 阅读全文
posted @ 2018-02-12 21:08 Daniel_Lu 阅读(482) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/vipyoumay/category/1072321.html 此人博客甚好 http://so.csdn.net/so/search/s.do?p=1&q=TensorFlow&t=blog&domain=&o=&u=Jerr__y&s=&l=&f=f 阅读全文
posted @ 2018-02-12 18:42 Daniel_Lu 阅读(151) 评论(0) 推荐(0)
摘要:http://blog.sina.com.cn/s/blog_66dfbcca0100r3ex.html 阅读全文
posted @ 2018-02-12 18:17 Daniel_Lu 阅读(134) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/dj0379/article/details/52851027 资源 | 数十种TensorFlow实现案例汇集:代码+笔记 这是使用 TensorFlow 实现流行的机器学习算法的教程汇集。本汇集的目标是让读者可以轻松通过案例深入 TensorFlow。 阅读全文
posted @ 2018-02-12 18:00 Daniel_Lu 阅读(393) 评论(0) 推荐(0)
摘要:http://tensorlayer.readthedocs.io/en/latest/ 阅读全文
posted @ 2018-02-12 17:53 Daniel_Lu 阅读(184) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/25322066 阅读全文
posted @ 2018-02-12 17:45 Daniel_Lu 阅读(142) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/chaosimple/p/4153083.html 阅读全文
posted @ 2018-02-11 14:47 Daniel_Lu 阅读(165) 评论(0) 推荐(0)
摘要:转自https://zhuanlan.zhihu.com/p/26100976 目录:5.1 pandas 的数据结构介绍5.1.1 Series5.1.2 DataFrame5.1.3索引对象5.2基本功能 5.2.1重新索引5.2.2丢弃指定轴上的项5.2.3索引、选取和过滤5.2.4算术运算和 阅读全文
posted @ 2018-02-11 14:45 Daniel_Lu 阅读(2713) 评论(0) 推荐(0)
摘要:Pandas速查手册中文版 关键缩写和包导入 在这个速查手册中,我们使用如下缩写: 同时我们需要做如下的引入: 导入数据 pd.read_csv(filename):从CSV文件导入数据 pd.read_table(filename):从限定分隔符的文本文件导入数据 pd.read_excel(fi 阅读全文
posted @ 2018-02-11 14:41 Daniel_Lu 阅读(200) 评论(0) 推荐(0)
摘要:Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。 命令模式 (按键 Esc 开启) Enter : 转入编辑模式 Shift-Enter : 运行本单元,选中下个单元 Ctrl 阅读全文
posted @ 2018-02-11 14:38 Daniel_Lu 阅读(694) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/codefish/category/557802.html 阅读全文
posted @ 2018-02-08 16:36 Daniel_Lu 阅读(180) 评论(0) 推荐(0)
摘要:https://www.zhihu.com/question/46587833 阅读全文
posted @ 2018-02-05 18:09 Daniel_Lu 阅读(220) 评论(0) 推荐(0)
摘要:转自 http://blog.sina.com.cn/s/blog_7445c2940102wmrp.html 本篇博文本来是想在下一篇博文中顺带提一句的,结果越写越多,那么索性就单独写一篇吧。在此要特别感谢实验室董师兄,正因为他的耐心讲解,才让我理解了卷积运算的统一性(果然学数学的都不是盖的)。 阅读全文
posted @ 2018-02-04 23:08 Daniel_Lu 阅读(6000) 评论(0) 推荐(0)