zpainter
码龄11年
求更新 关注
提问 私信
  • 博客:82,312
    动态:20
    82,332
    总访问量
  • 31
    原创
  • 2,467
    粉丝
  • 31
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:湖南省
加入CSDN时间: 2015-03-29

个人简介:要落子无悔

博客简介:

zpainter的博客

查看详细资料
个人成就
  • 获得64次点赞
  • 内容获得49次评论
  • 获得455次收藏
  • 博客总排名761,345名
创作历程
  • 14篇
    2020年
  • 19篇
    2019年
  • 2篇
    2018年
  • 1篇
    2017年
成就勋章
TA的专栏
  • 方法
    6篇
  • 多模态融合
    1篇
  • 读书笔记
    1篇
  • 编程
    1篇
  • paper
    16篇
  • tensorflow
    7篇
  • 算法
    4篇
  • ML基础知识
    2篇

TA关注的专栏 2

TA关注的收藏夹 0

TA关注的社区 1

TA参与的活动 0

兴趣领域 设置
  • 人工智能
    机器学习
创作活动更多

「谁说嵌入式只是调包和焊板子?」—— 2026嵌入式全栈技术征锋令

谁说嵌入式只会“Ctrl+C 调包”和“拿电烙铁焊板子”?2026嵌入式全栈技术征锋令正式启幕! 本次活动专为硬核硬件/软件开发者打造,无论你是刚玩转裸机外设的萌新,还是精通RTOS调度、死磕底层驱动的行业老手,亦或是执掌系统架构的大神,这里都是你证明实力的舞台! 拒绝表面功夫,每一行代码,都有撬动硬件的力量!晒出你的硬核工程实战,为嵌入式开发者的全栈硬实力正名!

210人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

testmarp.md

发布资源 2020.06.17 ·
md

HUAWEI Mate 30 Pro 5G_2019-11-06 .zip

发布资源 2020.05.20 ·
zip

hexo+github博客

git安装 node.js安装配置SSH key$ git config --global user.name “Jeaninezpp”// 你的github用户名,非昵称$ git config --global user.email "jeaninezp@163.com"// 填写你的github注册邮箱github新建仓库新建一个名为:用户名.github.io的仓库...
原创
博文更新于 2021.05.29 ·
284 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Efficient Low-rank Multimodal Fusion with Modality-Specific Factors 论文

Efficient Low-rank Multimodal Fusion with Modality-Specific FactorsIntroduction相关工作Method使用张量表示的多模态融合tensor fusiondrawbacks of tensor fusion利用模态特定因子进行低秩多模态融合low-rank weighted decompositionExperimentImpact of Low-rank Multimodal FusionComplexity AnalysisHow
原创
博文更新于 2021.01.18 ·
10708 阅读 ·
25 点赞 ·
9 评论 ·
133 收藏

Tensorflow中的共享变量机制

Tensorflow中的共享变量机制变量共享的目的就是为了在对网络第二次使用的时候,可以使用同一套模型参数。TF中是由Variable_scope来实现的,下面我通过几个栗子,彻底弄明白到底该怎么使用,以及使用中会出现的错误。栗子来源于文档,然后我写了不同的情况,希望能帮到你。# - * - coding:utf-8 - * -import tensorflow as tfimport o...
转载
博文更新于 2019.05.19 ·
452 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏

Ubuntu安装MATLAB并设置桌面快捷方式!!!

我的路径:挂载在home/matlab下安装在home/NewDisk/local/MATLAB/R2017a下因为我之前安装失败了一次,重新开始先取消挂载sudo umount /matlabsudo umount /matlab# 取消挂载,挂载了两次就要取消挂载两次sudo rm -r /matlab# 删除之前创建的文件夹1.创建文件夹,用以挂载:cd ~sud...
原创
博文更新于 2019.10.08 ·
8549 阅读 ·
2 点赞 ·
2 评论 ·
9 收藏

利用跨模态 Transformer 进行多模态信息融合

目录1. 简介2. 创新点3. 模型描述3.1 Low Rank Fusion3.2 Multimodal Transformer具体模块介绍Temporal ConvolutionsPositional Embedding (PE)Crossmodal Attention (core)Crossmodal TransformersSelf-Attention Transformers and Prediction4. Experiment1. 简介前面文章提到基于张量低秩分解进行多模态的融合,今天介绍
原创
博文更新于 2020.12.28 ·
17319 阅读 ·
8 点赞 ·
9 评论 ·
148 收藏

[P11] Incomplete Multi-view Spectral Clustering with Adaptive Graph Learning

Partial Multi-view Subspace Clustering来源:2020 Cybernetics作者:Jie Wen, Yong Xu∗, Senior Member, IEEE, Hong Liu缺失多视图论文汇总:https://github.com/Jeaninezpp/Incomplete-multi-view-clustering一句话概括论文摘要关键词Introduction缺失方法可以分为两类:基于矩阵分解的:通过矩阵分解得到地位的一致表示。如(PM
原创
博文更新于 2020.12.05 ·
1200 阅读 ·
2 点赞 ·
0 评论 ·
5 收藏

[P12] Incomplete Multi-Modal Visual Data Grouping

文章来源:IJCAI-16作者:Handong Zhao, Hongfu Liu and Yun Fu机构:Northeastern University, Boston, USAIncomplete Multi-Modal Visual Data Grouping一句话描述关键词IntroductionMethodNoteOptimizationResult一句话描述添加图拉普拉斯项,从低维潜在表示中学习一个完整的图。关键词IntroductionIMG:Incomplete multi
原创
博文更新于 2020.12.02 ·
791 阅读 ·
0 点赞 ·
5 评论 ·
2 收藏

VSCode:msys和gdb

发布资源 2018.12.02 ·
rar

USBCleaner V6.0

发布资源 2019.03.22 ·
zip

0711 深度多视图学习

文章目录Deep learning for multi-view datamulti-view deep clusteringimbalanced deep learningDeep learning for multi-view dataA Survey of Multi-View Representation Learningmulti-view representation alignmentmulti-view representation fusion2011 Multimod
原创
博文更新于 2020.07.13 ·
2853 阅读 ·
2 点赞 ·
0 评论 ·
12 收藏

缺失多视图聚类目标函数

Incomplete Multi-view Clustering via Subspace LearningUnified subspace learning for incomplete and unlabeled multi-view dataIncomplete Multi-view ClusteringPartial Multi-View ClusteringPartial Multi-View Spectral Clustering (PVSC)Partial Multi-view Subspa.
原创
博文更新于 2020.06.15 ·
1403 阅读 ·
3 点赞 ·
0 评论 ·
6 收藏

[PED03]Partial Multi-view Subspace Clustering

Partial Multi-view Subspace Clustering来源:MM2018作者:Nan Xu, Yangqing Guo…(Dalian University of Technology)缺失多视图论文汇总:https://github.com/Jeaninezpp/Incomplete-multi-view-clustering一句话概括从原始数据中学习潜在表示,利用潜在表示的自表达得到子空间表示。论文摘要missing data 和 partial data在实际任务
原创
博文更新于 2020.06.13 ·
853 阅读 ·
0 点赞 ·
1 评论 ·
2 收藏

[PED05]Incomplete Multi-view Clustering via Subspace Learning

Incomplete Multi-view Clustering via Subspace LearningPublication:CIKM 2015摘要:learn unified latent representations and projection matrices for the incomplete multi-view data要求latent representation...
原创
博文更新于 2020.06.13 ·
1266 阅读 ·
1 点赞 ·
3 评论 ·
2 收藏

[PED10]Invariance and Stability of Deep Convolutional Representations

Alberto Bietti, Julien Mairal1.论文通过构造一个多层的深度卷积核网络,并且研究对应的再生核希尔伯特空间的几何结构,来研究深度信号表示的平移不变性以及微分同胚作用的稳定性,既不会丢失信号的信息。2.首先定义了连续域空间中的信号的操作,patch extraction、kernel map、linear pooling。然后进行离散化,并且说明了了离散信号通过这些...
原创
博文更新于 2020.06.01 ·
243 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

[PED09]Deep one-class classification

论文名:Deep one class classification 作者:Lukas Ruff * 1 Robert A. Vandermeulen * 2 Nico Gornitz ¨ 3 发表刊物:ICML 发表时间:2018 相关概念: OCSVM SVDD ...
原创
博文更新于 2020.06.01 ·
6692 阅读 ·
4 点赞 ·
6 评论 ·
23 收藏

[PED08]Self-paced Clustering Ensemble自步聚类集成论文笔记

文章目录0.摘要1.introduction2.Related Work2.1聚类集成相关定义2.2Self-paced Learning自步学习3.自步聚类集成目标函数优化0.摘要现有的聚类集成方法大多利用所有的数据来学习一致的聚类结果,没有充分考虑一些困难实例所带来的不利影响。为了解决这个问题,提出Self-Paced Clustering Ensemble(SPCE)方法。逐步将例子...
原创
博文更新于 2020.06.01 ·
3423 阅读 ·
3 点赞 ·
3 评论 ·
16 收藏

[PED07]Feature Selection for Clustering:A Review聚类特征选择综述

文章目录0.1 introduction介绍0.1.1 Clustering 聚类0.1.2 Feature Selection Models 特征选择模型0.1.3 Feature Selection for Clustering 聚类的特征选择0.1.3.1 Filter Model0.1.3.2 Wrapper Mode0.1.3.3 Hybrid Model0.2 Feature Sele...
翻译
博文更新于 2020.06.01 ·
3318 阅读 ·
0 点赞 ·
1 评论 ·
29 收藏
加载更多