BriefGPT.xyz
Aug, 2023
训练回归型MLP神经网络的免于局部最小值的算法
A free from local minima algorithm for training regressive MLP neural networks
HTML
PDF
Augusto Montisci
TL;DR
这篇文章介绍了一种创新的方法来训练回归MLP网络,该方法不受局部极小值的影响,通过基于训练集分布特性或更好地说是神经网络内部的图像来避免局部极小值问题,并通过一个著名的基准测试展示了算法的性能。
Abstract
In this article an innovative method for training regressive
mlp networks
is presented, which is not subject to
local minima
. The
error-back-prop
→