home.social

#dynamicprogramming — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dynamicprogramming, aggregated by home.social.

  1. Ah, yes, the enlightening revelation that "dynamic programming" isn't about computers! 🤔 Who knew that #deciphering algorithmic #jargon could lead to the thrilling discovery of ancient dictionary definitions? 📚 Next time on Vidar's Blog: uncover the shocking truth that #spaghetti #code doesn't actually involve pasta. 🍝🙄
    vidarholen.net/contents/blog/? #dynamicprogramming #ancientdefinitions #techhumor #HackerNews #ngated

  2. Ah, yes, the enlightening revelation that "dynamic programming" isn't about computers! 🤔 Who knew that #deciphering algorithmic #jargon could lead to the thrilling discovery of ancient dictionary definitions? 📚 Next time on Vidar's Blog: uncover the shocking truth that #spaghetti #code doesn't actually involve pasta. 🍝🙄
    vidarholen.net/contents/blog/? #dynamicprogramming #ancientdefinitions #techhumor #HackerNews #ngated

  3. Ah, yes, the enlightening revelation that "dynamic programming" isn't about computers! 🤔 Who knew that #deciphering algorithmic #jargon could lead to the thrilling discovery of ancient dictionary definitions? 📚 Next time on Vidar's Blog: uncover the shocking truth that #spaghetti #code doesn't actually involve pasta. 🍝🙄
    vidarholen.net/contents/blog/? #dynamicprogramming #ancientdefinitions #techhumor #HackerNews #ngated

  4. Ah, yes, the enlightening revelation that "dynamic programming" isn't about computers! 🤔 Who knew that #deciphering algorithmic #jargon could lead to the thrilling discovery of ancient dictionary definitions? 📚 Next time on Vidar's Blog: uncover the shocking truth that #spaghetti #code doesn't actually involve pasta. 🍝🙄
    vidarholen.net/contents/blog/? #dynamicprogramming #ancientdefinitions #techhumor #HackerNews #ngated

  5. 🚀 Ah, yes, the riveting world of dynamic programming with Σ-types in Lean—because who wouldn't want to verify their #memoization techniques while sipping on a nice cup of existential dread? 🤓 If you thought solving recursive #algorithms was thrilling, just wait until you read about turning it into a 17-minute snooze-fest! 💤
    tannerduve.github.io/blog/memo #dynamicprogramming #Σtypes #Lean #existentialdread #HackerNews #ngated

  6. 🚀 Ah, yes, the riveting world of dynamic programming with Σ-types in Lean—because who wouldn't want to verify their #memoization techniques while sipping on a nice cup of existential dread? 🤓 If you thought solving recursive #algorithms was thrilling, just wait until you read about turning it into a 17-minute snooze-fest! 💤
    tannerduve.github.io/blog/memo #dynamicprogramming #Σtypes #Lean #existentialdread #HackerNews #ngated

  7. 🚀 Ah, yes, the riveting world of dynamic programming with Σ-types in Lean—because who wouldn't want to verify their #memoization techniques while sipping on a nice cup of existential dread? 🤓 If you thought solving recursive #algorithms was thrilling, just wait until you read about turning it into a 17-minute snooze-fest! 💤
    tannerduve.github.io/blog/memo #dynamicprogramming #Σtypes #Lean #existentialdread #HackerNews #ngated

  8. 🚀 Ah, yes, the riveting world of dynamic programming with Σ-types in Lean—because who wouldn't want to verify their #memoization techniques while sipping on a nice cup of existential dread? 🤓 If you thought solving recursive #algorithms was thrilling, just wait until you read about turning it into a 17-minute snooze-fest! 💤
    tannerduve.github.io/blog/memo #dynamicprogramming #Σtypes #Lean #existentialdread #HackerNews #ngated

  9. ☑️ Day 33/100: #Leetcode daily question

    🟥 Question: 2463. Minimum Total Distance Traveled

    This is a very good difficult question, and I obviously need to look a solution. Solved it using dp

    🐈‍⬛ Check out my #GitHub where I post all the daily streak 🔥 questions and #LeetcodeContest 🏆 solutions

    🔗 Solution Link: github.com/akshatsingh1718/lee

    🔗 My Leetcode Github: github.com/akshatsingh1718/lee

    #coding #Algorithms #python #dynamicprogramming

  10. ☑️ Day 31/100: #Leetcode daily question

    🟨 Question: 2684. Maximum Number of Moves in a Grid

    Easy dp question but need to see the solution maybe I was too last to solve that day

    🐈‍⬛ Check out my #GitHub where I post all the daily streak 🔥 questions and #LeetcodeContest 🏆 solutions

    🔗 Solution Link: github.com/akshatsingh1718/lee

    🔗 My Leetcode Github: github.com/akshatsingh1718/lee

    #coding #python #Algorithms #dynamicprogramming

  11. ☑️ Day 29/100: #Leetcode daily question

    🟨 Question: 1277. Count Square Submatrices with All Ones

    Medium question and I need to check the solution but good learning

    🐈‍⬛ Check out my #GitHub where I post all the daily streak 🔥 questions and #LeetcodeContest 🏆 solutions

    🔗 Solution Link: github.com/akshatsingh1718/lee

    🔗 My Leetcode Github: github.com/akshatsingh1718

    #Algorithms #python #coding #dynamicprogramming

  12. To me this HN thread is pure gold. When I first discovered Dynamic Programming (DP) in Python with the @cache decorator quite late actually, it looked like magic to me. I could not find as much wisdom on it (top search results are all leetcode tutorials) but once again @hn_discussions fill that gap. Will dive deeper into the topic of generative recursion.

    🧵 HN thread: news.ycombinator.com/item?id=3

  13. CW: Advent of Code Day 12 Spoilers

    2023 Day 12

    Oh my god, I had too much trouble with this. Haven't done in years, so I completely spaced it until my solution was taking forever.

    Memoization gave at a considerable speed boost. It's not the best solution, and it's far from readable, but it gets the job done and still takes under a second on my machine.

    codeberg.org/Taywee/AdventOfCo

  14. 4/

    Fourth: Models and Solvers for Dynamic Programming, organised by Chris Beck, Xavier Gillard, Ryo Kuroiwa, Laurent Michel, Pierre Schaus, and Willem van Hoeve.

    Submission deadline: July 10, 2023

    sites.google.com/view/dpsolve2

    #CP2023 #DynamicProgramming #CallForPapers #CP2023conf #ConstraintProgramming #ArtificialIntelligence #AI #Solvers

  15. Dynamic Programming is one way to arrive at the solution of the Markov Decision Process or MDP used in Reinforcement Learning (RL) problems.

    In the third article on the Foundational RL series, I discuss dynamic programming and briefly talk about Approximate Dynamic Programming.

    towardsdatascience.com/foundat

    #controlsystems #controltheory #controlengineering #engineering #learning #rl #reinforcementlearning #datascience #machinelearning #ml #ai #autonomousdriving #robotics #dynamicprogramming

  16. I sometimes post quantum-related "easy listening" for your weekends. Here's some quantum-related uneasy listening for your Monday evening....

    youtube.com/watch?v=y7kbuxEltY #quantumcomputing #dynamicprogramming #qiskit #Philippines

  17. Closing time effect: towards the end of the mating season, your acceptance threshold decreases (or the partner's attractiveness increases). Congratulation to Louise for this nice theoretical analysis. #science #biology #evolution #gametheory #decisionrule #animalbehaviour #model #dynamicprogramming
    📄 Chevalier et al (2020) Fluctuating dynamics of mate availability promote the evolution of flexible choosiness in both sexes. American Naturalist dx.doi.org/10.1086/711417

  18. 4/

    Fourth: Models and Solvers for Dynamic Programming, organised by Chris Beck, Xavier Gillard, Ryo Kuroiwa, Laurent Michel, Pierre Schaus, and Willem van Hoeve.

    Submission deadline: July 10, 2023

    sites.google.com/view/dpsolve2

    #CP2023 #DynamicProgramming #CallForPapers #CP2023conf #ConstraintProgramming #ArtificialIntelligence #AI #Solvers

  19. 4/

    Fourth: Models and Solvers for Dynamic Programming, organised by Chris Beck, Xavier Gillard, Ryo Kuroiwa, Laurent Michel, Pierre Schaus, and Willem van Hoeve.

    Submission deadline: July 10, 2023

    sites.google.com/view/dpsolve2

    #CP2023 #DynamicProgramming #CallForPapers #CP2023conf #ConstraintProgramming #ArtificialIntelligence #AI #Solvers

  20. 4/

    Fourth: Models and Solvers for Dynamic Programming, organised by Chris Beck, Xavier Gillard, Ryo Kuroiwa, Laurent Michel, Pierre Schaus, and Willem van Hoeve.

    Submission deadline: July 10, 2023

    sites.google.com/view/dpsolve2

    #CP2023 #DynamicProgramming #CallForPapers #CP2023conf #ConstraintProgramming #ArtificialIntelligence #AI #Solvers