https://github.com/aalto-ics-kepaco/mkc
Multi-view Kernel Completion
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.4%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Multi-view Kernel Completion
Basic Info
- Host: GitHub
- Owner: aalto-ics-kepaco
- Language: Matlab
- Default Branch: master
- Size: 15.6 KB
Statistics
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
- Releases: 0
Created about 10 years ago
· Last pushed about 10 years ago
https://github.com/aalto-ics-kepaco/MKC/blob/master/
# MKC
Multi-view Kernel Completion
(c) Sahely Bhadra
sahely.bhadra@aalto.fi
Details of the software are available in http://arxiv.org/abs/1602.02518
Jun. 1, 2016.
This package contains following three version of proposed multi-view kernel completion method along with supporting function and scripts
1. MKCsdp
2. MKCapp
3. MKCemdb(ht)
Details descriare :
function [PredK,S,objective,iOutput]=MKCsdp(K,MID,para,init)
This solve MKCsdp formulation
input :
K: kernels matrix size N x N x M. K(n1,n2,m) =kenrel values among n1 and n2 datapoints in m view
MID: a matrix of NxM {0,1} matrix where MID(n,m) = 1 indicates nth data is known in mth view
para: contain usedefined parameters
init : if init =1 then S is initialized by assignning all off-diagonal element with same values
otherwise it S is randomly initalized
Output:
PredK =\hat(K) : predicted kernel matrices of size NxNxM
S : Inter-view similarity matrix
objective : objective values
iOutput : intermediate objective function
function [PredK,A,S,obj,iOutput] = MKCapp(K,MID,para,init)
This solve MKCkernel formulation
input :
K: kernels matrix size N x N x M. K(n1,n2,m) =kenrel values among n1 and n2 datapoints in m view
MID: a matrix of NxM {0,1} matrix where MID(n,m) = 1 indicates nth data is known in mth view
para: contain usedefined parameters
init : if init =1 then A^{(m)} is initialized by non diagonal selfrepresentative matrix of K^{(m)}
otherwise it A^{(m)} is randomly initalized
Output:
PredK =\hat(K) : predicted kernel matrices of size NxNxM
A : learnt reconstruction matrix
S : Inter-view similarity matrix
objective : objective values
iOutput : intermediate objective function
function [PredK,A,S,obj,iOutput] = MKCemdbht(K,MID,para,init)
This solve MKCembdht formulation
input :
K: kernels matrix size N x N x M. K(n1,n2,m) =kenrel values among n1 and n2 datapoints in m view
MID: a matrix of NxM {0,1} matrix where MID(n,m) = 1 indicates nth data is known in mth view
para: contain usedefined parameters
init : if init =1 then A^{(m)} is initialized by non diagonal selfrepresentative matrix of K^{(m)}
otherwise it A^{(m)} is randomly initalized
Output:
PredK =\hat(K) : predicted kernel matrices of size NxNxM
A : learnt reconstruction matrix
S : Inter-view similarity matrix
objective : objective values
iOutput : intermediate objective function
Owner
- Name: KEPACO
- Login: aalto-ics-kepaco
- Kind: organization
- Location: Espoo, Finland
- Website: http://research.ics.aalto.fi/kepaco/
- Repositories: 29
- Profile: https://github.com/aalto-ics-kepaco
Kernel Machines, Pattern Analysis and Computational Metabolomics - Research group at Aalto University