Also known as: Node (Neural Network) Β· Node Neural Network
In a neural network, a node is commonly another term for a neuron or computational unit. It 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.