LostTech.TensorFlow : API Documentation

Type IOptimizer

Namespace tensorflow.keras.optimizers

Interfaces ITrackable

Public instance methods

object add_slot(object var, object slot_name, object initializer)

object add_weight(object name, object shape, object dtype, object initializer, object trainable, object synchronization, object aggregation)

object apply_gradients(object grads_and_vars, object name)

object get_gradients(object loss, object params)

object get_updates(object loss, object params)

object minimize(object loss, object var_list, object grad_loss, object name)

object set_weights_(object weights)

Public properties

object iterations get; set;

object weights get;