You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
The text was updated successfully, but these errors were encountered:
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.
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.
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....
The text was updated successfully, but these errors were encountered: