goml
goml copied to clipboard
On-line Machine Learning in Go (and so much more)
TFIDF doesn't work unless we actually save the DocsSeen value in the Bayes model. Currently the struct for Word doesn't do this. `type Word struct { Count []uint64 Seen uint64...
How does goml compare to some of the other Go libraries in terms of product vision / roadmap? - https://github.com/sjwhitworth/golearn - https://github.com/alonsovidales/go_ml There's a decent amount of overlap in terms...
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....
Hi this looks like a great library but I can't see any activity in the past 3 years. What do people use instead for scikit-learn-style capabilities with golang these days?