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

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

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

Open-source alternatives to Go Galib

30 open-source projects similar to thoj/go-galib, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Go Galib alternative.

  • fastai/fastaifastai 的头像

    fastai/fastai

    27,862在 GitHub 上查看↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    在 GitHub 上查看↗27,862
  • numenta/nupicnumenta 的头像

    numenta/nupic

    6,352在 GitHub 上查看↗

    NuPIC is a machine learning framework that implements Hierarchical Temporal Memory (HTM) theory, a neuroscience-inspired approach to artificial intelligence. It models principles of the neocortex to build systems capable of learning patterns from streaming data, performing sequence prediction, and detecting anomalies in real-time data streams. The framework is built around a Cortical Learning Algorithm that combines spatial pooling and temporal memory to process streaming input. It uses Sparse Distributed Representations to encode input patterns, a Spatial Pooler to convert dense input into s

    Python
    在 GitHub 上查看↗6,352
  • goml/gobraingoml 的头像

    goml/gobrain

    566在 GitHub 上查看↗

    Neural Networks written in go

    Go
    在 GitHub 上查看↗566
  • christophm/rulefitchristophM 的头像

    christophM/rulefit

    446在 GitHub 上查看↗

    Python implementation of the rulefit algorithm

    Python
    在 GitHub 上查看↗446

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • dmlc/xgboostdmlc 的头像

    dmlc/xgboost

    28,471在 GitHub 上查看↗

    XGBoost is a distributed machine learning library for implementing scalable gradient boosting decision trees used for regression, classification, and ranking. It functions as a predictive model framework and a cross-language toolkit, providing a core implementation with native bindings for Python, R, Java, Scala, and C++. The system is designed as a GPU-accelerated library that utilizes CUDA and NCCL to speed up the training of decision tree ensembles. It operates as a distributed framework capable of scaling training and prediction across multi-node clusters and GPU environments to process m

    C++distributed-systemsgbdtgbm
    在 GitHub 上查看↗28,471
  • ghamrouni/recommenderGHamrouni 的头像

    GHamrouni/Recommender

    267在 GitHub 上查看↗

    A C library for product recommendations/suggestions using collaborative filtering (CF)

    C
    在 GitHub 上查看↗267
  • bayeswitnesses/m2cgenBayesWitnesses 的头像

    BayesWitnesses/m2cgen

    2,988在 GitHub 上查看↗

    Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies

    Pythonccsharpdartlang
    在 GitHub 上查看↗2,988
  • aksnzhy/xlearnaksnzhy 的头像

    aksnzhy/xlearn

    3,095在 GitHub 上查看↗

    High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.

    C++
    在 GitHub 上查看↗3,095
  • bvlc/caffeBVLC 的头像

    BVLC/caffe

    34,576在 GitHub 上查看↗

    Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It functions as a machine learning engine and a convolutional neural network library, providing a C++ backend to accelerate computations on both GPUs and CPUs. The system includes a specialized toolset for computer vision, enabling tasks such as object detection, semantic segmentation, and large-scale image retrieval. It supports the deployment of pre-trained models for image and scene recognition, as well as the ability to fine-tune neural network weights for specialized tasks. The

    C++deep-learningmachine-learningvision
    在 GitHub 上查看↗34,576
  • cdipaolo/gomlcdipaolo 的头像

    cdipaolo/goml

    1,615在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗1,615
  • danielhanchen/hyperlearndanielhanchen 的头像

    danielhanchen/hyperlearn

    2,470在 GitHub 上查看↗

    2-2000x faster ML algos, 50% less memory usage, works on all hardware - new and old.

    Jupyter Notebook
    在 GitHub 上查看↗2,470
  • determined-ai/determineddetermined-ai 的头像

    determined-ai/determined

    3,224在 GitHub 上查看↗

    Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.

    Go
    在 GitHub 上查看↗3,224
  • georgebuilds/annealgeorgebuilds 的头像

    georgebuilds/anneal

    29在 GitHub 上查看↗

    Machine learning compiler in Go. A from-scratch tinygrad port: graph-rewrite IR, autodiff as a compiler pass, zero-CGO WebGPU backend.

    Goautodiffautogradcompiler
    在 GitHub 上查看↗29
  • fidoproject/fidoFidoProject 的头像

    FidoProject/Fido

    462在 GitHub 上查看↗

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

    C++betaembeddedmachine-learning
    在 GitHub 上查看↗462
  • aimhubio/aimaimhubio 的头像

    aimhubio/aim

    6,159在 GitHub 上查看↗

    Aim is an open-source platform for logging, visualizing, and comparing machine learning training runs and LLM traces. It provides a remote tracking server and a comparison UI, functioning as an ML experiment tracker, AI workflow logger, and LLM trace recorder that captures prompts, generations, and tool calls from AI applications. The platform distinguishes itself through a run-based data model with local SQLite storage, real-time metric streaming, and a plugin-based explorer system that supports specialized visual analysis of metrics, images, audio, and text. It offers a Python SDK with cont

    Python
    在 GitHub 上查看↗6,159
  • azure/mmlsparkAzure 的头像

    Azure/mmlspark

    5,228在 GitHub 上查看↗

    Mmlspark is a distributed framework for executing machine learning models, data transformations, and AI service integrations across Apache Spark clusters. It functions as a distributed machine learning library and pipeline orchestrator, allowing users to integrate pre-trained cognitive services and custom models into large-scale batch and streaming workflows. The project is distinguished by its ability to incorporate external AI services and web APIs directly into big data pipelines for text and vision analysis. It provides a scalable model training framework that coordinates gradient boostin

    Scala
    在 GitHub 上查看↗5,228
  • backprop-ai/backpropbackprop-ai 的头像

    backprop-ai/backprop

    240在 GitHub 上查看↗

    Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.

    Python
    在 GitHub 上查看↗240
  • activeloopai/hubactiveloopai 的头像

    activeloopai/Hub

    9,177在 GitHub 上查看↗

    Hub is a multimodal AI data lake and vector database designed for storing and querying embeddings, text, audio, and images. It functions as a dataset version control system and a machine learning data streaming engine to support large-scale model training. The system utilizes a serverless PostgreSQL vector store to index high-dimensional embeddings for semantic search. It provides a visual interface for inspecting multimodal datasets and viewing annotations such as bounding boxes and masks. The platform handles cloud-agnostic storage synchronization and implements lazy, compressed data strea

    C++
    在 GitHub 上查看↗9,177
  • benedekrozemberczki/littleballoffurbenedekrozemberczki 的头像

    benedekrozemberczki/littleballoffur

    715在 GitHub 上查看↗

    Little Ball of Fur - A graph sampling extension library for NetworKit and NetworkX (CIKM 2020)

    Python
    在 GitHub 上查看↗715
  • benedekrozemberczki/shapleybenedekrozemberczki 的头像

    benedekrozemberczki/shapley

    226在 GitHub 上查看↗

    The official implementation of "The Shapley Value of Classifiers in Ensemble Games" (CIKM 2021).

    Python
    在 GitHub 上查看↗226
  • catalyst-team/catalystcatalyst-team 的头像

    catalyst-team/catalyst

    3,376在 GitHub 上查看↗

    Accelerated deep learning R&D

    Python
    在 GitHub 上查看↗3,376
  • catboost/catboostcatboost 的头像

    catboost/catboost

    8,808在 GitHub 上查看↗

    CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression, classification, and ranking tasks. It functions as a high-performance framework that provides a categorical data processor for transforming non-numeric features, a distributed trainer for large-scale datasets, and GPU acceleration to speed up model construction. The library distinguishes itself through native handling of categorical data and text features, removing the need for manual encoding. It includes a specialized model interpretability tool that leverages SHAP values and featu

    C++big-datacatboostcategorical-features
    在 GitHub 上查看↗8,808
  • cloudkj/lambda-mlcloudkj 的头像

    cloudkj/lambda-ml

    78在 GitHub 上查看↗

    A small machine learning library written in Lisp (Clojure) aimed at providing simple, concise implementations of machine learning techniques and utilities.

    Clojure
    在 GitHub 上查看↗78
  • cogitare-ai/cogitarecogitare-ai 的头像

    cogitare-ai/cogitare

    77在 GitHub 上查看↗

    🔥 Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python

    Python
    在 GitHub 上查看↗77
  • daviddengcn/go-prdaviddengcn 的头像

    daviddengcn/go-pr

    68在 GitHub 上查看↗

    Pattern recognition package in Go lang.

    Go
    在 GitHub 上查看↗68
  • davisking/dlibdavisking 的头像

    davisking/dlib

    14,399在 GitHub 上查看↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    在 GitHub 上查看↗14,399
  • eriklindernoren/ml-from-scratcheriklindernoren 的头像

    eriklindernoren/ML-From-Scratch

    31,918在 GitHub 上查看↗

    This project is an educational toolkit that provides implementations of fundamental machine learning algorithms built from scratch. By avoiding high-level library abstractions, it serves as a pedagogical reference for understanding the mathematical foundations and core mechanics of supervised learning, unsupervised learning, and reinforcement learning models. The repository distinguishes itself through a modular approach to model construction, allowing users to build custom neural networks by chaining independent functional blocks. It covers a wide range of techniques, including gradient-base

    Pythondata-miningdata-sciencedeep-learning
    在 GitHub 上查看↗31,918
  • dswah/pygamdswah 的头像

    dswah/pyGAM

    1,005在 GitHub 上查看↗

    CONTRIBUTORS WELCOME Generalized Additive Models in Python

    Python
    在 GitHub 上查看↗1,005
  • benedekrozemberczki/karateclubbenedekrozemberczki 的头像

    benedekrozemberczki/karateclub

    2,284在 GitHub 上查看↗

    Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)

    Python
    在 GitHub 上查看↗2,284
  • clab/dynetclab 的头像

    clab/dynet

    3,433在 GitHub 上查看↗

    DyNet: The Dynamic Neural Network Toolkit

    C++
    在 GitHub 上查看↗3,433