AI MCQ #582: A perceptron is a ______________

Q582. A perceptron is a ______________

  • a) Feed-forward neural network
  • b) Backpropagation algorithm
  • c) Backtracking algorithm
  • d) Feed Forward-backward algorithm

✅ Correct Answer: A) Feed-forward neural network

Explanation: A perceptron is a Feed-forward neural network with no hidden units that can be representing only linear separable functions. If the data are linearly separable, a simple weight updated rule can be used to fit the data exactly.