From fcbc95ea0b6a390b67127a9742836ba4f3baffa8 Mon Sep 17 00:00:00 2001 From: lipengfei Date: Wed, 19 Feb 2020 15:20:00 +0800 Subject: [PATCH] todo --- todo.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 8f28e7a..55b4ede 100644 --- a/todo.md +++ b/todo.md @@ -1,4 +1,7 @@ 1. [junit测试框架的使用](https://www.cnblogs.com/hustfly/p/3405486.html) 1. 常常去看下 [alibaba的github仓库](https://github.com/alibaba) - +1. [从零开始编写一个宠物识别系统(爬虫、模型训练和调优、模型部署、Web服务)](https://www.aaronjny.com/articles/2019/12/17/1576592367309.html#b3_solo_h1_0) +2. [有趣的深度学习——使用TensorFlow 2.0 + RNN 实现一个古体诗生成器](https://www.aaronjny.com/articles/2020/01/02/1577944439534.html) +3. [深度学习下的目标检测算法——TensorFlow 2.0下的YOLOv3实践](https://www.aaronjny.com/articles/2019/12/22/1576989909962.html) +4. [根据公司名称生成base64 logo(python文字转图片](https://www.aaronjny.com/articles/2019/11/06/1573018075959.html) \ No newline at end of file -- GitLab