How To Improve Your Model’s Performance Using Cross-Validation TechniquesMachine Learning models often fail to generalize well on data it has not been trained on. Hence, there is always a need to validate the…May 26, 2021May 26, 2021
Published inGeek CultureMachine Learning Fundamentals: Cosine Similarity and Cosine DistanceCosine similarity is a metric that measures the cosine of the angle between two vectors projected in a multi-dimensional space.May 25, 20214May 25, 20214
Machine Learning Basics: K-Nearest Neighbours Python ImplementationThe k-nearest neighbours (KNN) algorithm is a simple, easy-to-implement yet powerful supervised machine learning algorithm that can be used…May 25, 2021May 25, 2021
Published inGeek CultureLinear Regression From Scratch in Python WITHOUT Scikit-learnIn this tutorial, I’ll go over a brief introduction to one of the most commonly used machine learning algorithms, Linear Regression, and…May 18, 20213May 18, 20213
Published inGeek CultureWhat Is Data Sampling and Statistical Techniques for Effective Sampling in Machine LearningData is the currency of the applied AI landscape. So it is of utmost importance that we make the best of data available and utilize it to…May 14, 2021May 14, 2021