k-nearest-neighbours

EazyPredict ML module

EazyPredict - Running and comparing multiple ML models at once Welcome to the world of ‘EazyPredict’, a Python module that aims to make trying out multiple prediction algorithms as simple and efficient as possible. The module was heavily influenced by the ‘LazyPredict’ …

kNN algorithm explained …

In this blog we go through the kNN algorithm logic, implement it from scratch in python and apply it on the MNIST digit dataset Prerequisites machine learning, supervised vs unsupervised ML, classification vs regression Introduction The K Nearest Neighbour classification is a simple and efficient …