Related Experiment Video
Updated: Sep 7, 2025

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
Published on: February 6, 2020
Successfully and efficiently training deep multi-layer perceptrons with logistic activation function simply requires
1School of Computer Science and Electronic Engineering, University of Essex, Colchester, CO4 3SQ, UK; Department of Computer Engineering, Karamanoglu Mehmetbey University, Karaman, Turkey.
Weight initialization significantly impacts deep neural network training. Negative, inversely proportional initial weights prevent vanishing gradients, enabling successful deep learning with sigmoid activation functions.
Area of Science:
- Deep Learning
- Neural Network Architectures
- Computational Neuroscience
Background:
- The vanishing gradient problem hinders deep neural network training with sigmoid activation functions.
- Standard back-propagation algorithms struggle with deep networks due to diminishing gradients.
Purpose of the Study:
- Investigate the role of weight initialization in the vanishing gradient problem.
- Develop theoretical models to understand gradient behavior during back-propagation.
- Identify conditions to mitigate vanishing gradients in deep neural networks.
Main Methods:
- Developed a theoretical model analyzing the effect of initial weight means on gradient values.
- Formulated a second theoretical model to establish sufficient conditions for vanishing gradients.
- Conducted experiments on 10- and 15-hidden-layer networks to validate theoretical predictions.
Main Results:
- Initial weight mean negatively impacts gradient values.
- A sufficient condition for avoiding vanishing gradients was identified.
- Negative initial weights, inversely proportional to layer neuron count, prevent gradient vanishing.
- Theoretical predictions were experimentally confirmed.
Conclusions:
- Weight initialization is a critical factor in overcoming the vanishing gradient problem.
- Specific initialization strategies enable effective training of deep neural networks with sigmoid activations.
- The findings facilitate more efficient and successful training of deep learning models.
Related Concept Videos
Multi-input and Multi-variable systems
In the absence...
Long-term Potentiation
Survival Tree
Building a Survival Tree
Constructing a...
Introduction to Learning
In contrast to learned behaviors, unlearned behaviors such as crying, sexual...
Associative Learning
Classical conditioning, also known...
Purposive Learning