Tag: kernel

Visualize your own image fitler

First load necessary packages import pandas as pdimport numpy as npfrom keras.models import Sequentialfrom keras.layers import Dense, Dropout, Conv2Dimport keras.backend as Kimport scipy, imageioimport matplotlib.pyplot as pltfrom PIL import Image%matp…

SAS implementation of Kernel PCA

Kernel method is a very useful technique in data mining that is applicable to any algorithms relying on inner product [1]. The key is applying appropriate kernel function to the inner product of original data space.

I show here SAS/STAT+BASE ex…