awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cdipaolo avatar

cdipaolo/goml

0
View on GitHub↗
1,615 stars·134 forks·Go·MIT·13 views

Goml

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

Features

  • AI and Machine Learning - Machine learning library.
  • Data Processing and Machine Learning - Implementation of online learning, clustering, and regression algorithms.
  • General Machine Learning - Machine learning library written in pure code.
  • Machine Learning - Online machine learning library.

Star history

Star history chart for cdipaolo/gomlStar history chart for cdipaolo/goml

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Goml

These projects share indexed features with Goml. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • sjwhitworth/golearnsjwhitworth avatar

    sjwhitworth/golearn

    9,438View on GitHub↗

    GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and a toolkit for building, training, and evaluating predictive models through a standardized interface. The project implements a data frame system that loads CSV files into structured grids for matrix operations. It includes a preprocessing library for discretizing continuous variables and a model evaluation toolkit that utilizes confusion matrices and cross-validation to measure precision and recall. The library covers data engineering and management, including the ability to

    Go
    View on GitHub↗9,438
  • gorgonia/gorgoniagorgonia avatar

    gorgonia/gorgonia

    5,919View on GitHub↗

    Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for building and training neural networks. It functions as a CUDA-accelerated tensor library and a SIMD-optimized math library, enabling machine learning workflows entirely within the Go ecosystem. The library distinguishes itself through a dual-backend architecture that dispatches neural network operations to either a GPU or CPU depending on CUDA availability at runtime. It constructs differentiable directed acyclic graphs of tensor operations, supports reverse-mode automatic gradient

    Go
    View on GitHub↗5,919
  • mindsdb/mindsdbmindsdb avatar

    mindsdb/mindsdb

    39,313View on GitHub↗

    MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables. By mapping external data sources, predictive models, and third-party services directly into the database schema, it enables users to perform inference, data retrieval, and complex orchestration using standard SQL syntax. The platform distinguishes itself through an autonomous agent orchestrator that executes iterative reasoning loops, allowing agents to plan data access and synthesize natural language responses from connected knowledge bases. It functions as a federated data ga

    Makefileagentsaianalytics
    View on GitHub↗39,313
  • fidoproject/fidoFidoProject avatar

    FidoProject/Fido

    462View on GitHub↗

    A lightweight C++ machine learning library for embedded electronics and robotics.

    C++betaembeddedmachine-learning
    View on GitHub↗462
Compare all 30 related projects→

Frequently asked questions

What does cdipaolo/goml do?

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

What are the main features of cdipaolo/goml?

The main features of cdipaolo/goml are: AI and Machine Learning, Data Processing and Machine Learning, General Machine Learning, Machine Learning.

Which projects share features with cdipaolo/goml?

Projects with overlapping indexed features include: gorgonia/gorgonia — Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for… sjwhitworth/golearn — GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and… tensorflow/tensorflow — TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of… fidoproject/fido — A lightweight C++ machine learning library for embedded electronics and robotics. mindsdb/mindsdb — MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables.… azure/mmlspark — Mmlspark is a distributed framework for executing machine learning models, data transformations, and AI service…