Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 381 Bytes

17-Day5.md

File metadata and controls

17 lines (9 loc) · 381 Bytes

第五周小结

  • 自动微分:TensorFlow梯度带,能够自动构建反向计算图

image-20210323135307009

  • 用张量表示神经网络
  1. 张量的概念、形状、创建tensor
  2. 张量的运算
  3. 张量的索引
  4. 特殊张量表示
  • 自动微分