- 博客(10)
- 资源 (1)
- 收藏
- 关注
转载 Multi-view learning methods with code(多视角学习的代码集合)
Multi-view learning methods with codePart A: general multi-view methods with code1. NMF (non-negative matrix factorization) based methods NMF factorizes the non-negative data matrix into two non-negative matrices.1.1 AAAI17 Multi-View Clustering via
2021-05-05 10:01:26
5205
10
原创 LaTex 大括号 换行问题解决
存在问题:在编译LaTex的时候,会出现存在大括号\left( \right),但是一旦公式过长需要换行时,例如这个时候会用到 \\与&来做换行,但如果直接编译的话,会报错,例如解决办法:在换行符前面加入变成 \right.\\ 与 &\left.这样就可以解决大括号换行的问题了,一个小点千万别漏写了...
2020-04-27 15:48:55
27614
21
原创 [论文解读]2017 TPAMI A Deep Matrix Factorization Method for Learning Attribute Representations
[论文解读]2017 TPAMI A Deep Matrix Factorization Method for LearningAttribute RepresentationsA Deep Matrix Factorization Method for Learning Attribute Representations文章创新点Deep Semi-NMF模型与优化非线性激活函数的加入及优化实...
2020-04-06 23:07:03
1112
原创 CreateImages (line 184) I = I(1:actual_files);
背景:Matlab、制作数据集函数 CreateImage出错CreateImages.m的作者是% @author Matthew Zeiler% @date Mar 11, 2010(嫌调试过程太长的同学拉到最下查看解决方案即可)在调别人的开源代码时,遇到一个错误报错的位置如下出错的具体位置这个错误刚开始很无解,一直以为是Demo的问题,没考虑到函数里头的...
2019-10-12 15:22:22
329
原创 用matlab处理.h5尾缀的数据集并转化为.mat(.h5转.mat)
用Python时数据集的形式一般都是.h5结尾,如果matlab要用这种数据集时,需先转化为.mat结尾。面对一个未知的.h5数据集文件,所需的函数h5info();h5disp();h5read();例如,有文件名字data4torch.h5请各位按需修改,函数中的文件名皆需更改。fileInfo = h5info('data4torch.h5');h5dis...
2019-09-29 17:13:43
5537
11
原创 解决MNIST variations变种数据集下载地址失效与.amat格式matlab处理
由于最近看的一篇文章中提到采用了MNIST variations数据集,主要是来自论文 Y. Bengio的《 An empirical evaluation of deep architectures on problems with many factors of variation》,但是文章中给的链接已经失效,包括github提供的诸多链接。(失效)http://www.iro.umo...
2019-03-13 23:18:27
867
4
原创 Failed to get convolution algorithm. This is probably because cuDNN failed to initialize【解决】
已安装系统背景1、tensorflow-gpu==1.122、cuda9.03、cudnn-9.0-linux-x64-v7.tgz4、ubuntu系统在运行代码的时候出现了报错UnknownError (see above for traceback): Failed to get convolution algorithm. This is probably becau...
2019-02-27 14:32:28
9615
18
原创 【小白入门】2019 ICME2019 & 字节跳动 • 短视频内容理解与推荐竞赛
因为一直在看矩阵算法相关的文章,算法的研究陷入了瓶颈,所以想从数据上找找突破口。欢迎做这个比赛的同学一起交流分享!比赛官网 https://www.biendata.com/competition/icmechallenge2019/2019年2月11日:发布测试集,开放测试集结果提交入口2019年4月1日:参赛报名截止2019年4月7日:测试集结果提交截止,计算排名系统环...
2019-02-22 10:55:39
2787
11
原创 ubuntu下将系统下载源改为清华镜像源,速度快好几倍
三行命令搞掂conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --se...
2018-08-30 12:13:10
1844
原创 Failed to load the native TensorFlow runtime.Linux下解决方法Tensorflow GPU版本
本人的系统背景:学校服务器GPU K40、ubuntu系统、装好anaconda3、装好cuda9.0及cudnn,已经下载好了tensorflow_gpu-1.5.0rc1-cp36-cp36m-linux_x86_64.whl同时可以先将系统下载源改为清华镜像源,下载速度快很多,参考我的博客:https://blog.youkuaiyun.com/libertyhhn/article/details/...
2018-08-30 12:10:02
4076
4
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人