Related Experiment Video
Updated: Jul 7, 2026

08:12
A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
A new pruning heuristic based on variance analysis of sensitivity information
1Department of Computer Science, School of Information Technology, University of Pretoria, Pretoria, South Africa. engel@driesie.cs.up.ac.za
IEEE Transactions on Neural Networks
|February 6, 2008
Summary
This study introduces a novel neural network pruning algorithm that efficiently removes irrelevant input and hidden units. The method utilizes sensitivity analysis and variance to optimize network performance and reduce computational complexity.
Area of Science:
- Computer Science
- Artificial Intelligence
- Machine Learning
Background:
- Neural network (NN) architecture selection is crucial for balancing performance and computational cost.
- Sensitivity analysis is an established technique for pruning parameters in feedforward NNs.
Purpose of the Study:
- To present a new pruning algorithm for neural networks.
- To quantify the relevance of input and hidden units using sensitivity analysis.
Main Methods:
- A novel pruning algorithm is proposed, leveraging sensitivity analysis.
- A statistical pruning heuristic based on variance analysis is introduced to identify and remove irrelevant units.
- The core idea is to prune parameters with sensitivity variance not significantly different from zero.
Main Results:
- Experimental results demonstrate the algorithm's effectiveness in correctly pruning irrelevant input and hidden units.
- The new pruning algorithm's performance is benchmarked against standard pruning techniques.
Conclusions:
- The developed pruning algorithm successfully identifies and removes redundant units in neural networks.
- This approach offers an effective method for optimizing neural network architectures.
Related Concept Videos
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...
Sensitivity, Specificity, and Predicted Value
In healthcare diagnostics, laboratory tests play a crucial role in identifying and diagnosing a wide range of medical conditions. However, interpreting test results is not always straightforward. An abnormal test result does not always confirm the presence of a disease, just as a normal result does not guarantee its absence. To assess the reliability of these diagnostic tools, healthcare practitioners rely on two key statistical indicators: sensitivity and specificity.
Sensitivity is the...
Sensitivity is the...
Variance
The deviations show how spread out the data are about the mean. A positive deviation occurs when the data value exceeds the mean, whereas a negative deviation occurs when the data value is less than the mean. If the deviations are added, the sum is always zero. So one cannot simply add the deviations to get the data spread. By squaring the deviations, the numbers are made positive; thus, their sum will also be positive.The standard deviation measures the spread in the same units as the data.
Variability: Analysis
Measures of variability are statistical metrics that reveal the dispersion pattern within a dataset. They are pivotal in biostatistics, providing insights into the heterogeneity within health and biological data. Variability signifies the degree to which data points diverge from one another, helping researchers understand the potential range of values and associated uncertainty within the data.
The range is a simple measure of variability, indicating the difference between the highest and...
The range is a simple measure of variability, indicating the difference between the highest and...
Heuristics
Heuristics are problem-solving strategies that use mental shortcuts to simplify decision-making. Unlike algorithms, which must be followed precisely to achieve a correct result, heuristics offer a general problem-solving framework. They save time and energy but can sometimes lead to less rational decisions.
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
Trimmed Mean
While measuring the mean of a data set, care needs to be taken when associating the mean to its central tendency. The same goes for the arithmetic mean, the geometric mean, or the harmonic mean. This is because the presence of a single outlier data value can significantly affect the mean. That is, the mean is sensitive to fluctuations in the data set.
Although certain measures of central tendency are not sensitive to outliers, there are alternative versions of the mean that get around the...
Although certain measures of central tendency are not sensitive to outliers, there are alternative versions of the mean that get around the...
