修正線形ユニット(ReLU)またはバイナリ活性化関数を使用したニューラルネットワーク(NN)の場合、それらのトレーニングは縮小されたパラメーター空間で実現できることを示します。具体的には、各ニューロンの重みは、空間全体ではなく、単位球でトレーニングでき、しきい値は、実際の線ではなく、制限された間隔でトレーニングできます。縮小されたパラメーター空間のNNは、空間全体にパラメーターを持つ標準NNと数学的に同等であることを示します。サーチスペースが(はるかに)小さくなるため、削減されたパラメータースペースは、ネットワークトレーニングの最適化手順を促進するものとします。数値例を使用して、改善されたトレーニングパフォーマンスを示します。
For neural networks (NNs) with rectified linear unit (ReLU) or binary activation functions, we show that their training can be accomplished in a reduced parameter space. Specifically, the weights in each neuron can be trained on the unit sphere, as opposed to the entire space, and the threshold can be trained in a bounded interval, as opposed to the real line. We show that the NNs in the reduced parameter space are mathematically equivalent to the standard NNs with parameters in the whole space. The reduced parameter space shall facilitate the optimization procedure for the network training, as the search space becomes (much) smaller. We demonstrate the improved training performance using numerical examples.