Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison with Weka, others? #2

Open
gnewton opened this issue Aug 3, 2015 · 1 comment
Open

Comparison with Weka, others? #2

gnewton opened this issue Aug 3, 2015 · 1 comment

Comments

@gnewton
Copy link

gnewton commented Aug 3, 2015

It would be very useful to compare performance (run time, memory used) with other commonly used machine learning libraries/frameworks. like Weka and Apache Mahout....

@cdipaolo
Copy link
Owner

cdipaolo commented Aug 3, 2015

Mahout is inherently different (I don't think there is any built-in
algorithm overlap with this library) but I'll look into doing performance
comparison on what I can find.

Note, however, that the basis of these libraries are not to learn in a
batch setting, which most machine learning libraries do. While it does
offer that, the main advantage of this library is being able to set up
learning in a goroutine and just fire off data at it. This lets the user
have minimal infrastructural overhead to integrate ML into their product.

I'll look around and find some comparisons, however.

On Mon, Aug 3, 2015 at 11:00 AM gnewton notifications@github.com wrote:

It would be very useful to compare performance (run time, memory used)
with other commonly used machine learning libraries/frameworks. like Weka
and Apache Mahout....


Reply to this email directly or view it on GitHub
#2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants