From 1cb01bcc287a19d20627f0a6e23b25f9870344ab Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Fri, 3 Apr 2020 17:21:43 +0200 Subject: [PATCH] new readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b43c99c..8a23c78 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # t-viSNE # -This Git repository contains the code that accompanies a research publication so-called "t-viSNE: Interactive Assessment and Interpretation of t-SNE Projections". The details of the experiments and the research outcome are described in [this paper](https://arxiv.org/abs/2002.06910). +This Git repository contains the code that accompanies a research publication so-called ``t-viSNE: Interactive Assessment and Interpretation of t-SNE Projections''. The details of the experiments and the research outcome are described in [this paper](https://arxiv.org/abs/2002.06910). **Note:** This repository is a version of t-SNE modified to support ongoing research. It may be slightly slower than the original. If you're just trying to run t-SNE, check the original repository that we forked from.