go_ml
Machine Learning Library
Provides a collection of machine learning algorithms and implementations for data analysis in Go
Machine Learning libraries for Go Lang - Linear regression, Logistic regression, etc.
203 stars
12 watching
26 forks
Language: Go
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
aunum/goro | A high-level machine learning library built on Gorgonia for Go that aims to provide an easy-to-use interface for building and training neural networks. | 372 |
cdipaolo/goml | A Go library that provides an online machine learning framework with various algorithms and models | 1,565 |
gomlx/gomlx | An accelerated machine learning framework built on top of just-in-time compilation and automatic differentiation for the Go programming language. | 342 |
nikolaydubina/go-ml-benchmarks | A benchmarking project comparing performance of different machine learning inference frameworks and models on Go platform | 30 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |
antoniogarrote/clj-ml | A Clojure library for machine learning built on top of Weka and friends | 148 |
techascent/tech.ml | A Clojure-based machine learning library that provides a simple and stable way to perform regression and classification tasks. | 96 |
ajtulloch/haskell-ml | Implementations of basic machine learning algorithms in Haskell | 57 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
linkedin/photon-ml | A machine learning library built on top of Apache Spark for scalable and flexible regression modeling | 792 |
go-gl/mathgl | A Go library for fast and efficient 3D vector and matrix math operations used in OpenGL graphics. | 561 |
valdanylchuk/swiftlearner | A collection of machine learning algorithms implemented in Scala for prototyping and experimentation. | 39 |
cloudkj/lambda-ml | A machine learning library written in Lisp (Clojure) providing simple implementations of various algorithms and utilities. | 76 |