Hidden layer
In-game article clicks load inline without leaving the challenge.

In artificial neural networks, a hidden layer is a layer of artificial neurons that is neither an input layer nor an output layer. The simplest examples appear in multilayer perceptrons (MLP), as illustrated in the diagram.
An MLP without any hidden layer is essentially just a linear model. With hidden layers and activation functions, however, nonlinearity is introduced into the model.
In typical machine learning practice, the weights and biases are initialized, then iteratively updated during training via backpropagation.