Skip to content

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.

gionuno/arc_cosine_kernels

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published