python

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’ …

Developing a scraper to …

The aim of this blog is to guide individuals in comprehending the methodology and tactics required to construct a web scraper. The problem with low resource languages for NLP When getting started with an NLP project, the initial bottleneck is always acquiring relevant data. This issue is magnified …

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 …