In artificial intelligence:
A node is the computational counterpart of a human neuron. It receives an input, passes it through a weighted sum plus a bias, then applies an activation function, and sends the result to the next layer of nodes. A node is like a small mathematical function that converts data into an internal decision.