基于movielens-25m数据集的生成式推荐项目
☆50Aug 6, 2025Updated 10 months ago
Alternatives and similar repositories for GR-movie-recommendation
Users that are interested in GR-movie-recommendation are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 新手友好的基于 Qwen2 的生成式推荐系统,通过大模型理解用户偏好生成候选物品,融合 TF-IDF 关键词召回、热门物品召回构建多源策略,平衡相关性与多样性。采用 LightGBM 排序模型精准打分,内置召回率、NDCG 等评估指标量化效果。通过 Flask 封装 API…☆53Dec 6, 2025Updated 6 months ago
- [BIBM‘24] This repository is the official implementation for "UniUSNet: A Promptable Framework for Universal Ultrasound Disease Predictio…☆15Jun 25, 2025Updated 11 months ago
- Code for Multi-Aspect Cross-modal Quantization for Generative Recommendation. (AAAI 2026 Oral)☆41Dec 9, 2025Updated 6 months ago
- 本项目存放RankMixer复现相关代码☆66Apr 3, 2026Updated 2 months ago
- 农林小林是一个面向高校场景的“校园大脑”AI 助手 agent,目标是把分散在教务、学工、后勤、图书馆、通知公告等系统里的信息,统一成一个可以自然语言交互的校园入口。 系统会结合对话、任务规划和工具调用,返回可执行、可追踪的结果。☆29Updated this week
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- A public repository containing the Case Western Reserve University's Bearing Dataset corrected and cleaned, in .npz format.☆27Feb 4, 2025Updated last year
- A light weight, low level embedded key-value database library☆32Jul 8, 2013Updated 12 years ago
- Repository for "Enhanced Super-Resolution Training via Mimicked Alignment for Real-World Scenes", ACCV 2024☆16Dec 2, 2024Updated last year
- MICCAI 2023 Challenges :STS-基于2D 全景图像的牙齿分割任务 初赛第一 复赛第四方案分享☆24Sep 22, 2023Updated 2 years ago
- Update BasicSR to support PyTorch2.0 DDP training☆17Mar 23, 2023Updated 3 years ago
- PyTorch implementation of ECCV 2024 paper "Confidence-Based Iterative Generation for Real-World Image Super-Resolution"☆16Nov 17, 2024Updated last year
- 微信大数据挑战赛2021☆18Sep 6, 2021Updated 4 years ago
- ☆11Apr 23, 2024Updated 2 years ago
- Code for "Divergence Optimization for Noisy Universal Domain Adaptation"☆11Jun 12, 2021Updated 4 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ☆113Apr 24, 2026Updated last month
- To overcome fundamental biases in camera-based remote plethysmography, we propose an adversarial learning-based fair fusion method, using…☆21Mar 20, 2025Updated last year
- ☆20Sep 1, 2021Updated 4 years ago
- This repo contains the KERAS implementation of "AGSDNet: Attention and Gradient based SAR Denoising Network"☆17Jun 16, 2023Updated 2 years ago
- Unofficial implementation of generative recommender (GR) with Hierarchical Sequential Transduction Unit (HSTU) from Actions Speak Louder …☆27Jun 5, 2024Updated 2 years ago
- ☆16Feb 21, 2025Updated last year
- Implementation of Recurrent Hidden Semi-Markov Model http://www.cc.gatech.edu/~lsong/papers/DaiDaiZhaLietal17.pdf☆12Mar 31, 2019Updated 7 years ago
- 使用BERT预训练语言模型获取评论文本的向量表示,通过Bi-GRU网络学习其中的语义特征,分别采用情感权重和注意力机制来为评论向量分配权重,动态调节其对用户特征和产品特征的影响程度,并以加权求和的方式获得用户特征和产品特征,最后利用DeepFM算法对用户特征和产品特征进行深…☆16Mar 28, 2023Updated 3 years ago
- ☆33May 15, 2024Updated 2 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- This repo is for experiment of UCAS Computer Network course☆27Jan 13, 2021Updated 5 years ago
- Official Pytorch implementation of the paper "Hybrid Attention Based U-shaped Network for Remote Sensing Image Super-Resolution".☆26Sep 8, 2023Updated 2 years ago
- Huggingface PPO Demo☆28Sep 7, 2025Updated 9 months ago
- 自动抓取 GitHub Stars,生成 AI 摘要,便于检索。☆74Updated this week
- 计算机体系结构研讨课 2020年秋季 UCAS 《CPU 设计实战》 Lab3-Lab9☆35Aug 11, 2021Updated 4 years ago
- This repo is the official implementation of "*[Adaptive Frequency Filters As Efficient Global Token Mixers](https://arxiv.org/abs/2307.14…☆18Apr 24, 2024Updated 2 years ago
- 视频超分辨率(关键帧增强)☆24Nov 2, 2024Updated last year
- 基于java springboot的医院信息管理系统☆21Mar 27, 2025Updated last year
- [KDD2026] The repo contains the code for "FORGE: Forming Semantic Identifiers for Generative Retrieval in Industrial Datasets"☆228Feb 9, 2026Updated 4 months 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.
- The official implementation of the paper "DIP: Dual Incongruity Perceiving Network for Sarcasm Detection"☆36Dec 6, 2024Updated last year
- 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被60多个国家的400多所大学用于教学。☆24Apr 3, 2023Updated 3 years ago
- 零基础入门推荐系统 - 新闻推荐 Top2☆425Jan 24, 2021Updated 5 years ago
- official implementation of AAAI 2024 paper: IINet: Implicit Intra-Inter Information Fusion for Real-time Stereo Matching☆27May 24, 2024Updated 2 years ago
- This project is about recommendation system including rank&match models and metrics which are all implemented by `tensorflow 2.x`.☆71May 7, 2025Updated last year
- 本项目分享各种类型的推荐算法及实战代码,小白也可轻松掌握☆34Apr 20, 2023Updated 3 years ago
- ☆22Jul 15, 2025Updated 10 months ago