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.
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
pvij/k-Means-Algo-Implementation
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published