Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Neural Circuits01:25

Neural Circuits

1.7K
Neural circuits and neuronal pools are two of the main structures found in the nervous system. Neural circuits are networks of neurons that work together to carry out a specific task or process. They consist of interconnected neurons and glial cells, which provide structural and metabolic support.
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
1.7K
Detection of Black Holes01:10

Detection of Black Holes

2.3K
Although black holes were theoretically postulated in the 1920s, they remained outside the domain of observational astronomy until the 1970s.
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
2.3K
Difference from Background: Limit of Detection01:05

Difference from Background: Limit of Detection

7.2K
The limit of detection (LOD) is the smallest amount of analyte that can be distinguished from the background noise. The LOD value corresponds to the concentration at which the analyte signal is three times larger than the standard deviation of the blank signal. Below this value, the analyte signal cannot be differentiated from the background noise. It is calculated by dividing the calibration slope by 3 times the standard deviation of the blank signals.
The LOD indicates the presence or absence...
7.2K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

A Semi-Supervised Stacked Autoencoder Using the Pseudo Label for Classification Tasks.

Entropy (Basel, Switzerland)·2023
Same author

IH-TCGAN: Time-Series Conditional Generative Adversarial Network with Improved Hausdorff Distance for Synthesizing Intention Recognition Data.

Entropy (Basel, Switzerland)·2023
Same author

A New Model of Interval-Valued Intuitionistic Fuzzy Weighted Operators and Their Application in Dynamic Fusion Target Threat Assessment.

Entropy (Basel, Switzerland)·2022
Same author

Network Intrusion Detection Method Based on FCWGAN and BiLSTM.

Computational intelligence and neuroscience·2022
Same author

Malicious Code Variant Identification Based on Multiscale Feature Fusion CNNs.

Computational intelligence and neuroscience·2021
Same author

A GRU-Based Method for Predicting Intention of Aerial Targets.

Computational intelligence and neuroscience·2021
Same journal

RETRACTION: Real-Time Modulation of Physical Training Intensity Based on Wavelet Recursive Fuzzy Neural Networks.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Multidimensional Heterogeneous Network Link Adaptation Based on Mobile Environment.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Framework to Segment and Evaluate Multiple Sclerosis Lesion in MRI Slices Using VGG-UNet.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Facial Emotion Recognition Using a Novel Fusion of Convolutional Neural Network and Local Binary Pattern in Crime Investigation.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Automatic Intelligent System Using Medical of Things for Multiple Sclerosis Detection.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Intangible Cultural Heritage Reproduction and Revitalization: Value Feedback, Practice, and Exploration Based on the IPA Model.

Computational intelligence and neuroscience·2026
See all related articles

Related Experiment Video

Updated: Sep 26, 2025

DNA Virus Detection System Based on RPA-CRISPR/Cas12a-SPM and Deep Learning
04:17

DNA Virus Detection System Based on RPA-CRISPR/Cas12a-SPM and Deep Learning

Published on: May 10, 2024

904

Network Intrusion Detection Technology Based on Convolutional Neural Network and BiGRU.

Bo Cao1, Chenghai Li1, Yafei Song1

  • 1School of Air and Missile Defense, Air Force Engineering University, Xi'an 710051, China.

Computational Intelligence and Neuroscience
|April 25, 2022
PubMed
Summary
This summary is machine-generated.

This study introduces an improved network intrusion detection model using convolutional neural networks and bidirectional gated recurrent units. The model achieves higher accuracy and a lower false-alarm rate for classifying network intrusions.

More Related Videos

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.7K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

659

Related Experiment Videos

Last Updated: Sep 26, 2025

DNA Virus Detection System Based on RPA-CRISPR/Cas12a-SPM and Deep Learning
04:17

DNA Virus Detection System Based on RPA-CRISPR/Cas12a-SPM and Deep Learning

Published on: May 10, 2024

904
Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.7K
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

659

Area of Science:

  • Computer Science
  • Cybersecurity
  • Artificial Intelligence

Background:

  • Existing network intrusion detection systems suffer from low accuracy and high false-alarm rates, particularly in multi-class intrusion scenarios.
  • Network traffic data often presents challenges with high dimensionality and imbalanced sample distributions, hindering model performance.

Purpose of the Study:

  • To propose a novel network intrusion detection model that enhances accuracy and reduces false alarms for multiple intrusion classifications.
  • To address feature dimensionality and sample imbalance issues in network traffic data.

Main Methods:

  • A hybrid sampling algorithm combining ADASYN and RENN was employed for data preprocessing.
  • Feature selection was performed using a combination of the random forest algorithm and Pearson correlation analysis.
  • A convolutional neural network (CNN) was utilized for spatial feature extraction, followed by average and max pooling.
  • Bidirectional Gated Recurrent Unit (BiGRU) was incorporated for extracting long-distance dependent information features.
  • The Softmax function was used for final classification.

Main Results:

  • The proposed model achieved high accuracy rates of 85.55% on UNSW_NB15, 99.81% on NSL-KDD, and 99.70% on CIC-IDS2017 datasets.
  • The model demonstrated superior performance compared to the CNN-GRU model, with improvements of 1.25%, 0.59%, and 0.27% on the respective datasets.
  • Effective feature learning was achieved through the combined CNN and BiGRU architecture.

Conclusions:

  • The proposed CNN-BiGRU network intrusion detection model effectively addresses challenges of low accuracy and high false-alarm rates.
  • The integration of hybrid sampling, feature selection, and a hybrid deep learning architecture leads to comprehensive and robust intrusion detection.
  • The model shows significant potential for real-world application in network security.