RubixML / ML

A high-level machine learning and deep learning library for the PHP language.
https://rubixml.com
MIT License
2.03k stars 182 forks source link

Variance update optimization #301

Closed andrewdalpino closed 1 year ago

andrewdalpino commented 1 year ago

Reduces 4 addition operations to one addition operation and a variable assignment/memory allocation.

andrewdalpino commented 1 year ago

Thanks @Jeckerson!