Machine Learning code reproducibility using versioning

By Medium - 2021-01-12

Description

Software dependency and version control is a hard and tedious process. But as such, they are the ideal target for automatization.

Summary

  • Orthogonal Matrix What is an Orthogonal Matrix?
  • In terms of geometry, orthogonal means that two vectors are perpendicular to each other.
  • Additionally you may select any two rows and find that the same property holds, as the transpose of an orthogonal matrix is itself an orthogonal matrix.
  • Because the transpose preserves the determinant, it is easy to show that the determinant of an orthogonal matrix must be equal to 1 or -1.

 

Topics

  1. Backend (0.29)
  2. Machine_Learning (0.16)
  3. Coding (0.15)

Similar Articles