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.4K
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.4K
Goodness-of-Fit Test01:16

Goodness-of-Fit Test

3.7K
The goodness-of-fit test is a type of hypothesis test which determines whether the data "fits" a particular distribution. For example, one may suspect that some anonymous data may fit a binomial distribution. A chi-square test (meaning the distribution for the hypothesis test is chi-square) can be used to determine if there is a fit. The null and alternative hypotheses may be written in sentences or stated as equations or inequalities. The test statistic for a goodness-of-fit test is given as...
3.7K
Multiple Regression01:25

Multiple Regression

3.1K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.1K
Multi-input and Multi-variable systems01:22

Multi-input and Multi-variable systems

135
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
135
Neural Regulation01:37

Neural Regulation

39.6K
Digestion begins with a cephalic phase that prepares the digestive system to receive food. When our brain processes visual or olfactory information about food, it triggers impulses in the cranial nerves innervating the salivary glands and stomach to prepare for food.
39.6K
Expected Frequencies in Goodness-of-Fit Tests01:19

Expected Frequencies in Goodness-of-Fit Tests

2.6K
A goodness-of-fit test is conducted to determine whether the observed frequency values are statistically similar to the frequencies expected for the dataset. Suppose the expected frequencies for a dataset are equal such as when predicting the frequency of any number appearing when casting a die. In that case, the expected frequency is the ratio of the total number of observations (n)  to the number of categories (k).
2.6K

You might also read

Related Articles

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

Sort by
Same author

CHCHD2 and CHCHD10 promoted autophagic clearance of protein aggregates via GABARAPs.

Autophagy·2026
Same author

The research of subdural effusion collection complicating cerebral revascularization following ventriculoperitoneal shunting in adults with hemorrhagic moyamoya disease: A retrospective case series.

Neurosurgical review·2026
Same author

Sub-band Embedding Based EEG Spatio-Temporal Activity Representation for Emotion Recognition.

IEEE journal of biomedical and health informatics·2026
Same author

African inland wetland area on the rise during the 21st century.

Nature communications·2026
Same author

Accumulated dose on daily iCBCT for rectal cancer: Effects of inter-fraction bowel cavity motion volume.

Journal of applied clinical medical physics·2026
Same author

Learn to Enhance Sparse Spike Streams.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Research on a Regional Availability Evaluation Model for Road-Area High-Entropy Energy Based on Synergy Factors.

Entropy (Basel, Switzerland)·2026
Same journal

Atmospheric Turbulence Channel Modeling and Performance Analysis of a CO-ZP-OFDM Coherent Optical Communication System for UAV Air-to-Ground Scenarios.

Entropy (Basel, Switzerland)·2026
Same journal

Information Geometry and Asymptotic Theory for SMML Estimators.

Entropy (Basel, Switzerland)·2026
Same journal

Correlation Entropy and Power-Law Kinetics.

Entropy (Basel, Switzerland)·2026
Same journal

Research on the Contagion of Systemic Financial Risk Under the Impact of Climate Risks-From the Perspective of Complex Networks and Machine Learning.

Entropy (Basel, Switzerland)·2026
Same journal

The Statistical-Mechanical Meaning of the Wave Function of Quantum Mechanics.

Entropy (Basel, Switzerland)·2026
See all related articles

Related Experiment Video

Updated: Aug 5, 2025

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks
11:18

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks

Published on: March 2, 2015

10.4K

RNNCon: Contribution Coverage Testing for Stacked Recurrent Neural Networks.

Xiaoli Du1,2, Hongwei Zeng1,2, Shengbo Chen1,2

  • 1School of Computer Engineering and Science, Shanghai University, Shanghai 200444, China.

Entropy (Basel, Switzerland)
|March 29, 2023
PubMed
Summary
This summary is machine-generated.

This study introduces RNNCon, a new test coverage metric for Recurrent Neural Networks (RNNs). RNNCon-Test effectively finds defects and improves model accuracy by generating adversarial inputs for safety-critical applications.

Keywords:
coverage metricsdeep learningrecurrent neural networkssoftware testing

More Related Videos

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

593

Related Experiment Videos

Last Updated: Aug 5, 2025

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks
11:18

Closed-loop Neuro-robotic Experiments to Test Computational Properties of Neuronal Networks

Published on: March 2, 2015

10.4K
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

593

Area of Science:

  • Computer Science
  • Artificial Intelligence
  • Machine Learning

Background:

  • Recurrent Neural Networks (RNNs) are crucial in safety-critical systems like autonomous driving.
  • Existing RNN testing methods inadequately address their susceptibility to input perturbations.
  • A gap exists in robust testing techniques for RNNs, threatening sequential data applications.

Purpose of the Study:

  • To propose a novel test coverage metric for RNNs to enhance test adequacy and defect detection.
  • To improve the performance and robustness of RNN models against input perturbations.
  • To guide the generation of effective test inputs for RNNs.

Main Methods:

  • Introduced RNNCon, a new coverage metric focusing on the contribution of neurons and weights within RNNs.
  • Redefined contribution coverage for Stacked LSTMs and Stacked GRUs, considering joint neuron-weight effects.
  • Developed and implemented RNNCon-Test, a framework prototype to guide adversarial test input generation.

Main Results:

  • RNNCon covers deeper decision logic in RNNs compared to existing metrics like RNN-Test.
  • RNNCon-Test successfully identified defects in Deep Learning systems.
  • Adversarial inputs generated by RNNCon-Test improved model accuracy by up to 0.45% after retraining.

Conclusions:

  • RNNCon provides a more detailed and effective approach to testing RNNs.
  • RNNCon-Test enhances defect detection and model robustness in safety-critical sequential applications.
  • The proposed metric and framework contribute to more reliable AI systems.