arXiv reaDer
絶対活性化関数を使用した分類ニューラル ネットワークの改善 (MNIST/LeNET-5 の例)
Improving Classification Neural Networks by using Absolute activation function (MNIST/LeNET-5 example)
この論文では、分類ニューラル ネットワークにおける絶対活性化関数の使用について説明します。単純な問題とより複雑な問題でこの活性化関数を使用する例を示します。 MNIST 問題を解決するためのベースラインとして LeNet-5 ネットワークを使用して、Tanh、ReLU、および SeLU 活性化の使用と比較して絶対活性化関数の効率を示します。深層ネットワークでは、絶対活性化は勾配の消失や爆発を引き起こさないことが示されているため、絶対活性化は単純なニューラル ネットワークと深層ネットワークの両方で使用できます。絶対活性化を使用したトレーニング ネットワークの揮発性が高いため、ADAM トレーニング アルゴリズムの特別な修正が使用されます。これは、各トレーニング エポックで検証データセット分析を使用して任意のテスト データセットで精度の下限を推定し、この値を使用して学習率を停止/減少させます。 、およびこれらのステップ間で ADAM アルゴリズムを再初期化します。絶対活性化に基づく LeNet のようなアーキテクチャで MNIST 問題を解決すると、予測精度が向上し、ニューラル ネットワークのトレーニング済みパラメーターの数が大幅に削減されることが示されています。
The paper discusses the use of the Absolute activation function in classification neural networks. An examples are shown of using this activation function in simple and more complex problems. Using as a baseline LeNet-5 network for solving the MNIST problem, the efficiency of Absolute activation function is shown in comparison with the use of Tanh, ReLU and SeLU activations. It is shown that in deep networks Absolute activation does not cause vanishing and exploding gradients, and therefore Absolute activation can be used in both simple and deep neural networks. Due to high volatility of training networks with Absolute activation, a special modification of ADAM training algorithm is used, that estimates lower bound of accuracy at any test dataset using validation dataset analysis at each training epoch, and uses this value to stop/decrease learning rate, and re-initializes ADAM algorithm between these steps. It is shown that solving the MNIST problem with the LeNet-like architectures based on Absolute activation allows to significantly reduce the number of trained parameters in the neural network with improving the prediction accuracy.
updated: Sun Apr 23 2023 22:17:58 GMT+0000 (UTC)
published: Sun Apr 23 2023 22:17:58 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト