awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cdipaolo avatar

cdipaolo/goml

0
View on GitHub↗
1,615 星标·134 分支·Go·MIT·2 次浏览

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 历史

cdipaolo/goml 的 Star 历史图表cdipaolo/goml 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Goml 的开源替代方案

相似的开源项目,按与 Goml 的功能重合度排序。
  • sjwhitworth/golearnsjwhitworth 的头像

    sjwhitworth/golearn

    9,438在 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
    在 GitHub 上查看↗9,438
  • gorgonia/gorgoniagorgonia 的头像

    gorgonia/gorgonia

    5,919在 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
    在 GitHub 上查看↗5,919
  • mindsdb/mindsdbmindsdb 的头像

    mindsdb/mindsdb

    39,313在 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
    在 GitHub 上查看↗39,313
  • fidoproject/fidoFidoProject 的头像

    FidoProject/Fido

    462在 GitHub 上查看↗

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

    C++betaembeddedmachine-learning
    在 GitHub 上查看↗462
查看 Goml 的所有 30 个替代方案→

常见问题解答

cdipaolo/goml 是做什么的?

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

cdipaolo/goml 的主要功能有哪些?

cdipaolo/goml 的主要功能包括:AI and Machine Learning, Data Processing and Machine Learning, General Machine Learning, Machine Learning。

cdipaolo/goml 有哪些开源替代品?

cdipaolo/goml 的开源替代品包括: 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…