cavalab / brush

An interpretable machine learning library
http://cavalab.org/brush/
GNU General Public License v3.0
2 stars 0 forks source link

understand Ceres #10

Closed lacava closed 2 years ago

lacava commented 2 years ago

http://ceres-solver.org/index.html is a library for numerical optimization that we would like to integrate into brush to optimize feature weights.

msnliu commented 2 years ago

Created a template of using ceres and tried two examples on ceres using autodiff on a simple function and ceres plus jets with autodiff on Rat43 function.