Simple Highway Network example from scratch.
Versión 1.0.1 (4,87 KB) por
Lyes Demri
This is a very basic Highway Network example comparing its performances with a Feedforward Neural Network.
This program implements the highway network described in [Srivastava 2015] . It compares the performances of a highway network with that of a feedforward neural network on a similar problem which simply consists of distinguishing between 3 data points. It confirms the fact that highway networks continue to have good performances even for higher numbers of hidden layers, as shown in the following image.
Every step of the gradient calculation is provided in the grad_highway_layer. function
Citar como
Lyes Demri (2025). Simple Highway Network example from scratch. (https://www.mathworks.com/matlabcentral/fileexchange/122362-simple-highway-network-example-from-scratch), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.