Quadratic regression is a classical machine learning technique to predict a single numeric value. Quadratic regression is an extension of basic linear regression. Quadratic regression can deal with ...
This is an experimental set of ML primitives designed to help understand how modern AI works. The code is not optimized for performance or memory usage. It is optimized for readability and ...