会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
牧马人夏峥
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
62
下一页
2019年7月17日
shell安装mysql,连接数据库,创建数据库
摘要: https://blog.csdn.net/yhflyl/article/details/83061126 https://blog.csdn.net/wyl9527/article/details/72655277
阅读全文
posted @ 2019-07-17 09:21 牧马人夏峥
阅读(574)
评论(0)
推荐(0)
2019年7月14日
将数据转为tfrecord格式
摘要: 假设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 牧马人夏峥
阅读(738)
评论(0)
推荐(0)
2019年7月10日
TFServering和docker
摘要: 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 牧马人夏峥
阅读(947)
评论(0)
推荐(0)
2019年7月9日
mysql基本操作
摘要: 安装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 牧马人夏峥
阅读(111)
评论(0)
推荐(0)
2019年7月2日
yield关键字
摘要: https://pyzh.readthedocs.io/en/latest/the-python-yield-keyword-explained.html
阅读全文
posted @ 2019-07-02 09:17 牧马人夏峥
阅读(88)
评论(0)
推荐(0)
2019年6月29日
dying relu 和weight decay
摘要: weight decay就是在原有loss后面,再加一个关于权重的正则化,类似与L2 正则,让权重变得稀疏; 参考:https://www.zhihu.com/question/24529483 dying relu是当梯度值过大时,权重更新后为负数,经relu后变为0,导致后面也不再更新。 三种办
阅读全文
posted @ 2019-06-29 16:05 牧马人夏峥
阅读(769)
评论(0)
推荐(0)
2019年6月23日
LSTM
摘要: LSTM的介绍,通俗易懂:https://zhuanlan.zhihu.com/p/32085405 keras LSTM实战:Keras进行LSTM实战
阅读全文
posted @ 2019-06-23 19:29 牧马人夏峥
阅读(126)
评论(0)
推荐(0)
Tensorflow 2.0 学习资源
摘要: 我从换了新工作才开始学习使用Tensorflow,感觉实在太难用了,sess和graph对 新手很不友好,各种API混乱不堪,这些在tf2.0都有了重大改变,2.0大量使用keras的 api,初步使用起来,感觉跟pytorch很像,所以,直接拥抱2.0吧 一些学习资源 tf2.0快速上手:http
阅读全文
posted @ 2019-06-23 11:17 牧马人夏峥
阅读(518)
评论(0)
推荐(0)
2019年6月19日
活体检测
摘要: 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 牧马人夏峥
阅读(274)
评论(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 牧马人夏峥
阅读(1005)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
62
下一页
公告