Computer Science, asked by aditiseal176, 1 year ago

What is the sequence of steps followed in training a perceptron?
1. For a sample input, compute an output
2. Initialize weights of perceptron randomly
3. Go to the next batch of dataset
4. If the prediction does not match the output, change the weights
A) 2,1,4,3
8) 1,4,3,2
C) 1,2,3,4
D) 2,3,4,1

Answers

Answered by keshavramaiah
1

Answer is A 2,1,4,3      


Answered by phillipinestest
0

Answer: A) 2, 1, 4, 3

The sequence of steps followed in training a perceptron is as follows:  

2. Randomly, Initializing the weights of perceptron.  

1. Computing an output for a sample input.

4. Changing the value (Weights) if there is no desirable output.  

3. And shfting to the next batch of the dataset.

Hence the option A) 2, 1, 4, 3 is the correct choice as it follows the sequence.

Similar questions