paper-with-me

홈 › Papers

Optimizing cnn-Bigru performance: Mish activation and comparative analysis with Relu

2024-05-30 · Asmaa Benchama, Khalid Zebbara

Deep learning is currently extensively employed across a range of research domains. The continuous advancements in deep learning techniques contribute to solving intricate challenges. Activation functions (AF) are fundamental components within neural networks, enabling them to capture complex patterns and relationships in the data. By introducing non-linearities, AF empowers neural networks to model and adapt to the diverse and nuanced nature of real-world data, enhancing their ability to make accurate predictions across various tasks. In the context of intrusion detection, the Mish, a recent AF, was implemented in the CNN-BiGRU model, using three datasets: ASNM-TUN, ASNM-CDX, and HOGZILLA. The comparison with Rectified Linear Unit (ReLU), a widely used AF, revealed that Mish outperforms ReLU, showcasing superior performance across the evaluated datasets. This study illuminates the effectiveness of AF in elevating the performance of intrusion detection systems.

📄 PDF Abstract BibTeX arXiv:2405.20503

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningIntrusion Detection

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음

Similar Papers 제목 키워드 기반

SoftReMish: A Novel Activation Function for Enhanced Convolutional Neural Networks for Visual Recognition Performance

2025-07-08 · Mustafa Bayram Gücen

In this study, SoftReMish, a new activation function designed to improve the performance of convolutional neural networks (CNNs) in image classification tasks, is proposed. Using the MNIST dataset, a standard CNN archite…

image-classificationImage Classification

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

Mish: A Self Regularized Non-Monotonic Activation Function

2019-08-23 · BMVC 2020 8 · Diganta Misra

We propose $\textit{Mish}$, a novel self-regularized non-monotonic activation function which can be mathematically defined as: $f(x)=x\tanh(softplus(x))$. As activation functions play a crucial role in the performance an…

Image Classificationobject-detectionObject Detection

dynActivation: A Trainable Activation Family for Adaptive Nonlinearity

2026-03-23 · Alois Bachmann arxiv

This paper proposes $\mathrm{dynActivation}$, a per-layer trainable activation defined as $f_i(x) = \mathrm{BaseAct}(x)(α_i - β_i) + β_i x$, where $α_i$ and $β_i$ are lightweight learned scalars that interpolate between …

Stable and Robust Deep Learning By Hyperbolic Tangent Exponential Linear Unit (TeLU)

2024-02-05 · Alfredo Fernandez, Ankur Mali

In this paper, we introduce the Hyperbolic Tangent Exponential Linear Unit (TeLU), a novel neural network activation function, represented as $f(x) = x{\cdot}tanh(e^x)$. TeLU is designed to overcome the limitations of co…