《30天吃掉那只 TensorFlow2.0》五TensorFlow的中阶API

Posted 风信子的猫Redamancy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了《30天吃掉那只 TensorFlow2.0》五TensorFlow的中阶API相关的知识,希望对你有一定的参考价值。

五、TensorFlow的中阶API

TensorFlow的中阶API主要包括:

  • 数据管道(tf.data)

  • 特征列(tf.feature_column)

  • 激活函数(tf.nn)

  • 模型层(tf.keras.layers)

  • 损失函数(tf.keras.losses)

  • 评估函数(tf.keras.metrics)

  • 优化器(tf.keras.optimizers)

  • 回调函数(tf.keras.callbacks)

如果把模型比作一个房子,那么中阶API就是【模型之墙】。

以上是关于《30天吃掉那只 TensorFlow2.0》五TensorFlow的中阶API的主要内容,如果未能解决你的问题,请参考以下文章

《30天吃掉那只 TensorFlow2.0》五TensorFlow的中阶API

《30天吃掉那只 TensorFlow2.0》 三TensorFlow的层次结构

《30天吃掉那只 TensorFlow2.0》 开篇辞(Tensorflow 学习之路)

《30天吃掉那只 TensorFlow2.0》 开篇辞(Tensorflow 学习之路)

《30天吃掉那只 TensorFlow2.0》 5-1 数据管道Dataset

《30天吃掉那只 TensorFlow2.0》 5-1 数据管道Dataset