Skip to content

Commit 05feb39

Browse files
committed
update
1 parent fc3d6aa commit 05feb39

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: rl2/extra_reading.txt

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ http://www.argmin.net/2017/12/05/kitchen-sinks/
77
Weighted Sums of Random Kitchen Sinks: Replacing minimization with randomization in learning
88
https://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+
1013
Sutton & Barto
1114
http://incompleteideas.net/sutton/book/the-book-2nd.html
1215

Diff for: svm_class/extra_reading.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ Using the Nyström Method to Speed Up Kernel Machines
5959
https://papers.nips.cc/paper/1866-using-the-nystrom-method-to-speed-up-kernel-machines
6060

6161
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

0 commit comments

Comments
 (0)