Caesar AI Atlas

Многослойный перцептрон

Caesar AI Atlas Definition

Многослойный перцептрон — feedforward neural network с input layer, одним или несколькими hidden layers и output layer. Он изучает nonlinear relationships, применяя weighted connections и activation functions across layers.

Other Definitions

Многослойный перцептрон Source

In deep learning, a multilayer perceptron (MLP) is a name for a modern feedforward neural network consisting of fully connected neurons with nonlinear activation functions, organized in layers, notable for being able to distinguish data that is not linearly separable.

Related Terms