Machine Learning

This page summarizes the projects mentioned and recommended in the original post on /r/golang

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mab

    Library for multi-armed bandit selection strategies, including efficient deterministic implementations of Thompson sampling and epsilon-greedy.

    Here's an example of multi-armed bandits done in Go: https://github.com/stitchfix/mab

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • mlgo

    Machine Learning with Go (golang) Session Material for GOLAB 2018 (by miku)

  • GoLearn

    Machine Learning for Go

  • goml

    On-line Machine Learning in Go (and so much more)

  • spaGO

    Discontinued Self-contained Machine Learning and Natural Language Processing library in Go

  • dataframe-go

    DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration

  • randomforest

    Random Forest implementation in golang

    I did end up writing and using a custom library for Random Forest (it's also in AwesomGo) in one real-world project (detecting Alzheimer's and Parkinson's from speech from a mobile app) - https://github.com/malaschitz/randomForest I had better results than the team who used TensorFlow and most importantly I didn't have to use any other technology than Go. For NN's it's probably best to use https://gorgonia.org/ - but it's not exactly a user friendly library. But there is a whole book on it - Hands-On Deep Learning with Go.

  • Gorgonia

    Gorgonia is a library that helps facilitate machine learning in Go.

    I did end up writing and using a custom library for Random Forest (it's also in AwesomGo) in one real-world project (detecting Alzheimer's and Parkinson's from speech from a mobile app) - https://github.com/malaschitz/randomForest I had better results than the team who used TensorFlow and most importantly I didn't have to use any other technology than Go. For NN's it's probably best to use https://gorgonia.org/ - but it's not exactly a user friendly library. But there is a whole book on it - Hands-On Deep Learning with Go.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GoLang AI/ML open source projects

    7 projects | /r/golang | 18 Dec 2022
  • Why can't Go be popular for machine learning?

    6 projects | /r/golang | 22 Jul 2022
  • Tensorflow

    2 projects | /r/golang | 10 Jan 2021
  • Using AI in your IDE to work with open-source code bases

    1 project | dev.to | 26 Sep 2024
  • Mocking an LLM Embedder Targeting MongoDB Atlas

    3 projects | dev.to | 9 Sep 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?