Re: Perceptron: should w_0 (bias) be updated?
I found that for N=100, the average number of iterations to get the final w was around 2000. On 4 out of 1000 cases, the number of iterations exceeded 100,000. Did others find similar behavior? Or is there a bug in my code?
For N=10, it took about 30 iterations.
|