1. Outline

  • ±*/
  • **, pow, square
  • sqrt
  • //, %
  • exp, log
  • @, matmul
  • linear layer

2. Operation type

  • element-wise
    • ±*/
  • matrix-wise
    • @, matmul
  • dim-wise
    • reduce_mean/max/min/sum

2.1. ±*/%//

08. Tensorflow2.0中的数学运算

2.2. tf.math.log tf.exp

08. Tensorflow2.0中的数学运算

2.3. log2, log10?

08. Tensorflow2.0中的数学运算

2.4. pow, sqrt

08. Tensorflow2.0中的数学运算

2.5. @ matmul

08. Tensorflow2.0中的数学运算
08. Tensorflow2.0中的数学运算

2.6. With broadcasting

08. Tensorflow2.0中的数学运算

3. 需要全套课程视频+PPT+代码资源可以私聊我-

  • 方式1:CSDN私信我!
  • 方式2:QQ邮箱:[email protected]或者直接加我QQ: 594042358!

相关文章: