Machine Learning Model as a Serverless Endpoint using Google Cloud Functions

By Medium - 2021-01-17

Description

So you have built a model and want to productionize it as a serverless solution on google cloud platform (GCP). Let me show you how to do…

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.39)
  2. NLP (0.1)
  3. Machine_Learning (0.09)

Similar Articles