|
|
|
|
|
by stochastic_monk
2905 days ago
|
|
I’m quite happy to see random projections getting some love, but I hope more people start using Choromanski et al.’s 2016 Structured Orthogonal Random Features, which has provably higher accuracy while reducing runtime to linearithmic and memory to linear (or constant) from quadratic for each. I’ve verified this experimentally in my implementation here [0]. As a shameless plug, it’s quite fast, is written in C++, and comes with Python bindings for both kernel projections and orthogonal JL transforms. [0]: https://github.com/dnbaker/frp |
|
I do not actually need more than I have, but I'll keep your link in mind if I ever need random projections though.