Combine Relu with Tanh
Xinru Li, Zelin Hu, Xiaoping Huang
Abstract
Xinru Li, Zelin Hu, Xiaoping Huang
Abstract
Activation function is an integral part of convolutional neural networks. Through many experiments we find that there are some complementary properties between Relu activation function and Tanh activation function. The output of Tanh function could increase the values activated by Relu units and decrease the values clipped by Relu units. By changing Relu activation function into the weighted sum of Relu activation function and Tanh activation function, the networks could obtain a great improvement. We conduct a series of experiments on some datesets, the results show that our method could improve the accuracy of ResNet and Inception by a large margin with only two parameters added every convolutional layer.
OpenAlex reports 15 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Activation function is an integral part of convolutional neural networks. Through many experiments we find that there are some complementary properties between Relu activation function and Tanh activation function. The output of Tanh function could increase the values activated by Relu units and decrease the values clipped by Relu units. By changing Relu activation function into the weighted sum of Relu activation function and Tanh activation function, the networks could obtain a great improvement. We conduct a series of experiments on some datesets, the results show that our method could improve the accuracy of ResNet and Inception by a large margin with only two parameters added every convolutional layer.
Key concepts: Activation function, Hyperbolic function, Function (biology), Computer science, Margin (machine learning), Algorithm, Convolutional neural network, Artificial neural network