Really want to know more about matrices & their application in programming. How're they used in prog. & for what achievement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Really want to know more about matrices & their application in programming. How're they used in prog. & for what achievement

Implementation of Matrices in programming

17th Dec 2018, 5:45 AM
Ferouze Jerry Ochieng
Ferouze Jerry Ochieng - avatar
1 Answer
+ 10
Vectors, matrices and tensors in general may have many applications, mostly for mathematical, abstract representations of data. It can be used in scientific computations, where for example tensors may represent some observations and by calculating the dot product of two of them you can tell whether they are similar or different. That tells you if your observations are similar to each other and enables to spot anomalies. That's just an example, but matrices and higher ranked tensors are nowadays staple food of neural networks as they store representations of all kinds of data processed by the nets.
17th Dec 2018, 1:17 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar