Deep learning, neural networks and the future of AI

By ted - 2021-01-06

Description

Yann LeCun, the chief AI scientist at Facebook, helped develop the deep learning algorithms that power many artificial intelligence systems today. In conversation with head of TED Chris Anderson, LeCu ...

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.

 

Similar Articles

By ArangoDB - 2021-01-05

The ArangoDB SmartJoins feature is a solution for running fast distributed JOIN operations against sharded collections by utilizing a smart sharding scheme allowing to JOIN operations with minimal net ...

Using Chrome DevTools to debug CSS Grid

By LogRocket Blog - 2021-01-04

Using Chrome DevTools and CSS Grid, learn how to discover grids in a page, inspect page layout, and debug common layout issues.