paper-with-me

Papers

Trainable Activation Function in Image Classification

2020-04-28 · Zhaohe Liao

In the current research of neural networks, the activation function is manually specified by human and not able to change themselves during training. This paper focus on how to make the activation function trainable for deep neural networks. We use series and linear combination of different activation functions make activation functions continuously variable. Also, we test the performance of CNNs with Fourier series simulated activation(Fourier-CNN) and CNNs with linear combined activation function (LC-CNN) on Cifar-10 dataset. The result shows our trainable activation function reveals better performance than the most used ReLU activation function. Finally, we improves the performance of Fourier-CNN with Autoencoder, and test the performance of PSO algorithm in optimizing the parameters of networks

📄 PDF Abstract BibTeX arXiv:2004.13271

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Trainable Activations for Image Classification

2023-01-26 · Preprints 2023 1 · Evgenii Pishchik

Non-linear activation functions are one of the main parts of deep neural network architectures. The choice of the activation function can affect model speed, performance and convergence. Most popular activation functions…

image-classificationImage Classification

Trainable Highly-expressive Activation Functions

2024-07-10 · Irit Chelly, Shahaf E. Finder, Shira Ifergane, Oren Freifeld

Nonlinear activation functions are pivotal to the success of deep neural nets, and choosing the appropriate activation function can significantly affect their performance. Most networks use fixed activation functions (e.…

image-classificationImage ClassificationImage GenerationSemantic Segmentation

Adaptive Activation Functions for Predictive Modeling with Sparse Experimental Data

2024-02-08 · Farhad Pourkamali-Anaraki, Tahamina Nasrin, Robert E. Jensen, Amy M. Peterson 외

A pivotal aspect in the design of neural networks lies in selecting activation functions, crucial for introducing nonlinear structures that capture intricate input-output patterns. While the effectiveness of adaptive or …

image-classificationImage Classification

APALU: A Trainable, Adaptive Activation Function for Deep Learning Networks

2024-02-13 · Barathi Subramanian, Rathinaraja Jeyaraj, Rakhmonov Akhrorjon Akhmadjon Ugli, Jeonghong Kim

Activation function is a pivotal component of deep learning, facilitating the extraction of intricate data patterns. While classical activation functions like ReLU and its variants are extensively utilized, their static …

Anomaly DetectionDeep Learningimage-classificationImage Classification+2

A survey on modern trainable activation functions

2020-05-02 · Andrea Apicella, Francesco Donnarumma, Francesco Isgrò, Roberto Prevete

In neural networks literature, there is a strong interest in identifying and defining activation functions which can improve neural network performance. In recent years there has been a renovated interest of the scientif…

Survey