Łukasiewicz Logic with Actions for Neural Networks training
The training process of multilayer perceptrons lacks a formal logical characterization that connects network computation with deductive reasoning in a certifiable way.
Based on the known connection between multilayer perceptrons and Lukasiewicz logic with rational coefficients, the authors model the training process using a three-sorted hybrid modal logic: the perceptron is a logical formula, training actions are modal operators, and the training process is a sequence of logical deductions. The algorithmic implementation is certified by logical proofs in Lean 4.
The training process of a multilayer perceptron is formally represented and certified in Lean 4, establishing that the algorithmic steps correspond to valid logical deductions in Lukasiewicz logic with actions.
