基于多模态检索的互联网图文匹配
☆15Mar 17, 2024Updated 2 years ago
Alternatives and similar repositories for Multimodal_retrieval
Users that are interested in Multimodal_retrieval are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 该项目旨在通过输入文本描述来检索与之相匹配的图片。☆43Aug 24, 2023Updated 3 years ago
- ☆11Sep 21, 2024Updated last year
- Java EE 课程设计 \ Java web 课程设计 基于spring Boot + Mybatis Plus + Vue + Android原生,前后端分离。附带设计报告、UML建模,团队协作赛鸽数据管理系统☆11Oct 10, 2024Updated last year
- A comprehensive evaluation framework for Backboard's memory system using the LoCoMo (Long Conversation Memory) benchmark.☆18Nov 3, 2025Updated 10 months ago
- 商品图像检索、多模态、深度学习☆32Nov 25, 2021Updated 4 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- Official implementation for "Enhancing Semantics in Multimodal Chain of Thought via Soft Negative Sampling"☆10May 21, 2024Updated 2 years ago
- Operating systems scheduling algorithms visualization.☆10Sep 1, 2023Updated 3 years ago
- ☆15Aug 31, 2025Updated last year
- ☆23Sep 9, 2023Updated 2 years ago
- Reinforcement learning based pricing for demand response☆19Jun 17, 2023Updated 3 years ago
- 操作系统相关实验,包括分页式分段式存储管理,银行家算法,页面置换算法,以及进程调度和作业调度相关算法的c/c++题解☆12Nov 7, 2022Updated 3 years ago
- 牛逼的A*算法,最好的寻路算法☆11Feb 28, 2020Updated 6 years ago
- Variational Information Bottleneck☆16Nov 26, 2018Updated 7 years ago
- ☆12Jan 5, 2023Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- C++实现的几种进程调度算法(先来先服务、短进程优先、时间片轮转、静态优先级调度、高响应比优先(多用于作业调度))☆13Dec 11, 2018Updated 7 years ago
- ☆12Updated this week
- Deep Learning 2021 in School of Data Science, USTC☆12May 17, 2023Updated 3 years ago
- 科大讯飞线下销量挑战赛top7方案☆13Aug 21, 2021Updated 5 years ago
- Neural Fuzzy Repair (NFR) is a data augmentation pipeline, which integrates fuzzy matches (i.e. similar translations) into neural machine…☆12Aug 14, 2024Updated 2 years ago
- A GUI application that simulates the process scheduling of multilevel feedback queues, implemented in Java's Swing, is displayed in the G…☆13Oct 20, 2018Updated 7 years ago
- My blog on Next.js 14.2 and deplay it to cloudflare page.☆23Aug 4, 2026Updated 3 weeks ago
- 自制的生日礼物:生日歌+心形点阵LED+生 日快乐投影+全彩LED闪烁☆11May 2, 2019Updated 7 years ago
- USTC网络安全实验室网站源码☆11Sep 1, 2022Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于大模型ChatGLM,微调方式为LORA,集SFT、RM、PPO算法为一体项目☆14Jun 20, 2023Updated 3 years ago
- 一个模拟操作系统,包含常见的进程调度相关算法的实现、内存分配相关算法的实现(连续,离散)以及模拟磁盘、文件系统的实现。各模块联动,辅助辅以一系列GUI界面动画演示。☆18Apr 19, 2018Updated 8 years ago
- 信息管理系统平台HTML模板☆18Apr 21, 2017Updated 9 years ago
- 中科大2022春《深度学习导论》课程资源☆10Aug 7, 2022Updated 4 years ago
- 本项目旨在构建一个基于电影知识图谱和大型语言模型(LLM)的KBQA问答系统,以实现对电影领域知识的查询和理解。该系统将电影知识图谱与自然语言处理技术相结合,为用户提供了一个便捷、智能的电影知识查询工具。☆40Jul 22, 2024Updated 2 years ago
- 天池大赛>MTWI 2018 挑战赛一:网络图像的文本识别☆16Jun 26, 2019Updated 7 years ago
- ECIR 2024: Sparse lexical representation for image-text retrieval☆13Jul 8, 2024Updated 2 years ago
- ☆20Jul 30, 2020Updated 6 years ago
- 2024.06.19 本项目使用Chinese-CLIP搭建文搜图/图搜图页面,旨在帮助用户快速使用跨模态检索任务。本项目代码针对MUGE数据集约19w(189585张)数据作为底库数据。本项目提供了提取特征, 检索, 以及uI代码。☆23Jun 20, 2024Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ServeyNew 中文名称叫新星调查问卷系统 当前版本为1.0 开发开始时间为:2011年8月17日 系统开发分两个大阶段: 第一阶段工作主要集中在新星调查问卷系统的后台建设,此阶段当前包括的功能有用户管理、调查问卷管理、调查项管理、访问者信息管理、统计分析模块。…☆17Jun 2, 2018Updated 8 years ago
- 基于ssm的茶叶商城管理系统:前端 jsp、jquery,后端 springmvc、spring、mybatis;角色分为管理员、用户;集成茶叶浏览、购物车、在线付款、我的订单等功能于一体的系统。☆23Jan 30, 2025Updated last year
- 标准遗传算法(简单遗传算法),参照官方C语言版本进行python2.7语言重构。实数编码,轮盘赌选择,模拟二进制交叉(SBX),多项式变异。☆17Feb 6, 2017Updated 9 years ago
- 推荐系统☆13Oct 4, 2022Updated 3 years ago
- Code for our paper "Domain adaptive transfer learning for fault diagnosis." 2019 Prognostics and System Health Management Conference (PHM…☆23Apr 11, 2022Updated 4 years ago
- This program uses A* algorithm and ant colony optimization to solve maze path finding problem. A*算法/蚁群算法求解迷宫路径问题. (pygame)☆15Apr 6, 2020Updated 6 years ago
- ☆15Mar 29, 2023Updated 3 years ago