paper-with-me

Papers

Evaluating Model Performance with Hard-Swish Activation Function Adjustments

2024-10-09 · Sai Abhinav Pydimarry, Shekhar Madhav Khairnar, Sofia Garces Palacios, Ganesh Sankaranarayanan, Darian Hoagland, Dmitry Nepomnayshy, Huu Phong Nguyen

In the field of pattern recognition, achieving high accuracy is essential. While training a model to recognize different complex images, it is vital to fine-tune the model to achieve the highest accuracy possible. One strategy for fine-tuning a model involves changing its activation function. Most pre-trained models use ReLU as their default activation function, but switching to a different activation function like Hard-Swish could be beneficial. This study evaluates the performance of models using ReLU, Swish and Hard-Swish activation functions across diverse image datasets. Our results show a 2.06% increase in accuracy for models on the CIFAR-10 dataset and a 0.30% increase in accuracy for models on the ATLAS dataset. Modifying the activation functions in architecture of pre-trained models lead to improved overall accuracy.

📄 PDF Abstract BibTeX arXiv:2410.06879

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

(FiLe@Against@Claim)How do I file a claim against Expedia? How do I file a claim against Expedia? How Do I File a Claim Against Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Fast Help &…
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…
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

APTx: better activation function than MISH, SWISH, and ReLU's variants used in deep learning

2022-09-10 · Ravin Kumar

Activation Functions introduce non-linearity in the deep neural networks. This nonlinearity helps the neural networks learn faster and efficiently from the dataset. In deep learning, many activation functions are develop…

Deep Learning

Hard ASH: Sparsity and the right optimizer make a continual learner

2024-04-26 · Santtu Keskinen

In class incremental learning, neural networks typically suffer from catastrophic forgetting. We show that an MLP featuring a sparse activation function and an adaptive learning rate optimizer can compete with establishe…

class-incremental learningClass Incremental LearningIncremental LearningSplit-MNIST

P-Swish: Activation Function with Learnable Parameters Based on Swish Activation Function in Deep Learning

2021-01-01 · Marina Adriana Mercioni, Stefan Holban

In order to improve the performance of a deep neural network, the activation function is an important aspect that we must research continuously, that is why we have expanded the research in this direction. We introduced …

Image ClassificationTransfer Learning

ARiA: Utilizing Richard's Curve for Controlling the Non-monotonicity of the Activation Function in Deep Neural Nets

2018-05-22 · Narendra Patwardhan, Madhura Ingalhalikar, Rahee Walambe

This work introduces a novel activation unit that can be efficiently employed in deep neural nets (DNNs) and performs significantly better than the traditional Rectified Linear Units (ReLU). The function developed is a t…

E-swish: Adjusting Activations to Different Network Depths

2018-01-22 · Eric Alcaide

Activation functions have a notorious impact on neural networks on both training and testing the models against the desired problem. Currently, the most used activation function is the Rectified Linear Unit (ReLU). This …