libmir / dcv

Computer Vision Library for D Programming Language
http://dcv.dlang.io/
Boost Software License 1.0
91 stars 18 forks source link

Machine learning algorithm #17

Open 9il opened 8 years ago

9il commented 8 years ago

Does existing or future dcv requires ML algorithms? If yes, please open an issue in https://github.com/libmir/mir/issues . Most of ML can be split to data preparation and other computations. Other computations_ may be added to Mir as building blocks for ML algorithms in dcv.

ljubobratovicrelja commented 8 years ago

Does existing or future dcv requires ML algorithms?

Yes! I'll look into it, and let you know via issue in Mir. Thanks!

9il commented 8 years ago

Please include matrix and vector algorithms. For example, I saw dcv uses scid for matrix inversion. This should be included to the Mir after a while