File tree Expand file tree Collapse file tree 1 file changed +43
-43
lines changed Expand file tree Collapse file tree 1 file changed +43
-43
lines changed Original file line number Diff line number Diff line change 22Tensorflow2 Keras 官方指南API demo,Jupyter版本学习笔记整理,在官方demo的基础上,丰富了一些样例,更新中。
33
44## 张量
5- ● [ 张量 ] ( https://github.com/solidglue/TensorFlow2_Keras_Guide_API_Jupyter_Demo/blob/master/01_TensorFlow_basics/01_01_Tensors.ipynb )
6- ●变量
7- ●自动微分
8- ●图和函数简介
9- ●模块、层和模型简介
10- ●循环训练
11- ●高级自动微分
12- ●不规则张量
13- ●稀疏张量
14- ●Numpy API
15- ●Tensor切片
5+ ● [ 张量 ] ( https://github.com/solidglue/TensorFlow2_Keras_Guide_API_Jupyter_Demo/blob/master/01_TensorFlow_basics/01_01_Tensors.ipynb )
6+ ● 变量
7+ ● 自动微分
8+ ● 图和函数简介
9+ ● 模块、层和模型简介
10+ ● 循环训练
11+ ● 高级自动微分
12+ ● 不规则张量
13+ ● 稀疏张量
14+ ● Numpy API
15+ ● Tensor切片
1616
1717## Keras
18- ●Sequential模型
19- ●Functional API
20- ●使用内置方法进行训练和评估
21- ●通过子类化构建新层和模型
22- ●保存并加载Keras模型
23- ●使用预处理层
24- ●自定义Model.fit的操作流程
25- ●从头开始编写训练循环
26- ●采用Keras的循环神经网络(RNN)
27- ●采用Keras进行遮盖和填充
28- ●自动编写回调
29- ●迁移学习和微调
30- ●使用TensorFlow Cloud训练Keras模型
18+ ● Sequential模型
19+ ● Functional API
20+ ● 使用内置方法进行训练和评估
21+ ● 通过子类化构建新层和模型
22+ ● 保存并加载Keras模型
23+ ● 使用预处理层
24+ ● 自定义Model.fit的操作流程
25+ ● 从头开始编写训练循环
26+ ● 采用Keras的循环神经网络(RNN)
27+ ● 采用Keras进行遮盖和填充
28+ ● 自动编写回调
29+ ● 迁移学习和微调
30+ ● 使用TensorFlow Cloud训练Keras模型
3131
3232## 自定义
33- ●创建操作
34- ●生成随机数字
33+ ● 创建操作
34+ ● 生成随机数字
3535
3636## 数据输入流水线
37- ●tf.data
38- ●优化流水线性能
39- ●分析流水线性能
37+ ● tf.data
38+ ● 优化流水线性能
39+ ● 分析流水线性能
4040
4141## 保存模型
42- ●检查点
43- ●SaveModel
42+ ● 检查点
43+ ● SaveModel
4444
4545## 加速器
46- ●分布式训练
47- ●GPU
48- ●TPU
46+ ● 分布式训练
47+ ● GPU
48+ ● TPU
4949
5050## 性能
51- ●使用tf.function提升性能
52- ●分析TensorFlow的性能
53- ●优化GPU性能
54- ●图优化
55- ●混合精度
51+ ● 使用tf.function提升性能
52+ ● 分析TensorFlow的性能
53+ ● 优化GPU性能
54+ ● 图优化
55+ ● 混合精度
5656
5757## TensorFlow Serving(服务)
58- ●TensorFlow Serving和Docker
59- ●安装
60- ●提供TensorFlow模型
61- ●高级模型服务器配置
58+ ● TensorFlow Serving和Docker
59+ ● 安装
60+ ● 提供TensorFlow模型
61+ ● 高级模型服务器配置
6262
6363
6464
You can’t perform that action at this time.
0 commit comments