Also known as: Layers API (tf.layers) · tf.layers · Layers API tf.layers
Layers API, или tf.layers, был интерфейсом TensorFlow для построения слоев нейронных сетей. Он предоставлял строительные блоки для определения архитектур моделей, хотя новые рабочие процессы TensorFlow обычно используют API Keras.
A TensorFlow API for constructing a deep neural network as a composition of layers. The Layers API lets you build different types of layers, such as: - for a fully-connected layer. - for a convolutional layer. The Layers API follows the Keras layers API conventions. That is, aside from a different prefix, all functions in the Layers API have the same names and signatures as their counterparts in the Keras layers API.