solidglue / Recommender_System_Inference_ServicesLinks
Large scale recommender system inference Microservices and APIs (Dubbo 、gRPC and REST ) with Golang.
☆115Updated last year
Alternatives and similar repositories for Recommender_System_Inference_Services
Users that are interested in Recommender_System_Inference_Services are comparing it to the libraries listed below
Sorting:
- 深度学习TensorFlow2入门指南。Deep Learning TensorFlow2 API and Examples with Python3 and Jupyter Notebook.☆102Updated last year
- 机器学习Sklearn入门指南。Machine Learning Sklearn API and Examples with Python3 and Jupyter Notebook.☆116Updated last year
- YouTube推荐系统深度学习召回排序算法, Deep Neural Networks for YouTube Recommendations. YouTubeDNN.☆128Updated last year
- 推荐系统入门指南,全面介绍了工业级推荐系统的理论知识(王树森推荐系统公开课-基于小红书的场景讲解工业界真实的推荐系统),如何基于TensorFlow2训练模型,如何实现高性能、高并发、高可用的Golang推理微服务。Comprehensively introduced th…☆604Updated 4 months ago
- 零基础入门推荐系统 - 新闻推荐 Top2☆24Updated 3 months ago
- 移动推荐算法,以阿里巴巴移动电商平台的真实用户-商品行为数据为基础,同时提供移动时代特有的位置信息,希望你能够挖掘数据背后丰富的内涵,为移动用户在合适的时间、合适的地点精准推荐合适的内容。☆19Updated 7 months ago
- kaggle比赛—otto多目标推荐系统源代码,单模型分数0.594,LB排名30左右☆54Updated 2 years ago
- 零基础入门推荐系统 - 新闻推荐 Top2☆261Updated 4 years ago
- 《互联网大厂推荐算法实战》资料库☆285Updated 2 years ago
- A Lighting Pytorch Framework for Recommendation Models, Easy-to-use and Easy-to-extend.☆535Updated this week
- 深度学习与推荐系统学习,理论结合代码更香。☆131Updated 2 years ago
- 机器学习,深度学习八股☆64Updated 2 months ago
- 🔥🔥🔥从零使用pytorch构建电影推荐系统,基于MovieLens数据集,实现了多种召回排序相关模型:DSSM、CF、MF、DeepWalk、Item2Vec,LR、Wide&Deep、DeepFM、DCNv1、DCNv2、DIN、MMoE、PLE。欢迎大家进行st…☆17Updated last month
- 用pytorch 方法复现了二十多个经典的推荐算法论文,其中包含排序论文和推荐召回论文,并在demo里面选了一个召回模型和排序模型的运行示例。☆71Updated 2 years ago
- 天池大赛——新闻推荐场景下的用户行为预测挑战赛,SOLO赛,B榜排名5/5338☆50Updated 4 years ago
- 主流推荐系统Rank算法的实现