Code Monkey home page Code Monkey logo

kmeans-4d's Introduction

Kmeans Technical Challenge for Woven Planet

1. L1_K3_Data100 (Data based on the L1 norm):
Cluster: 3
Number of data: 100
|
|--> kmeans.txt 		- Contains all the summary data of both Training and Testing (Eg. centroid errors, accuracy etc)
|
|--> output_iris_train.csv 	- A copy of the source dataset ("iris_train.csv") but with an additional classification (cluster) column appended at the 5th column
|
|--> output_iris_test.csv 	- A copy of the source dataset ("iris_test.csv") but with an additional classification (cluster) column appended at the 5th column
|
|--> Train_Figure_1.png		- Figure with data points and clusters plotted based on the "iris_train.csv" dataset
|
|--> Test_Figure_2.png		- Figure with data points and clusters plotted based on the "iris_test.csv" dataset



2. L2_K3_Data100 (Data based on the L2 norm):
Cluster: 3
Number of data: 100
|
|--> kmeans.txt 		- Contains all the summary data of both Training and Testing (Eg. centroid errors, accuracy etc)
|
|--> output_iris_train.csv 	- A copy of the source dataset ("iris_train.csv") but with an additional classification (cluster) column appended at the 5th column
|
|--> output_iris_test.csv 	- A copy of the source dataset ("iris_test.csv") but with an additional classification (cluster) column appended at the 5th column
|
|--> Train_Figure_1.png		- Figure with data points and clusters plotted based on the "iris_train.csv" dataset
|
|--> Test_Figure_2.png		- Figure with data points and clusters plotted based on the "iris_test.csv" dataset



3. environment.yml		- conda environment file that can be used to create the environment in order to easily install the necessary packages and run the program


4. iris_train.csv		- original train dataset


5. iris_test.csv		- original test dataset


6. kmeans.py			- python source code developed under conda Python 3


7. 
dist
|
|--> kmeans
      |
      |--> kmeans.exe		- Application file packaged to run without conda or python 
                                - Tested on Windows 10


8. 
__pycache__			- dll and lib Files created after packaging kmeans.py
build
kmeans.spec


9. README.txt			- This file



Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.