SummerIsTooWarm [any]

  • 1 Post
  • 29 Comments
Joined 11 months ago
cake
Cake day: August 19th, 2023

help-circle







  • Paul Cockshott also has a Youtube Channel where he talks about such things. I haven’t read the book either, but doing economic planning with Neural Networks sounds a little adventurous, because generally it is hard to reason about it’s decision processes. And having a plan that you can’t explain is risky at best.

    Cockshott also has done some work with Thomas Härdin about economic planning with Linear Programming [LP] and Mixed Integer Linear Programming [MILP]. This also slots in nicely with your original question. As @bunbun@lemmygrad.ml has said, Databases are only part of the solution here. Economic Planning is an optimization problem and you need methods (like LP) to solve it. For more complex problems (like economic planning) you will need an understanding in linear algebra and matrices, here is a nice short (and cringe) introduction to LP that I found in some math discord a while back:

    But note that they use a graphical approach to solve the problem, of course there are also numeric approaches to solve an LP problem.