sourcepirate blog

How to setup a pelican blog with github pages.

A simple setup guide for setting up a pelican blog on github pages.

Simple Scribble Detection by k-nearest neighbours using python

K-nearest neighbours(K-NN) is one of the simplest machine learning algorithms. Using K-NN we are going to classify whether the given...