File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ http://www.argmin.net/2017/12/05/kitchen-sinks/
77Weighted Sums of Random Kitchen Sinks: Replacing minimization with randomization in learning
88https://papers.nips.cc/paper/3495-weighted-sums-of-random-kitchen-sinks-replacing-minimization-with-randomization-in-learning
99
10+ This guy generated some nice plots and code to demonstrate that RBFSampler works like a real RBF Kernel
11+ https://www.kaggle.com/sy2002/rbfsampler-actually-is-not-using-any-rbfs
12+
1013Sutton & Barto
1114http://incompleteideas.net/sutton/book/the-book-2nd.html
1215
Original file line number Diff line number Diff line change @@ -59,4 +59,7 @@ Using the Nyström Method to Speed Up Kernel Machines
5959https://papers.nips.cc/paper/1866-using-the-nystrom-method-to-speed-up-kernel-machines
6060
6161Nyström Method vs Random Fourier Features: A Theoretical and Empirical Comparison
62- https://papers.nips.cc/paper/4588-nystrom-method-vs-random-fourier-features-a-theoretical-and-empirical-comparison
62+ https://papers.nips.cc/paper/4588-nystrom-method-vs-random-fourier-features-a-theoretical-and-empirical-comparison
63+
64+ This guy generated some nice plots and code to demonstrate that RBFSampler works like a real RBF Kernel
65+ https://www.kaggle.com/sy2002/rbfsampler-actually-is-not-using-any-rbfs
You can’t perform that action at this time.
0 commit comments