marcoszh / l-bfgs

C++ implemention of l-bfgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

我实现的l-bfgs算法,用于机器学习
这里用来训练MINIST手写数字识别,没有使用稀疏矩阵,对内存要求巨大,待改
My implemention of the imfamous ML algorithm l-bfgs. I didn't use sparse matrix, so it's unpractical. I test it with MINIST dataset.

About

C++ implemention of l-bfgs


Languages

Language:C++ 75.3%Language:C 24.7%