##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)
-
Notifications
You must be signed in to change notification settings - Fork 0
LCTPalmer/multichannel_svr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Multi-channel support vector regression class with k-fold cross-validation function
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published