Module: contrib.keras.constraints

Module: tf.contrib.keras.constraints

Module tf.contrib.keras.constraints

Defined in tensorflow/contrib/keras/api/keras/constraints/__init__.py.

Keras built-in constraints functions.

Classes

class Constraint

class MaxNorm: MaxNorm weight constraint.

class MinMaxNorm: MinMaxNorm weight constraint.

class NonNeg: Constrains the weights to be non-negative.

class UnitNorm: Constrains the weights incident to each hidden unit to have unit norm.

class max_norm: MaxNorm weight constraint.

class min_max_norm: MinMaxNorm weight constraint.

class non_neg: Constrains the weights to be non-negative.

class unit_norm: Constrains the weights incident to each hidden unit to have unit norm.

Functions

deserialize(...)

get(...)

serialize(...)

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/keras/constraints

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部