File tree Expand file tree Collapse file tree 1 file changed +86
-2
lines changed Expand file tree Collapse file tree 1 file changed +86
-2
lines changed Original file line number Diff line number Diff line change 1- # TensorFlow2_Keras_API_Jupyter_demo
2- Tensorflow2 Keras 官方指南API demo,Jupyter版本学习笔记整理,在官方demo的基础上,丰富了一些样例。
1+ ## 介绍
2+ ●Tensorflow2 Keras 官方指南API demo,Jupyter版本学习笔记整理,在官方demo的基础上,丰富了一些样例。
3+
4+ ## 张量
5+ ●即刻执行
6+ ●张量
7+ ●变量
8+ ●自动微分
9+ ●图和函数简介
10+ ●模块、层和模型简介
11+ ●循环训练
12+ ●高级自动微分
13+ ●不规则张量
14+ ●稀疏张量
15+ ●Numpy API
16+ ●Tensor切片
17+
18+ ## Keras
19+ ●Sequential模型
20+ ●Functional API
21+ ●使用内置方法进行训练和评估
22+ ●通过子类化构建新层和模型
23+ ●保存并加载Keras模型
24+ ●使用预处理层
25+ ●自定义Model.fit的操作流程
26+ ●从头开始编写训练循环
27+ ●采用Keras的循环神经网络(RNN)
28+ ●采用Keras进行遮盖和填充
29+ ●自动编写回调
30+ ●迁移学习和微调
31+ ●使用TensorFlow Cloud训练Keras模型
32+
33+ ## 自定义
34+ ●创建操作
35+ ●生成随机数字
36+
37+ ## 数据输入流水线
38+ ●tf.data
39+ ●优化流水线性能
40+ ●分析流水线性能
41+
42+ ## 保存模型
43+ ●检查点
44+ ●SaveModel
45+
46+ ## 加速器
47+ ●分布式训练
48+ ●GPU
49+ ●TPU
50+
51+ ## 性能
52+ ●使用tf.function提升性能
53+ ●分析TensorFlow的性能
54+ ●优化GPU性能
55+ ●图优化
56+ ●混合精度
57+
58+ ## TensorFlow Serving(服务)
59+ ●TensorFlow Serving和Docker
60+ ●安装
61+ ●提供TensorFlow模型
62+ ●高级模型服务器配置
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
You can’t perform that action at this time.
0 commit comments