Skip to content

Commit

Permalink
abstract revised for KMeans.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kislayabhi committed Mar 24, 2014
1 parent 6354925 commit f46c81d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/ipython-notebooks/clustering/KMeans.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
"name": ""
"name": "",
"signature": "sha256:78cbbd3e39a5fb064f5d9a205d2b94648abdd5b6779156f48c941f69530400f4"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand All @@ -27,7 +28,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this notebook we are going to see how Shogun Machine Learning Toolbox can be used for clustering with KMeans. In particular, we will be discussing the various options/choices provided to a user by the KMeans implementation in Shogun. "
"This notebook demonstrates <a href=\"http://en.wikipedia.org/wiki/K-means_clustering\">clustering with KMeans</a> in shogun along with it's initialization and training. The initialization of cluster centres is shown manually, randomly and that from using <a href=\"http://en.wikipedia.org/wiki/K-means%2B%2B\">KMeans++</a> algorithm. The training is shown using Classical <a href=\"http://en.wikipedia.org/wiki/Lloyd%27s_algorithm\">Lloyd</a> and mini-batch Kmeans method. Finally it is worked upon a Real dataset, further adding <a href=\"http://en.wikipedia.org/wiki/Principal_component_analysis\">PCA</a> to to its cause."
]
},
{
Expand Down

0 comments on commit f46c81d

Please sign in to comment.