lbfgs-algorithm
There are 9 repositories under lbfgs-algorithm topic.
decile-team/jensen
A C++ toolkit for Convex Optimization (Logistic Loss, SVM, SVR, Least Squares etc.), Convex Optimization algorithms (LBFGS, TRON, SGD, AdsGrad, CG, Nesterov etc.) and Classifiers/Regressors (Logistic Regression, SVMs, Least Squares Regression etc.)
constantino-garcia/lbfgsb_cpp_wrapper
A simple C++ wrapper around the original Fortran L-BGSG-B routine
siesta-project/flos
Interfacing SIESTA to Lua scripts using the flook code
DanielDagnino/SD_vs_lBFGS-with-Matlab
Visual and quantitative example of Steepest Descent vs limited memory BFGS (Broyden-Fletcher-Goldfarb-Shanno)
saneItchyHog/optimization_algorithms
Useful Optimization Algorithms
adlyZaroui/analyticProphet
AnalyticProphet - prophet implementation using analytic gradient
leotau2018/LBFGS_CODE
Limited memory BFGS algorithm for the matrix approximation problem in Frobenius norm
SalmaOuardi/Classification-with-PySpark
Discover classification through PySpark with MLlib + Feature Extraction
foolnotion/lbfgs
Modern C++ port of the Limited-memory BFGS (L-BFGS) optimization algorithm