摘要:
https://blog.csdn.net/yhflyl/article/details/83061126 https://blog.csdn.net/wyl9527/article/details/72655277 阅读全文
摘要:
假设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 阅读全文
摘要:
nvidia-docker安装:https://github.com/NVIDIA/nvidia-docker nvidia-docker的基本操作:https://blog.csdn.net/pandamax/article/details/79151107 TensorFlow Serving 阅读全文
摘要:
安装mysql:https://zhuanlan.zhihu.com/p/31296214 基本操作参考:https://www.runoob.com/mysql/mysql-create-database.html pymysql基本操作:https://www.runoob.com/python 阅读全文
摘要:
https://pyzh.readthedocs.io/en/latest/the-python-yield-keyword-explained.html 阅读全文
摘要:
weight decay就是在原有loss后面,再加一个关于权重的正则化,类似与L2 正则,让权重变得稀疏; 参考:https://www.zhihu.com/question/24529483 dying relu是当梯度值过大时,权重更新后为负数,经relu后变为0,导致后面也不再更新。 三种办 阅读全文
摘要:
LSTM的介绍,通俗易懂:https://zhuanlan.zhihu.com/p/32085405 keras LSTM实战:Keras进行LSTM实战 阅读全文
摘要:
我从换了新工作才开始学习使用Tensorflow,感觉实在太难用了,sess和graph对 新手很不友好,各种API混乱不堪,这些在tf2.0都有了重大改变,2.0大量使用keras的 api,初步使用起来,感觉跟pytorch很像,所以,直接拥抱2.0吧 一些学习资源 tf2.0快速上手:http 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/50139673 https://zhuanlan.zhihu.com/p/60627380 https://zhuanlan.zhihu.com/p/69733383 https://www.zhihu.com/topic/20095248 阅读全文
摘要:
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/ 阅读全文