1. http://blog.csdn.NET/zouxy09/article/details/8775488 (深度学习)学习笔记整理系列
2. https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/ tensorflow 教程
3. https://www.liaoxuefeng.com/ 廖雪峰的官网
4. http://www.runoob.com/python/python-dictionary.html Python
5. https://blog.csdn.net/sinat_26917383/article/details/54667692 tensorflow 资料大全
6. https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy numpy + mkl
7. https://blog.csdn.net/qq_39521554/article/details/79335733 手把手教你用TensorFlow搭建图像识别模块
8. https://www.cnblogs.com/softzrp/p/6724884.html 卷积神经网络CNN基本框架介绍
9. https://blog.csdn.net/qq_32023541/article/details/79653186 TensorFlow 深度学习框架(8)-- 卷积神经网络结构 CNN
10. https://blog.csdn.net/qq_36269513/article/details/80420363 FCN的学习与理解
11. https://blog.csdn.net/bigdatadigest/article/details/79280065 如何将训练好的模型进行实际使用
12. https://cn.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187 优达学城 免费深度学习课程
13. https://github.com/tensorflow/federated TensorFlow Federated 开源地址 适用于面向分散式数据执行机器学习和其他计算
14. https://github.com/tensorflow/privacy TensorFlow Privacy 是一个 TensorFlow 机器学习开源库,能够让开发人员更容易培训具有强大隐私保障的 AI 模型
15. https://www.deeplearning.ai/tensorflow-specialization/ 《TensorFlow:从入门到精通》 吴恩达老师视频再次更新
16. https://blog.csdn.net/xd_wjc/article/details/80550862 21个项目玩转深度学习 第三章改正错误
17. https://blog.csdn.net/c20081052/article/category/7167092/2? 一个不错的博客(21)
18. https://blog.csdn.net/shuzfan/article/details/50738394#googlenet-incepetion-v1 GoogLeNet系列解读
19. https://paperswithcode.com/
20. 从编程实现角度学习Faster R-CNN(附极简实现)
21. https://zhuanlan.zhihu.com/p/45422386 IOU_net