Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Implemented k-Means algorithm in python from scratch. To demonstrate k-Means algorithm, three groups of data points (each group contains 40,000 points adding up to 1,20,000 points) were generated from a normal distribution with three different centers. At the end, a graph is generated which shows the working of the algorithm.

Notifications You must be signed in to change notification settings

pvij/k-Means-Algo-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

k-Means-Algo-Implementation

k-Means algorithm implementation in python from scratch. To demonstrate k-Means algorithm, three groups of data points (each group contains 40,000 points adding up to 1,20,000 points) were generated from a normal distribution with three different centers. At the end, a graph is generated which shows the working of the algorithm.

About

Implemented k-Means algorithm in python from scratch. To demonstrate k-Means algorithm, three groups of data points (each group contains 40,000 points adding up to 1,20,000 points) were generated from a normal distribution with three different centers. At the end, a graph is generated which shows the working of the algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages