Perceptron algorithm on a training set
Consider running the Perceptron algorithm on a training set S arranged in a certain order.Now suppose we run it with the same initial weights and on the same training set but in adifferent order, S′. Does Perceptron make the same number of mistakes? Does it end up withthe same final weights? If so, prove it. […]
The post Perceptron algorithm on a training set first appeared on home work handlers.