Haifeng Li

Results 13 issues of Haifeng Li

Thanks for great work! We have an open source machine learning library called SMILE (https://github.com/haifengl/smile). We have incorporated your benchmark (https://github.com/haifengl/smile/blob/master/benchmark/src/main/scala/smile/benchmark/Airline.scala). We found that our system is much faster for...

Can you update it to Oracle Java 8? Thanks!

Hi, [Smile](https://github.com/haifengl/smile) has an implantation of t-SNE for Java/Scala/Kotlin/Clojure. Would you please add a link to it in your t-SNE page? Thanks.

Is there a way to save/restore filter settings? The idea is to users don't need to set up filters for a large table when they restart the application. Thanks!

Our table keeps add new rows that are received from a server. Suppose we have column values 0, 1, 2, 3 when we work on a column (say integers) for...

First, thank you very much for the great work. We are using TableRowFilterSupport with a JXTable. We would like to enable tri-state sorting, i.e. First click on column header: sort...

AdaptiveAvgPool2dImpl constructor takes a parameter `output_size`. It is the target output size of the image of the form H x W. Can be a tuple (H, W) or a single...

question

Training 10 epochs of MNIST (the sample code from your project README) on takes > 500 seconds on Linux (24 cores, ubuntu 22.04). It takes only about 50 seconds on...

help wanted
question