Mean squared error (MSE) in assembly language

Опубликовано: 26 Август 2024
на канале: Computing Mongoose
39
4

This video shows an implementation of the Mean squared error (MSE), also known as mean squared deviation (MSD), between two vectors. The implementation is done in x86 64-bit assembly language, with x87 floating point instructions.

Resources:
MSE: https://en.wikipedia.org/wiki/Mean_sq...
Vectors PART1:    • Vectors in assembly language PART1  
Convert floating point numbers to string and display:    • Convert 32bit floating point numbers ...  
Display a string in Linux:    • Writing to Linux console in 64bit ass...  

#assemblylanguage #x86 #64bits #linux