Related Experiment Video
Updated: Jul 5, 2025

P300-Based Brain-Computer Interface Speller Performance Estimation with Classifier-Based Latency Estimation
Published on: September 8, 2023
Cross Entropy in Deep Learning of Classifiers Is Unnecessary-ISBE Error Is All You Need
1Faculty of Electronics and Information Technology, Warsaw University of Technology, 00-661 Warszawa, Poland.
This study introduces the Improved SoftMax-Before-Entropy (ISBE) functionality, demonstrating that cross-entropy computation is redundant in deep learning classifiers. ISBE streamlines back-propagation, improving efficiency without degrading performance.
Area of Science:
- Deep Learning
- Machine Learning
- Computer Science
Background:
- Deep learning classifiers commonly use SoftMax and CrossEntropy cost functions.
- SoftMax converts model scores to class probabilities.
- CrossEntropy measures prediction divergence from target distributions.
Purpose of the Study:
- To introduce the Improved SoftMax-Before-Entropy (ISBE) functionality.
- To demonstrate the redundancy of cross-entropy computation in deep learning.
- To optimize deep learning classifier training and back-propagation.
Main Methods:
- Introduction of the ISBE functionality.
- Analysis of back-propagation without cross-entropy calculation.
- Implementation and testing on perceptron and convolutional networks using MNIST dataset.
- Formal proof of the SoftMax trick's applicability.
Main Results:
- ISBE omits cross-entropy calculation, simplifying back-propagation.
- Classifier performance is maintained using SoftMax only, with various activation functions.
- Significant operational savings observed in forward and backward passes.
- ISBE is effective with SoftMax, Sigmoid, Tanh, HardSigmoid, and HardTanh.
Conclusions:
- Cross-entropy computation is unnecessary for deep learning classifiers.
- ISBE offers computational savings and maintains performance.
- The proposed method is suitable for programmers and students designing deep models.
Related Concept Videos
Standard Error of the Mean
The standard error of the mean is an example of a standard error. It is a unique standard deviation known as the standard deviation of the sampling distribution of the mean. The standard error of the mean is a statistic that calculates how correctly a sample distribution represents a...
Margin of Error
Detection of Gross Error: The Q Test
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Types of Errors: Detection and Minimization
Absolute error in a measurement is the numerical difference from the true or central value. Relative error is the ratio between absolute error and the true or central value, expressed as a percentage.
Errors can be classified by source, magnitude, and sign. There are three types of errors: systematic, random, and gross.
Systematic or...
Regression Toward the Mean

