Skip to main content
. 2021 Dec 11;8:81. doi: 10.1186/s40658-021-00426-y

Fig. 3.

Fig. 3

Schematic of a fully connected neural network. left: An artificial neuron or perceptron, where the output y is calculated as a sum of weighted inputs x=[x1,x2,...,xn] (with weights w=[w1,w2,...,wn]) and a bias b, optionally passed through an activation function f. right: The fully connected neural network is created by connecting these neurons into many layers, where the outputs of one layer serve as the inputs to the following layer. The network depicted here consists of N inputs and M outputs