Re: Perceptron Learning Algorithm
I think it would be interesting to obtain a detailed example with the first few steps used to initialize and train the perceptron. Or a complete example if anybody is willing to share their code.
I was unable to implement correctly the perceptron before the deadline, and after spending an additional 5h in this exercise today, I still don't have a proper implementation.
Programming is not the issue, I'm a developer, but my issue is how to apply the theory.
I feel it's important to successfully code this algorithm, so I can successfully apply the theories we will learn in the next few lectures.
|