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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·3 Aufrufe

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-Verlauf

Star-Verlauf für cdipaolo/gomlStar-Verlauf für cdipaolo/goml

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Goml

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Goml.
  • sjwhitworth/golearnAvatar von sjwhitworth

    sjwhitworth/golearn

    9,438Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,438
  • gorgonia/gorgoniaAvatar von gorgonia

    gorgonia/gorgonia

    5,919Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,919
  • mindsdb/mindsdbAvatar von mindsdb

    mindsdb/mindsdb

    39,313Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗39,313
  • fidoproject/fidoAvatar von FidoProject

    FidoProject/Fido

    462Auf GitHub ansehen↗

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

    C++betaembeddedmachine-learning
    Auf GitHub ansehen↗462
Alle 30 Alternativen zu Goml anzeigen→

Häufig gestellte Fragen

Was macht cdipaolo/goml?

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

Was sind die Hauptfunktionen von cdipaolo/goml?

Die Hauptfunktionen von cdipaolo/goml sind: AI and Machine Learning, Data Processing and Machine Learning, General Machine Learning, Machine Learning.

Welche Open-Source-Alternativen gibt es zu cdipaolo/goml?

Open-Source-Alternativen zu cdipaolo/goml sind unter anderem: 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…