Fast gradient-descent implementation in a C++ library?

后端 未结 4 855
挽巷
挽巷 2020-12-15 00:53

I\'m looking to run a gradient descent optimization to minimize the cost of an instantiation of variables. My program is very computationally expensive, so I\'m looking for

4条回答
  •  一整个雨季
    2020-12-15 01:12

    GSL is a great (and free) library that already implements common functions of mathematical and scientific interest.

    You can peruse through the entire reference manual online. Poking around, this starts to look interesting, but I think we'd need to know more about the problem.

提交回复
热议问题