statistical learning

What Is Random Fourier Features Method?

2 minute read

Random Fourier features method, or more general random features method is a method to help transform data which are not linearly separable to linearly separa...

Log Loss and Multi-Class Hinge Loss (1)

2 minute read

Hinge loss functions are mainly used in support vector machines for classification problem, while cross-entropy loss functions are ubiquitous in neural netwo...

On No Free Lunch Theorem

1 minute read

This note discusses the implications of the celebrated No-Free-Lunch Theorem on kernel SVM, RF-SVM and neural network.