lejon / TSne.jl

Julia port of L.J.P. van der Maaten and G.E. Hintons T-SNE visualisation technique.
Other
143 stars 25 forks source link

Performance and Documenation Enhancements #9

Closed alyst closed 7 years ago

alyst commented 7 years ago

It's me again with some changes:

I can split the method improvements and the examples/documentation changes into separate PRs, if you would like to review it separately.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.07%) to 99.296% when pulling da2e8e186d2dcebb39b6792643bbf2aaa17039d6 on alyst:enh_perf into d71ef231db06c9b38f38ac412706fde2ec9c0ddf on lejon:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.07%) to 99.296% when pulling bd9611ba96376513e40b9e46ab62677339d7aee9 on alyst:enh_perf into d71ef231db06c9b38f38ac412706fde2ec9c0ddf on lejon:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.07%) to 99.296% when pulling bd9611ba96376513e40b9e46ab62677339d7aee9 on alyst:enh_perf into d71ef231db06c9b38f38ac412706fde2ec9c0ddf on lejon:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.07%) to 99.296% when pulling bd9611ba96376513e40b9e46ab62677339d7aee9 on alyst:enh_perf into d71ef231db06c9b38f38ac412706fde2ec9c0ddf on lejon:master.

alyst commented 7 years ago

It looks like BLAS performance is terribly slow for Julia 0.5 under Travis. Investigating...