k-means

K-means clustering in python

INTRODUCTION k-means clustering is a method of vector quantization . It is a type of unsupervised learning , which is used when you have unlabeled data . The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K i.e., k-means clustering aims to partition n observations into k clusters in which Read more…

signature

Signature Recognition and validation System with forgery detection

Signature is a basic biometric trait of a human being used for human identity including finger recognition, face recognition, and voice recognition. Signature verification can be classified as offline(static) and online(dynamic). This project is an offline based one and works by using correlation techniques and signature pre-processing i.e., thinning, resizing, rotating Read more…