Hacker News new | ask | show | jobs
by pgt 1902 days ago
View maintenance, rendering and compilation are instances of the same underlying problem: efficient incremental calculation of an acyclic computation graph, a.k.a. differential dataflow. When the graph has cycles or feedback, you enter control theory country. It’s not surprising that neural nets look like feedback control systems.
2 comments

Outside of differential dataflow (the library) and Materialize, what do you consider the cutting edge work or research in this area?
I've been interested in the theoretical side of this since forever (my first love was node based CGI software which actually exposes the graph as your main interface) and never go to it. Any control theory book suggestion before I hit springer ?