You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ T-SNE-Java
4
4
==========
5
5
6
6
NEWS 2016-11-02!
7
-
================
7
+
----------------
8
8
*T-SNE-Java now have support for __Barnes Hut__ which makes it possible to run the amazing t-SNE on much larger data sets (or much faster on small data sets:) )!*
9
9
10
10
The Barnes Hut version can also be run in parallel! We have seen from 40 % performance improvements on moderate datasets (ca 10 000 samples) to 400 % improvements on larger datasets (MNIST 60000 samples) compared to standard Barnes Hut.
@@ -20,7 +20,6 @@ Pure Java implementation of Van Der Maaten and Hinton's t-SNE clustering algorit
20
20
21
21
This project is divided into two separate Maven projects, one for the core t-SNE and one for the demos (stand-alone executables that can be run from command line).
22
22
23
-
With Barnes Hut, T-SNE-Java is now in version v2.2.0, both core and demos.
0 commit comments