Plot the boundary for simple perceptron
plot_weight(w,b)
2-D weights (2 values)
bias
This function used to plot the boundary for simple perceptron with 2 inputs
w = [1 -1]; b = 0.1; plot_weight(w,b)