...

/

Perceptron Algorithm

Perceptron Algorithm

Steps for perceptron algorithm

Step 1 : Initialize weights

Initialize with random weights

Step 2: Predict

Calculate the perceptron output

The boundary separating the two classes is given by:

y^=w1x1+w2x2+w3x3+...+wnxn+b\hat{y} = w_1x_1 + w_2x_2 + w_3x_3 + ... + w_nx_n + b ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy