Javier Ribera
Results
2
issues of
Javier Ribera
The README says that the centers and radius are taken as follows: ``` centers are taken uniformly from the bounding hyperrectangle of the inputs, and radius = max(||x-c||)/sqrt(n_centers*2) ``` but...
Is anyone aware of any GPU implementation of ELM? This package is based on scikit-learn, so it will probably never support GPU. I am looking for a way to speed...