Correct option is D
A perceptron is the simplest type of artificial neural network, consisting of a single layer of neurons with adjustable weights. It is a
single layer feed-forward neural network, meaning that the inputs are processed in one direction through the network.
Pre-processing often involves normalizing inputs or transforming data to improve network performance.