(* Author: Alexander Bentkamp, Universität des Saarlandes *) section ‹Deep Learning Networks› theory DL_Network imports Tensor_Product Jordan_Normal_Form.Matrix Tensor_Unit_Vec DL_Flatten_Matrix Jordan_Normal_Form.DL_Missing_List begin text ‹This symbol is used for the Tensor product:› no_notation Group.monoid.mult (infixl "⊗ı" 70) notation Matrix.unit_vec ("unit⇩v") hide_const (open) Matrix.unit_vec