← 学习库 Computer Vision: Algorithms and Applications (2nd) 本册目录

Chapter 4: Model fitting and optimization

• Scikit-learn (https://scikit-learn.org) implements a number of algorithms for regression, i.e., scattered data interpolation.

原书第 777 页

C.2 Software

• OpenGM (http://hciweb2.iwr.uni-heidelberg.de/opengm) is a C++ template library for discrete factor graph models and distributive operations on these models. It includes state-of-the-art optimization and inference algorithms beyond message passing.

← Chapter 3: Image processingChapter 5: Deep learning →