goml
is a machine learning library written entirely in Golang which lets the average developer include machine learning into their applications. (pronounced like the data format 'toml')
While models include traditional, batch learning interfaces, goml
includes many models which let you learn in an online, reactive manner by passing data to streams held on channels.
The library includes comprehensive tests , extensive documentation , and clean, expressive, modular source code . Community contribution is heavily encouraged.
Each package (mentioned below) includes individual README's to learn more about the function, and purpose of the models. Above all, if you want to learn about models, read the GoDoc reference for the package. All models are, as mentioned above, heavily documented.