Caesar AI Atlas

Скрытый слой

Caesar AI Atlas Definition

Скрытый слой — слой нейронов в нейронной сети, расположенный между входным и выходным слоями. Скрытые слои преобразуют входные представления в промежуточные признаки, поддерживающие прогнозирование, классификацию или генерацию. Сети с несколькими скрытыми слоями обычно называются глубокими нейронными сетями.

Other Definitions

Скрытый слой Source

A layer of neurons in an artificial neural network that is neither an input layer nor an output layer.

Скрытый слой Source

A layer in a neural network between the input layer (the features) and the output layer (the prediction). Each hidden layer consists of one or more neurons. For example, the following neural network contains two hidden layers, the first with three neurons and the second with two neurons: !Four layers. The first layer is an input layer containing two features. The second layer is a hidden layer containing three neurons. The third layer is a hidden layer containing two neurons. The fourth layer is an output layer. Each feature contains three edges, each of which points to a different neuron in the second layer. Each of the neurons in the second layer contains two edges, each of which points to a different neuron in the third layer. Each of the neurons in the third layer contain one edge, each pointing to the output layer. A deep neural network contains more than one hidden layer. For example, the preceding illustration is a deep neural network because the model contains two hidden layers. See Neural networks: Nodes and hidden layers in Machine Learning Crash Course for more information.

Скрытый слой Source

A layer in a neural network between the input layer (the features) and the output layer (the inference). Each hidden layer consists of one or more neurons. A deep neural network contains more than one hidden layer.

Also Referenced In

Related Terms