Is DLIB a good open source library for developing my own machine learning algorithms in C++?
Asked Answered
G

1

7

Is DLIB a good open source library for developing my own machine learning algorithms in C++?

How about other ones, such as libSVM, SHOGUN?

Gamely answered 22/1, 2011 at 19:30 Comment(4)
All that really depends on what you are trying to do. And it seems that you are looking to use existing algorithms not invent your own which I do not recommend.Jurisprudent
@Steve: Avoid the NIH syndrome :-)Placido
I recommend starting with existing algorithms as a learning exercise and if they aren't good enough, inventing your own - "standing on the shoulders of giants..."Young
I agree with Andrew S. Maybe you should check out en.wikipedia.org/wiki/Orange_%28software%29 That way you can compare performance of your algorithm against other ones that are implemented in OrangeValeric
L
5

A good source for information about machine learning open source software is mloss.org, where you can find 20 projects that use C++. Study the descriptions and tags to select one that fits your needs.

Lobeline answered 1/6, 2011 at 9:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.