From c00095fd24785b968e6c4471726770430f74e1ad Mon Sep 17 00:00:00 2001 From: "romain.biessy" Date: Mon, 15 Jan 2018 11:52:12 +0000 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0d8b80..52ea115 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In terms of more machine learning related operations it includes: SYCL-ML is a header only library which make it easy to integrate. -More details on what the project implements and how it works can be found on [our website](https://www.codeplay.com/portal/12-21-17-alternative-machine-learning-algorithms-using-sycl-and-opencl). +More details on what the project implements and how it works can be found on [our website](https://www.codeplay.com/portal/12-21-17-alternative-machine-learning-algorithms-using-sycl-and-opencl). Make sure to use the blogpost branch if you want to observe the same results as shown there. ## TODO list - Optimize **SVD** decomposition for faster PCA. The algorithm probably needs to be changed to compute eigenpairs differently.