程序包 org.apache.flink.ml.common.optimizer
-
接口概要 接口 说明 Optimizer An optimizer is a function to modify the weight of a machine learning model, which aims to find the optimal parameter configuration for a machine learning model. -
类概要 类 说明 SGD Stochastic Gradient Descent (SGD) is the mostly wide-used optimizer for optimizing machine learning models.