dynamic-programming

Tag

Cards List
#dynamic-programming

On the Representational Geometry of Dynamic Programs

arXiv cs.LG · 2026-08-27 Cached

This paper investigates why standard neural architectures fail to generalize to longer inputs in dynamic programming, using geometric analysis with tropical semiring theory to reveal structural limitations in compositions.

0 favorites 0 likes
#dynamic-programming

A Tale of Dynamic Programming (2022)

Hacker News Top · 2026-08-09 Cached

A deep-dive educational article exploring dynamic programming as a unifying principle behind shortest-path algorithms, neural network training, and context-free grammar parsing, tying together automata, optimal control, and linear programming.

0 favorites 0 likes
#dynamic-programming

Recycling computational processes of dynamic programming for combinatorial optimization problems: a reservoir computing approach

arXiv cs.LG · 2026-07-28 Cached

This paper proposes a method using reservoir computing to recycle computational processes of dynamic programming for combinatorial optimization problems, achieving improved approximation accuracy and reduced computation time on traveling salesman and subset sum problems.

0 favorites 0 likes
#dynamic-programming

@Niccolg92: An interesting fact associated with this post. But first some context: Upon being hired by OpenAI, Alisa Liu has shared…

X AI KOLs Timeline · 2026-06-24 Cached

The post highlights a Dynamic Programming formulation from the GLM-5.2 paper's appendix that resembles a LeetCode problem, tying into the debate about LeetCode's relevance sparked by Alisa Liu's hiring at OpenAI.

0 favorites 0 likes
#dynamic-programming

Bellman-Taylor Score Decoding for Markov Decision Processes with State-Dependent Feasible Action Sets

arXiv cs.AI · 2026-06-10 Cached

This paper introduces Bellman-Taylor Score Decoding, a method to handle state-dependent feasible action sets in Markov decision processes, addressing a key challenge in applying deep reinforcement learning to operations research problems.

0 favorites 0 likes
#dynamic-programming

Multilingual Word-Level Forced Alignment with Self-Supervised Representations and Learned Dynamic Programming

arXiv cs.CL · 2026-06-10 Cached

A novel method for multilingual word-level forced alignment combines self-supervised representations from MMS and a phoneme boundary detector with a learned dynamic programming decoder, outperforming existing aligners on English and unseen languages without further training.

0 favorites 0 likes
#dynamic-programming

Stealing from Biologists to Compile Haskell Faster

Hacker News Top · 2026-05-30 Cached

The article explores the optimal ApplicativeDo scheduling problem in GHC, which is disabled by default due to slowness, and draws an analogy to the dynamic programming algorithm used for RNA folding to improve compiler performance.

0 favorites 0 likes
#dynamic-programming

@polydao: this is what a real Google coding interview looks like - and Google engineers earn $280K-$600K+ total comp Google poste…

X AI KOLs Timeline · 2026-05-25 Cached

A Twitter thread uses a Google coding interview example to highlight the high compensation at Google and then pivots to how AI agents like Claude Skills can replace entire dev teams, changing the job market.

0 favorites 0 likes
#dynamic-programming

CP or DP? Why Not Both: A Case Study in the Partial Shop Scheduling Problem

arXiv cs.AI · 2026-05-25 Cached

This paper presents a hybrid approach combining dynamic programming and constraint programming to solve the Partial Shop Scheduling Problem, demonstrating the viability of integrating both paradigms despite not outperforming pure CP solvers.

0 favorites 0 likes
#dynamic-programming

A Unified Knowledge Embedded Reinforcement Learning-based Framework for Generalized Capacitated Vehicle Routing Problems

arXiv cs.AI · 2026-05-15 Cached

This paper proposes a unified knowledge-embedded reinforcement learning framework for generalized capacitated vehicle routing problems, combining route-first cluster-second heuristics with dynamic programming to achieve superior solution quality and strong generalization across diverse variants.

0 favorites 0 likes
← Back to home

Submit Feedback