Stars
More user-friendly version of multi-scale algorithm library for optimal transport.
A collection of adaptive sparse multi-scale solvers for optimal transport and related optimization problems.
Web site of the Computational Optimal Transport book
A Comparative Framework for Multimodal Recommender Systems
A curated list of awesome resources about multimodal recommender systems.
💎多语言实现,高性能生成唯一数字ID。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言,提供其它适用于其它语言的多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 Worke…
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sa…
Source code for the X Recommendation Algorithm
TensorFlow Recommenders is a library for building recommender system models using TensorFlow.
【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
Pytorch domain library for recommendation systems
A unified, comprehensive and efficient recommendation library
A configurable, tunable, and reproducible library for CTR prediction https://fuxictr.github.io
Windows Calculator: A simple yet powerful calculator that ships with Windows
Cataclysm: Bright Nights, A fork/variant of Cataclysm:DDA by CleverRaven.
Aggregates RSS and web content(Calibre recipe), sends to Kindle, and includes an e-ink optimized online reader.
scikit-learn: machine learning in Python
A high-performance distributed file system designed to address the challenges of AI training and inference workloads.
High Performace IDE for Jupyter Notebooks
🌈一个跨平台的划词翻译和OCR软件 | A cross-platform software for text translation and recognition.
😎 Awesome lists about all kinds of interesting topics
📚 Freely available programming books
🚁🚀基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。