paper-with-me

Papers

Enhanced Convolution Neural Network with Optimized Pooling and Hyperparameter Tuning for Network Intrusion Detection

2024-09-27 · Ayush Kumar Sharma, Sourav Patel, Supriya Bharat Wakchaure, Abirami S

Network Intrusion Detection Systems (NIDS) are essential for protecting computer networks from malicious activities, including Denial of Service (DoS), Probing, User-to-Root (U2R), and Remote-to-Local (R2L) attacks. Without effective NIDS, networks are vulnerable to significant security breaches and data loss. Machine learning techniques provide a promising approach to enhance NIDS by automating threat detection and improving accuracy. In this research, we propose an Enhanced Convolutional Neural Network (EnCNN) for NIDS and evaluate its performance using the KDDCUP'99 dataset. Our methodology includes comprehensive data preprocessing, exploratory data analysis (EDA), and feature engineering. We compare EnCNN with various machine learning algorithms, including Logistic Regression, Decision Trees, Support Vector Machines (SVM), and ensemble methods like Random Forest, AdaBoost, and Voting Ensemble. The results show that EnCNN significantly improves detection accuracy, with a notable 10% increase over state-of-art approaches. This demonstrates the effectiveness of EnCNN in real-time network intrusion detection, offering a robust solution for identifying and mitigating security threats, and enhancing overall network resilience.

📄 PDF Abstract BibTeX arXiv:2409.18642

Code (1)

pingayush/INTELLIGUARD-Enhancing-Network-Security 공식 구현

Tasks

Attention Score PredictionFeature EngineeringIntrusion DetectionNetwork Intrusion Detection

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Pooling Revisited: Your Receptive Field is Suboptimal

2022-05-30 · CVPR 2022 1 · Dong-Hwan Jang, Sanghyeok Chu, Joonhyuk Kim, Bohyung Han

The size and shape of the receptive field determine how the network aggregates local information and affect the overall performance of a model considerably. Many components in a neural network, such as kernel sizes and s…

image-classificationImage ClassificationSemantic Segmentation

CMA-ES for Hyperparameter Optimization of Deep Neural Networks

2016-04-25 · Ilya Loshchilov, Frank Hutter

Hyperparameters of deep neural networks are often optimized by grid search, random search or Bayesian optimization. As an alternative, we propose to use the Covariance Matrix Adaptation Evolution Strategy (CMA-ES), which…

Bayesian OptimizationHyperparameter Optimization

Facial Emotion Recognition using Convolutional Neural Networks

2019-10-12 · Akash Saravanan, Gurudutt Perichetla, Dr. K. S. Gayathri

Facial expression recognition is a topic of great interest in most fields from artificial intelligence and gaming to marketing and healthcare. The goal of this paper is to classify images of human faces into one of seven…

Emotion RecognitionFacial Emotion RecognitionFacial Expression RecognitionFacial Expression Recognition (FER)+1

Partition Pooling for Convolutional Graph Network Applications in Particle Physics

2022-08-11 · M. Bachlechner, T. Birkenfeld, P. Soldin, A. Stahl 외

Convolutional graph networks are used in particle physics for effective event reconstructions and classifications. However, their performances can be limited by the considerable amount of sensors used in modern particle …

Graph Neural Network

Surrogate Model Based Hyperparameter Tuning for Deep Learning with SPOT

2021-05-30 · Thomas Bartz-Beielstein, Frederik Rehbach, Amrita Sen, Martin Zaefferer

A surrogate model based hyperparameter tuning approach for deep learning is presented. This article demonstrates how the architecture-level parameters (hyperparameters) of deep learning models that were implemented in Ke…

Deep Learning