In a neural network what is the role of the input layer?
It is the layer where data is uploaded
Explanation: The input layer is the first layer of a neural network. It receives the raw data that the model needs to process, such as images, text, audio, or numerical information, and passes it to the next layers for analysis.
Why not the others?
a) It identifies patterns within a picture → This is mainly done by hidden layers.
b) It tags friends in pictures → This is an application of AI, not the role of the input layer.
d) It’s a layer for identifying emotions in pictures → This is a task performed after processing through multiple layers, especially hidden and output layers.