From 9e1fa3a462e959c4130e92a504bdfe4b309f5de6 Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Sun, 5 Apr 2020 09:50:30 +0200 Subject: [PATCH] new --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faf76f0..5f87572 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This Git repository contains the code that accompanies a research publication so **Note:** t-viSNE is optimized to work better for the 2560x1440 resolution (1440p/QHD (Quad High Definition)). Any other resolution might need manual adjustment of your browser's zoom level to work properly. -**Note:** This repository contains a frozen version (commit id: 145) that matches the paper's implementation. However, we plan to further improve the implementation in the future. +**Note:** This repository contains a frozen version (commit id: 146) that matches the paper's implementation. However, we plan to further improve the implementation in the future. # Data Sets # The data sets are available online from the [UCI Machine Learning Repository](http://archive.ics.uci.edu/ml/index.php). We use the Iris data set, Breast Cancer Wisconsin (Original) data set, Pima Indians Diabetes data set, and the SPECTF Heart data set. All data sets are transformed in comma separated format (csv). @@ -27,7 +27,7 @@ Demonstration of usage in Python: # first terminal: hosting the visualization side (client) # for Python3 python3 -m http.server -#or +# or # for Python2 python -m SimpleHTTPServer 8000