File tree 2 files changed +7
-1
lines changed
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/
7
7
Weighted Sums of Random Kitchen Sinks: Replacing minimization with randomization in learning
8
8
https://papers.nips.cc/paper/3495-weighted-sums-of-random-kitchen-sinks-replacing-minimization-with-randomization-in-learning
9
9
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
+
10
13
Sutton & Barto
11
14
http://incompleteideas.net/sutton/book/the-book-2nd.html
12
15
Original file line number Diff line number Diff line change @@ -59,4 +59,7 @@ Using the Nyström Method to Speed Up Kernel Machines
59
59
https://papers.nips.cc/paper/1866-using-the-nystrom-method-to-speed-up-kernel-machines
60
60
61
61
Nyströ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