C# 클래스 numl.Math.Optimization.Methods.GradientDescent.StochasticGradientDescent

A Stochastic Gradient Descent method.
상속: OptimizationMethod
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
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