C# Класс numl.Math.Optimization.Methods.GradientDescent.StochasticGradientDescent

A Stochastic Gradient Descent method.
Наследование: OptimizationMethod
Показать файл Открыть проект

Открытые методы

Метод Описание
UpdateTheta ( OptimizerProperties properties ) : Vector

Update and return the new Theta value.

Описание методов

UpdateTheta() публичный Метод

Update and return the new Theta value.
public UpdateTheta ( OptimizerProperties properties ) : Vector
properties OptimizerProperties Properties for the optimization routine.
Результат numl.Math.LinearAlgebra.Vector