机器学习杂货铺总店


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

基于shell的简单好用多进程wrapper

Posted on 2024-12-21 | In linux使用
Words count in article: 267 字 | Reading time ≈ 1 分钟

基于shell的简单好用多进程wrapper...

Read more »

CatLIP,加速2.7倍!采用分类损失的CLIP水准的预训练视觉编码器

Posted on 2024-11-10 | In 多模态模型
Words count in article: 3.2k 字 | Reading time ≈ 11 分钟

传统的CLIP采用对比学习的方式进行预训练,通常需要汇聚多张节点的多张设备的特征向量以进行打分矩阵的计算,训练速度通常都较慢...

Read more »

利用远程服务器实现内网穿透访问jupyter notebook

Posted on 2024-11-06 | In 深度学习环境搭建
Words count in article: 578 字 | Reading time ≈ 2 分钟

穿透内网,访问jupyter notebook...

Read more »

pytorch手动实现滑动窗口操作,论fold和unfold函数的使用

Posted on 2024-11-06 | In pytorch使用
Words count in article: 1.1k 字 | Reading time ≈ 4 分钟

pytorch中fold和unfold函数的日常使用方法...

Read more »

rsync 用于远程/本地 文件的拷贝(可以实现差量复制)

Posted on 2024-11-06 | In linux使用
Words count in article: 241 字 | Reading time ≈ 1 分钟

rsync的基本使用方法...

Read more »

解耦多模态大模型中的视觉语义压缩与视觉语义摘要

Posted on 2024-11-06 | In 多模态大模型
Words count in article: 2.7k 字 | Reading time ≈ 10 分钟

在多模态大模型中,视觉连接器大致可以分为压缩型和非圧缩型,其中BLIP2提出的Q-Former [1] 是压缩型视觉连接器的代表工作之一。在论文 [2] 中,作者对Q-Former的作用提出了质疑和分析,本文进行笔记,希望对读者有所帮助...

Read more »

Flamingo:一种交织图文的视觉语言大模型方法

Posted on 2024-10-18 | In 多模态大模型
Words count in article: 2.7k 字 | Reading time ≈ 10 分钟

Flamingo算是DeepMind的多模态融合LLM的一个较老的工作了(2022年),之前粗略读过没来得及及时总结,本次过年笔者重新细读了论文,发现其在50多页的论文中有着不少细节...

Read more »

搜索系统中的Learning To Rank模型:GBRank

Posted on 2024-10-18 | In 统计机器学习
Words count in article: 2.7k 字 | Reading time ≈ 9 分钟

Learning To Rank(LTR)模型是对搜索/计算广告/推荐系统中的排序问题进行模型建模的方法,在当前的搜索系统中有着至关重要的作用...

Read more »

【用户行为学研究】 从用户点击数据中构造隐式反馈

Posted on 2024-10-17 | In 用户行为学
Words count in article: 4.4k 字 | Reading time ≈ 15 分钟

笔者在前文[4]中介绍了LTR模型中常用的GBRank模型,在文章末尾提到了根据用户点击数据构造隐式反馈,从而构建出有序对数据进行训练,因而引出了Skip-Above这个构建隐式反馈的方法,该方法在文章[1]中提出,作者根据翔实的用户行为学实验和分析,得出了包括Skip-Above在内的一系列通过点击信号来构建隐式反馈的方法...

Read more »

Alignment与Correspondence,用于量化衡量MLLM中视觉特征的视觉语义对齐与视觉结构程度的方法

Posted on 2024-10-15 | In 多模态大模型
Words count in article: 4.1k 字 | Reading time ≈ 14 分钟

在多模态大模型(Multimodal Large Language Model, MLLM)中,视觉特征就像是人的眼睛,而底座的LLM则像是人的大脑,合适的视觉特征的选择通常都是一个MLLM成功的重要一步...

Read more »
上一页123…13下一页

124 posts
40 categories
221 tags
RSS
GitHub E-Mail StackOverflow
© 2025 FesianXu
该站点文章共415.8k字,欢迎光临~