Skip to content

Multi-channel support vector regression class with k-fold cross-validation function

Notifications You must be signed in to change notification settings

LCTPalmer/multichannel_svr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Multi-channel support vector regression (SVR) Channel data is combined with an aggregated kernel, computed as:

K(xi, xj) = Sumc [ kc(xic, xjc) / Ac ]

where kc(xic, xjc) is the kernel similarity between observation xi and xi with respect to the c-th channel using kernel function kc, and Ac is the mean value of similarities for the c-th channel.

Requires:
numpy
scikit-learn (for the underlying SVR model)

About

Multi-channel support vector regression class with k-fold cross-validation function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages