更新器
梯度下降的特殊算法。
什么是更新器?
用法
ComputationGraphConfiguration conf = new NeuralNetConfiguration.Builder()
.updater(new Adam(0.01))
// 在下面添加你的层和超参数
.build();Last updated
Was this helpful?
梯度下降的特殊算法。
ComputationGraphConfiguration conf = new NeuralNetConfiguration.Builder()
.updater(new Adam(0.01))
// 在下面添加你的层和超参数
.build();Last updated
Was this helpful?
Was this helpful?