基本信息
源码名称:贝叶斯张量分解工具包
源码大小:1.29M
文件格式:.rar
开发语言:MATLAB
更新时间:2020-02-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Matlab code of Bayesian CP Factorization for Tensor Completion
(Written by Qibin Zhao 2014)


To run the code:
1. Change Matlab work directory to "/BCPF_Toolbox_QZhao/".
2. Run  "loadpah" code to add the current folder and subfolders into Matlab path searching list.
3. Open and run the demo files. 


We provide two demo codes:
I.  DemoBayesCP.m:        Demonstration on synthesic data
II. DemoBayesCP_Image.m   Demonstration for image completion


The package includes four algorithms:
1. BCPF.m           BCPF for fully observed tensor
2. BCPF_TC.m        BCPF for incomplete tensor 
3. BCPF_IC.m        BCPF for image completion
4. BCPF_MP.m        BCPF using mixture priors for image completion


In this package, we used the tensor toolbox 2.5, which is downloaded from (http://www.sandia.gov/~tgkolda/TensorToolbox)

The tools for visualization of tensor with voxels is from Tensorlab (http://www.tensorlab.net/)