TensorFlow.js 层基本完整参考
TensorFlow.js 是由 Google 设计的开源 JavaScript 库,用于开发机器学习模型和深度学习神经网络。
TensorFlow.js Layers 基本功能:
- TensorFlow.js tf.layers.activation()函数
- TensorFlow.js tf.layers.dense()函数
- TensorFlow.js tf.layers.dropout()函数
- TensorFlow.js tf.layers.embedding()函数
- TensorFlow.js tf.layers.flatten()函数
- TensorFlow.js tf.layers.permute()函数
- TensorFlow.js tf.layers.repeatVector()函数
- TensorFlow.js tf.layers.reshape()函数
- TensorFlow.js tf.layers.spatialDropout1d()函数