BMI500 HW4
Project description
The Kmeans unsupervised clustering package
Contents
This package is an example Kmeans' package for BMI500's project in Emory University. The package will automatically download the iris data collected from UCI. The dataset contains three classes of flowers, and the clustering algorithm is to seperate each group of the flowers. It does not necessary tell you what kind of flower is, but will tell you which flowers are in a same group.
FAQ
How to install?
In your command line, type "pip install BMI500caonia"
How to use
python
from BMI500caonia import BMI500clustering
BMI500clustering.Kmeans_run(n, iteration, random_state)
(n is the number of clusters, iteration is the number of iteration, random_state is the number of random initializations)
Running time and hardware requirement
The running time is 14 seconds in Titan'x 12 GB gpu and Intel Iris 16 GB cpu.
Future work
The function should be modified to be more flexible in the future, so the user can customize parameters.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file BMI500caonia-2.0.0.tar.gz.
File metadata
- Download URL: BMI500caonia-2.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7a3d17ec6dea3a36f20ca450b8c6bbdf3207196181f19600f70c85e2f4c6ad8
|
|
| MD5 |
13d28b2c350a24558f97e59e054ade11
|
|
| BLAKE2b-256 |
35d7c2b35fc365a85f6b4cd09937dfe9c41e8f52e45574121747edf0077dc6a5
|
File details
Details for the file BMI500caonia-2.0.0-py3-none-any.whl.
File metadata
- Download URL: BMI500caonia-2.0.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a77b8e5d2d3eefd43c6ff3a0f6be5b2267f0cd3fc62132f9433f32b6b7969ab
|
|
| MD5 |
0855099f2f4c49aafde978b3e1f6126d
|
|
| BLAKE2b-256 |
525e7638f03137affb97bed9c6f762b562a92d0b2bbd08290dda03566e30cd38
|