Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 298 Bytes

logistic-regression-cpp

logistic regression cpp

It is a simple toy code for lr_sgd, dataset is heart_scale

compile g++ lr.cpp -o lr1 ./lr1


lr_sgdl2_lbfgs a toy for lr optimized by sgd,sgd with l2 regulation,l_bfgs

g++ lr_sgdl2_lbfgs -o lr

sh -x run.sh