This is my experiment code base for tf2.0 certification test preparation.
This is the link from TF2.0 offical doc. https://www.tensorflow.org/extras/cert/Setting_Up_TF_Developer_Certificate_Exam.pdf
- 基础机器学习模型
- 简单图像分类模型
- 真实场景下的图像分类模型
- 文本分类模型
- 时间序列预测模型
备考参考网址 https://github.com/nicholasjhana/tensorflow-certification-study-guide
参考书
第一阶段学习内容
https://www.tensorflow.org/tutorials/quickstart/beginner- https://www.tensorflow.org/tutorials/quickstart/advanced 演示了不用keras实现训练,较为复杂
第二阶段学习内容 VISION
