Logistic (Sigmoid) function in assembly language

Опубликовано: 07 Август 2024
на канале: Computing Mongoose
2,315
56

An implementation of the Logistic (Sigmoid) function in assembly language. As noted also in Wikipedia: in some fields, most notably in the context of artificial neural networks, the term "sigmoid function" is used as an alias for the logistic function.

Sigmoid functions are very important for Artificial Intelligence (AI) algorithms as activation functions. They are employed at the end of artificial neural neurons processing for computing the final neuronal output.

Resources:
Wikipedia: https://en.wikipedia.org/wiki/Sigmoid...
Online Sigmoid calculator: https://www.tinkershop.net/ml/sigmoid...
Simple floating point operations, including exponentiation in assembly language:    • Simple floating point operations in a...  
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 #8087 #ai