Neural Network Structure Design based on N-Gauss Activation Function
Xiangri Lu, Hongbin Ma, Jingcheng Zhang

TL;DR
This paper introduces the N-Gauss activation function and a neural network design that leverages Lipschitz condition compliance to improve deep learning performance on datasets like MNIST and CIFAR.
Contribution
The paper proposes the N-Gauss activation function and a novel neural network structure that enhances hierarchical nonlinear mapping and training effectiveness.
Findings
N-Gauss activation achieves comparable performance to ReLU and Swish on small datasets.
The proposed structure improves deep CNN training depth and accuracy.
Experimental results validate the effectiveness of N-Gauss on multiple datasets.
Abstract
Recent work has shown that the activation function of the convolutional neural network can meet the Lipschitz condition, then the corresponding convolutional neural network structure can be constructed according to the scale of the data set, and the data set can be trained more deeply, more accurately and more effectively. In this article, we have accepted the experimental results and introduced the core block N-Gauss, N-Gauss, and Swish (Conv1, Conv2, FC1) neural network structure design to train MNIST, CIFAR10, and CIFAR100 respectively. Experiments show that N-Gauss gives full play to the main role of nonlinear modeling of activation functions, so that deep convolutional neural networks have hierarchical nonlinear mapping learning capabilities. At the same time, the training ability of N-Gauss on simple one-dimensional channel small data sets is equivalent to the performance of ReLU…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM · Domain Adaptation and Few-Shot Learning · Neural Networks and Applications
MethodsSigmoid Activation
