Neural network algorithms.

This module provides artificial neural network implementations for binary and multiclass classification.

Algorithms

  • PerceptronClassifier: The classic single-layer neural network.
across all weight vectors encountered during training. for improved stability and generalization.
  • MultilayerPerceptronClassifier: Feedforward neural network with
configurable hidden layers and backpropagation training.

Modules