Zulip Chat Archive

Stream: new members

Topic: Reasoning about ML, control systems


S G (Nov 06 2021 at 07:21):

Hi all, Any pointers to work on use of Lean to reason about the behaviour of
1) Machine learning enabled systems (NN, reinforcement learning, learning-agnostic)
2) Feeback control systems, in particular for parameter tuning of PID systems,
(https://en.wikipedia.org/wiki/Control_theory#PID_feedback_control)

Thanks in advance,
S

Eric Wieser (Nov 06 2021 at 10:42):

https://github.com/dselsam/certigrad may be of interest regarding the first point

Jason Rute (Nov 06 2021 at 16:53):

Not lean, but https://arxiv.org/abs/2009.11403. (CertRL is proving properties of standard RL algorithms in Coq.)


Last updated: Dec 20 2023 at 11:08 UTC