machine learning

                
; -----------------------------------------------------------------------------
; Data segment
; -----------------------------------------------------------------------------
.data
Model db "Artificial Neural Network", 0
...

; -----------------------------------------------------------------------------
; Code segment
; -----------------------------------------------------------------------------
.code
Main PROC
            lea     rdx, Model
            ...

            mov     rax, Feature2
            mov     rbx, Feature3

Learning:   mov     rcx, rax
            xor     rax, rbx
            and     rcx, rbx
            shl     rcx, 1
            test    rcx, rcx
            jnz     Learning

            mov     Feature23, rax
            ...

Main ENDP
END
                
            

contact us

Please reach us @opcodestudios