Python tutorials

Machine Learning Deep Dive #1: Bayesian Decision Theory

Welcome to the first article of the “Machine Learning Deep Dive” biweekly series. Each article will consist of a theoretical summary based on Ethem Alpaydın’s Machine Learning book. For each method, there will be a separate GitHub repository containing sample codes and examples prepared from the scratch and/or using the open-source Python libraries. Wish you pleasant reading!

Read more

K-Means Clustering: A Centroid-based Algorithm

K — means clustering is a centroid-based unsupervised machine learning algorithm. Unsupervised learning uses the machine learning algorithm to analyze unlabelled data and find hidden patterns without human intervention. It’s clear from the name itself that K-means is a cluster-based algorithm. Clustering is a technique where we can group together a set    

Read more
1 57 58 59 60 61 185