The Coolest Data Science Project for 2021

By Medium - 2021-01-18

Description

Build and Deploy Your Own AI Platform with Python and Django

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. Machine_Learning (0.28)
  2. Backend (0.26)
  3. NLP (0.12)

Similar Articles

Serving Machine Learning Models from Python

By Medium - 2020-12-15

In this article I am going to show how to built a simple model server application using pypmml, os.stat module and Flask. The main serving format will be pmml but it can be extended other formats…

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...

Datasets should behave like git repositories

By DAGsHub Blog - 2021-01-18

Create, maintain, and contribute to a long-living dataset that will update itself automatically across projects, using git and DVC as versioning systems.