Fast multilayer feedforward neural network training

This is a simple and fast code to train neural networks with any number of layers.

You are now following this Submission

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 (2026). Fast multilayer feedforward neural network training (https://www.mathworks.com/matlabcentral/fileexchange/35364-fast-multilayer-feedforward-neural-network-training), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Deep Learning Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0.0

Title changed.

1.1.0.0

Changed the format of the compressed file.

1.0.0.0