"Training (Forward & backward propagation) In [ ]: import numpy as np def train_perceptron(x,y, weights,
learning_rate, iterations): Train the perceptron with the given dataset and return th ?.
a) SyntaxError: invalid syntax
b) No return statement provided
c) Incomplete function definition
d) Incorrect indentation of the code