konradsitarz / interactive-k-means

Jupyter notebook with visualization of K-means algorithm result on 3D data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive K-means in 3D

This is an example of using widgets with ipyvolume to visualize 3D data clustering with K-means algorithm.


Prerequisites

Docker or Jupyter notebook with ipyvolume and ipywidgets installed.


Run notebook

Start docker container with:

docker run -p 8888:8888 sitarzkonrad/interactive-k-means:latest

Next go to http://localhost:8888 and open interactive_k_means.ipynb.


Alternatively run it on your host with jupyter notebook command. Remember that ipyvolume and ipywidgets must be installed and the extensions enabled.

About

Jupyter notebook with visualization of K-means algorithm result on 3D data.


Languages

Language:Jupyter Notebook 95.0%Language:Dockerfile 5.0%