Perceptron learning algorithm doesn't work
However the program runs into infinite loop and weight tends to be very large. What should I do to debug my program? If you can point out what's going wrong, it'd be also appreciated. What I'm doing here is first generate some data points at random and assign label to them according to the linear target function. Then use perceptron learning to learn this linear function.
Feb-23-2018, 10:51:30 GMT
- Technology: