diff --git a/README.md b/README.md index 4dcc31e..a2ac5b9 100644 --- a/README.md +++ b/README.md @@ -21,7 +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) +[![source{d}](img/sourced.png)](http://sourced.tech) +

How this was created?

Table of contents ----------------- @@ -44,7 +45,6 @@ Table of contents * [Python API](#python-api) * [C examples](#c-examples) * [C API](#c-api) -* [How "source{d}" image was created?](#how-sourced-image-was-created) * [License](#license) K-means @@ -533,10 +533,6 @@ KMCUDAResult knn_cuda( Returns KMCUDAResult (see `kmcuda.h`); -How "source{d}" image was created? ----------------------------------- -Check out this [notebook](img/kmeans_image.ipynb). - License ------- MIT license. diff --git a/img/sourced.png b/img/sourced.png index 94ba26a..56800c8 100644 Binary files a/img/sourced.png and b/img/sourced.png differ