تحليل LU
LU Decomposition
أسلوب جبري يُفكِّك مصفوفة إلى حاصل ضرب مصفوفة مثلثية سفلية (L) ومصفوفة مثلثية علوية (U). في Glow، يُستخدم لحساب محدِّد مصفوفة الالتفافة 1×1 بكفاءة: المحدِّد يصبح ببساطة حاصل ضرب العناصر القُطرية.
An algebraic method that decomposes a matrix into the product of a lower triangular matrix (L) and an upper triangular matrix (U). In Glow, used to efficiently compute the determinant of the 1×1 convolution matrix: the determinant becomes simply the product of the diagonal entries.
تُرجم أيضاًتفكيك LU