by Michele Laurelli
The first layer of a neural network that receives raw input data.
The input layer has one neuron per input feature. It doesn't perform computation, just passes data to the first hidden layer. Its size is determined by input data dimensions.
784 neurons for 28x28 images
Input shape specification
Data entry point