LostTech.TensorFlow : API Documentation

Type Adam

Namespace tensorflow.python.keras.optimizers

Parent Optimizer

Interfaces IAdam

Public static methods

Adam NewDyn(ImplicitContainer<T> lr, ImplicitContainer<T> beta_1, ImplicitContainer<T> beta_2, object epsilon, ImplicitContainer<T> decay, ImplicitContainer<T> amsgrad, IDictionary<string, object> kwargs)

Public properties

bool amsgrad get; set;

object beta_1 get; set;

object beta_2 get; set;

object decay get; set;

Nullable<double> epsilon get; set;

double initial_decay get; set;

object iterations get; set;

object lr get; set;

object PythonObject get;