上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 62 下一页
摘要: https://blog.csdn.net/yhflyl/article/details/83061126 https://blog.csdn.net/wyl9527/article/details/72655277 阅读全文
posted @ 2019-07-17 09:21 牧马人夏峥 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 假设emo文件夹下,有1,2,3,4等文件夹,每个文件夹代表一个类别 1 import tensorflow as tf 2 from PIL import Image 3 from glob import glob 4 import os 5 import progressbar 6 import 阅读全文
posted @ 2019-07-14 21:55 牧马人夏峥 阅读(730) 评论(0) 推荐(0) 编辑
摘要: nvidia-docker安装:https://github.com/NVIDIA/nvidia-docker nvidia-docker的基本操作:https://blog.csdn.net/pandamax/article/details/79151107 TensorFlow Serving 阅读全文
posted @ 2019-07-10 11:41 牧马人夏峥 阅读(932) 评论(0) 推荐(0) 编辑
摘要: 安装mysql:https://zhuanlan.zhihu.com/p/31296214 基本操作参考:https://www.runoob.com/mysql/mysql-create-database.html pymysql基本操作:https://www.runoob.com/python 阅读全文
posted @ 2019-07-09 17:18 牧马人夏峥 阅读(109) 评论(0) 推荐(0) 编辑
摘要: https://pyzh.readthedocs.io/en/latest/the-python-yield-keyword-explained.html 阅读全文
posted @ 2019-07-02 09:17 牧马人夏峥 阅读(86) 评论(0) 推荐(0) 编辑
摘要: weight decay就是在原有loss后面,再加一个关于权重的正则化,类似与L2 正则,让权重变得稀疏; 参考:https://www.zhihu.com/question/24529483 dying relu是当梯度值过大时,权重更新后为负数,经relu后变为0,导致后面也不再更新。 三种办 阅读全文
posted @ 2019-06-29 16:05 牧马人夏峥 阅读(735) 评论(0) 推荐(0) 编辑
摘要: LSTM的介绍,通俗易懂:https://zhuanlan.zhihu.com/p/32085405 keras LSTM实战:Keras进行LSTM实战 阅读全文
posted @ 2019-06-23 19:29 牧马人夏峥 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 我从换了新工作才开始学习使用Tensorflow,感觉实在太难用了,sess和graph对 新手很不友好,各种API混乱不堪,这些在tf2.0都有了重大改变,2.0大量使用keras的 api,初步使用起来,感觉跟pytorch很像,所以,直接拥抱2.0吧 一些学习资源 tf2.0快速上手:http 阅读全文
posted @ 2019-06-23 11:17 牧马人夏峥 阅读(508) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/50139673 https://zhuanlan.zhihu.com/p/60627380 https://zhuanlan.zhihu.com/p/69733383 https://www.zhihu.com/topic/20095248 阅读全文
posted @ 2019-06-19 16:20 牧马人夏峥 阅读(263) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hongxingabc/article/details/78833485 https://zhangbin0917.github.io/2018/06/12/%E9%81%A5%E6%84%9F%E6%95%B0%E6%8D%AE%E9%9B%86/ 阅读全文
posted @ 2019-06-19 13:50 牧马人夏峥 阅读(986) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 62 下一页