Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 767 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 767 Bytes

arc_cosine_kernels

Experimentation with arccosine kernels, with a softmax perceptron for classification, and a use of isomap. Based on the paper Kernel Methods for Deep Learning by Youngmin Cho and Lawrence K. Saul.

A distance matrix for the COIL-100 dataset.

image

and the corresponding ISOMAP embedding with 50 neighbors.

image

Now, a distance matrix for a training subset of the MNIST dataset.

image

and the corresponding ISOMAP embedding with 50 neighbors.

image

And the error plot for the training of a softmax layer over the kernels, a crude approximation for a multiclass SVM.

image

and the W obtained:

image