1

I have downloaded and built octave library and it works fine . But I cannot call function minimizers like fminunc() , fmingc() etc to minimize my functions for performing logistic regression or using it in neural networks . Can these functions be accessed from c++ ? If yes, then how ?

Saksham
  • 227
  • 2
  • 9

1 Answers1

1

You can use a native library in C++ for optimization. Check out this one : dlib

SHASHANK GUPTA
  • 3,855
  • 4
  • 20
  • 26