LostTech.TensorFlow : API Documentation

Type GradientDescentOptimizer

Namespace tensorflow.train

Parent Optimizer

Interfaces IGradientDescentOptimizer

Optimizer that implements the gradient descent algorithm.

Methods

Properties

Public static methods

GradientDescentOptimizer NewDyn(object learning_rate, ImplicitContainer<T> use_locking, ImplicitContainer<T> name)

Construct a new gradient descent optimizer.
Parameters
object learning_rate
A Tensor or a floating point value. The learning rate to use.
ImplicitContainer<T> use_locking
If True use locks for update operations.
ImplicitContainer<T> name
Optional name prefix for the operations created when applying gradients. Defaults to "GradientDescent".

Public properties

object PythonObject get;