DeltaRule

Trains a single artificial neuron using the delta rule.

You are now following this Submission

Routine accepts input variables, binary target variable (0/1) and a small number of training parameters, and returns discovered coefficients for a single neuron.

Technical details:
Learning rule: incremental delta rule
Learning Rate: constant
Transfer function: logistic
Exemplar presentation order: random, by training epoch

Use 'help DeltaRule' for further details.

Cite As

Will Dwinnell (2026). DeltaRule (https://www.mathworks.com/matlabcentral/fileexchange/26696-deltarule), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

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

Slight modification of description.

1.0.0.0