Skip to content

LCTPalmer/theano_kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Theano implementations of common kernel functions Takes advantage of faster element-wise (esp. dot-product) calculations on GPU.

Currently implements:
RBF
Chi^2
Polynomial

Requires:
numpy
Theano
###Benchmarking vs sklearn.metrics.pairwise implementations Experiments carried out on Intel Xeon W3520 CPU and GeForce 560 Ti GPU


rbf_benchmark

chi2_benchmark

About

Theano implementations of common kernel functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages