kernel_regularizer: Regularizer function applied to the kernel
weights matrix (see
https://keras.io/regularizer
)
•
recurrent_regularizer: Regularizer function applied to the
recurrent_kernel weights matrix (see
https://keras.io/
regularizer
)
•
bias_regularizer: Regularizer function applied to the bias vector
(see
https://keras.io/regularizer
)
•
activity_regularizer: Regularizer function applied to the output of
the layer (its “activation”) (see
https://keras.io/regularizer
)
•
kernel_constraint: Constraint function applied to the kernel
weights matrix (see
https://keras.io/constraints
)
•
recurrent_constraint: Constraint function applied to the recurrent_
kernel weights matrix (see
https://keras.io/constraints
)
•
bias_constraint: Constraint function applied to the bias vector (see
https://keras.io/constraints
)
•
dropout: Float between 0 and 1. Fraction of the units to drop for the
linear transformation of the inputs.
•
Do'stlaringiz bilan baham: |