Skip to content

Commit

Permalink
Reorder readme header
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkovtsev committed Feb 14, 2017
1 parent 9936733 commit 65c5197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"Yinyang" K-means and K-nn using NVIDIA CUDA
============================================

![source{d}](img/sourced.png)

K-means implementation is based on ["Yinyang K-Means: A Drop-In Replacement
of the Classic K-Means with Consistent Speedup"](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/ding15.pdf)
article. While it introduces some overhead and many conditional clauses
Expand All @@ -23,6 +21,8 @@ defined in `kmcuda.h`: `kmeans_cuda` and `knn_cuda`.
It has the built-in Python3 native extension support, so you can
`from libKMCUDA import kmeans_cuda`.

[![source{d}](img/sourced.png)](img/kmeans_image.ipynb)

Table of contents
-----------------
* [K-means](#k-means)
Expand Down

0 comments on commit 65c5197

Please sign in to comment.