layered.optimization module¶
-
class
GradientDecent[source]¶ Bases:
objectAdapt the weights in the opposite direction of the gradient to reduce the error.
-
class
Momentum[source]¶ Bases:
objectSlow down changes of direction in the gradient by aggregating previous values of the gradient and multiplying them in.