Fast multilayer feedforward neural network training

Version 1.2.0.0 (16.4 KB) by Nicolas
This is a simple and fast code to train neural networks with any number of layers.
3.1K Downloads
Updated 12 Mar 2012

View License

This codes optimizes a multilayer feedforward neural network using first-order stochastic gradient descent. It output the network as a structure, which can then be tested on new data.

Cite As

Nicolas (2024). Fast multilayer feedforward neural network training (https://www.mathworks.com/matlabcentral/fileexchange/35364-fast-multilayer-feedforward-neural-network-training), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Title changed.

1.1.0.0

Changed the format of the compressed file.

1.0.0.0