Paper Reading #4: POMO 本文将精读论文 “POMO: Policy Optimization with Multiple Optima for Reinforcement Learning”,作者 Kwon et al.,时间 2020 年,链接 arXiv:2010.16011。 2025-08-19 ML4CO > Paper Reading #AI #ML4CO #Paper Reading
Paper Reading #3: RL4VRP 本文将精读论文 “Reinforcement Learning with Combinatorial Actions: An Application to Vehicle Routing”,作者 Delarue et al.,时间 2020 年,链接 arXiv:2010.12001。 2025-08-18 ML4CO > Paper Reading #AI #ML4CO #Paper Reading
Pytorch Tensors: A Beginner's Guide 本文是一篇系统性的 Pytorch Tensor 入门教程,将介绍 Tensor 的基础及核心操作,包含了基础语法、索引操作、变形操作、计算操作等。其中高级索引和变形操作是理解 Tensor 操作的重难点。本文附有项目代码(Jupyter Notebook)。 2025-08-16 AI #AI
Fancy but Useful Tensor Operations 代码中看似花哨的 Tensor 操作常常让人摸不着头脑,但是恰恰是理解深度学习代码的关键。本文将详细介绍一些常见、有趣且实用的 Tensor 操作,项目代码(Jupyter Notebook)在这里。 2025-08-14 AI #AI
Understading Transformer - An ML4CO perspective 本期讲解 ML4CO 中的常见网络结构 Transformer,并附有代码示例。项目代码可以在 https://github.com/cny123222/A-Living-Guide-to-ML4CO 中找到。 2025-08-01 ML4CO > Basics #AI #ML4CO
Paper Reading #2: AM 本文将精读论文 “Attention, learn to solve routing problems!”,作者 Kool et al.,时间 2019 年,链接 arXiv:1803.08475。 2025-07-30 ML4CO > Paper Reading #AI #ML4CO #Paper Reading
Paper Reading #1: GCN4TSP 本文将精读论文 “An efficient graph convolutional network technique for the travelling salesman problem”,作者 Joshi et al.,时间 2019 年,链接 arXiv:1906.01227。 2025-07-30 ML4CO > Paper Reading #AI #ML4CO #Paper Reading
Traditional Solver Baselines in ML4CO 本文将介绍 ML4CO 中常见的 baseline 求解器,如 Gurobi、Concorde、LKH-3、OR-Tools 等。 2025-07-28 ML4CO > Basics #AI #ML4CO
Common CO Problems in ML4CO 本文介绍了 ML4CO 中经常被研究的组合优化问题(如 TSP 等选边问题和 MIS 等选点问题)及相应的数据集生成算法。 2025-07-28 ML4CO > Basics #AI #ML4CO
Understading GNN - An ML4CO perspective 本期讲解 ML4CO 中的常见网络结构 GNN/GCN,并附有代码示例。项目代码可以在 https://github.com/cny123222/A-Living-Guide-to-ML4CO 中找到。 2025-07-26 ML4CO > Basics #AI #ML4CO