DEV Community

Rishi Raj
Rishi Raj

Posted on

Getting my hands dirty on Machine Learning Algorithms

Today I'm sharing how I implemented Perceptron and the major reasons why it doesn't work for XOR type classification problems. Check out this notebook for details.

https://github.com/rishiraj824/MachineLearningAlgorithms/blob/master/perceptron/perceptron.ipynb

Top comments (0)