Also known as: Node (Neural Network) · Node Neural Network
В neural network узел обычно является другим названием neuron или computational unit. Он receives inputs, applies learned parameters and an activation function, and passes its output to later layers.
A neuron in a hidden layer. See Neural Networks in Machine Learning Crash Course for more information.