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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to zhenghaoz/gorse

Open-source alternatives to Gorse

30 open-source projects similar to zhenghaoz/gorse, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gorse alternative.

  • gorgonia/gorgoniaAvatar de gorgonia

    gorgonia/gorgonia

    5,919Ver en 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
    Ver en GitHub↗5,919
  • tensorflow/tensorflowAvatar de tensorflow

    tensorflow/tensorflow

    195,697Ver en GitHub↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    C++deep-learningdeep-neural-networksdistributed
    Ver en GitHub↗195,697
  • ghamrouni/recommenderAvatar de GHamrouni

    GHamrouni/Recommender

    267Ver en GitHub↗

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

    C
    Ver en GitHub↗267
  • pytorch/pytorchAvatar de pytorch

    pytorch/pytorch

    100,814Ver en GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    Ver en GitHub↗100,814

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • bvlc/caffeAvatar de BVLC

    BVLC/caffe

    34,576Ver en 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
    Ver en GitHub↗34,576
  • sjwhitworth/golearnAvatar de sjwhitworth

    sjwhitworth/golearn

    9,438Ver en 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
    Ver en GitHub↗9,438
  • shogun-toolbox/shogunAvatar de shogun-toolbox

    shogun-toolbox/shogun

    3,067Ver en GitHub↗

    Shōgun

    C++
    Ver en GitHub↗3,067
  • fastai/fastaiAvatar de fastai

    fastai/fastai

    27,862Ver en 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
    Ver en GitHub↗27,862
  • go-ego/gseAvatar de go-ego

    go-ego/gse

    2,832Ver en GitHub↗

    Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.

    Go
    Ver en GitHub↗2,832
  • go-ego/riotAvatar de go-ego

    go-ego/riot

    6,059Ver en GitHub↗

    Riot is a Go-based distributed search engine and indexing server designed for full-text indexing and retrieval. It functions as a retrieval system that sorts documents by relevance using BM25 ranking algorithms, term frequency, and inverse document frequency. The engine provides specialized support for the Chinese language, featuring concurrent text segmentation and phonetic Pinyin mapping to match romanized input with characters. It utilizes a distributed architecture that employs hash-based index sharding to balance data load and throughput across multiple server nodes. The system covers a

    Gogogolanggwk
    Ver en GitHub↗6,059
  • dmlc/xgboostAvatar de dmlc

    dmlc/xgboost

    28,471Ver en 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
    Ver en GitHub↗28,471
  • elastic/go-elasticsearchAvatar de elastic

    elastic/go-elasticsearch

    6,051Ver en GitHub↗

    The official Go client for Elasticsearch

    Go
    Ver en GitHub↗6,051
  • aimhubio/aimAvatar de aimhubio

    aimhubio/aim

    6,159Ver en 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
    Ver en GitHub↗6,159
  • georgebuilds/annealAvatar de georgebuilds

    georgebuilds/anneal

    29Ver en GitHub↗

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

    Goautodiffautogradcompiler
    Ver en GitHub↗29
  • cloudkj/lambda-mlAvatar de cloudkj

    cloudkj/lambda-ml

    78Ver en GitHub↗

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

    Clojure
    Ver en GitHub↗78
  • christophm/rulefitAvatar de christophM

    christophM/rulefit

    446Ver en GitHub↗

    Python implementation of the rulefit algorithm

    Python
    Ver en GitHub↗446
  • codeplea/genannAvatar de codeplea

    codeplea/genann

    2,268Ver en GitHub↗

    simple neural network library in ANSI C

    Cannansiartificial-neural-networks
    Ver en GitHub↗2,268
  • benedekrozemberczki/shapleyAvatar de benedekrozemberczki

    benedekrozemberczki/shapley

    226Ver en GitHub↗

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

    Python
    Ver en GitHub↗226
  • akrylysov/simpleftsA

    akrylysov/simplefts

    0Ver en GitHub↗
    Ver en GitHub↗0
  • cdipaolo/gomlAvatar de cdipaolo

    cdipaolo/goml

    1,615Ver en GitHub↗

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

    Go
    Ver en GitHub↗1,615
  • aksnzhy/xlearnAvatar de aksnzhy

    aksnzhy/xlearn

    3,095Ver en 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++
    Ver en GitHub↗3,095
  • clab/dynetAvatar de clab

    clab/dynet

    3,433Ver en GitHub↗

    DyNet: The Dynamic Neural Network Toolkit

    C++
    Ver en GitHub↗3,433
  • daviddengcn/go-prAvatar de daviddengcn

    daviddengcn/go-pr

    68Ver en GitHub↗

    Pattern recognition package in Go lang.

    Go
    Ver en GitHub↗68
  • davisking/dlibAvatar de davisking

    davisking/dlib

    14,399Ver en 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
    Ver en GitHub↗14,399
  • dobiasd/frugally-deepAvatar de Dobiasd

    Dobiasd/frugally-deep

    1,125Ver en GitHub↗

    A lightweight header-only library for using Keras (TensorFlow) models in C++.

    C++c-plus-plusc-plus-plus-14convolutional-neural-networks
    Ver en GitHub↗1,125
  • dswah/pygamAvatar de dswah

    dswah/pyGAM

    1,005Ver en GitHub↗

    CONTRIBUTORS WELCOME Generalized Additive Models in Python

    Python
    Ver en GitHub↗1,005
  • benedekrozemberczki/littleballoffurAvatar de benedekrozemberczki

    benedekrozemberczki/littleballoffur

    715Ver en GitHub↗

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

    Python
    Ver en GitHub↗715
  • eriklindernoren/ml-from-scratchAvatar de eriklindernoren

    eriklindernoren/ML-From-Scratch

    31,918Ver en 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
    Ver en GitHub↗31,918
  • fidoproject/fidoAvatar de FidoProject

    FidoProject/Fido

    462Ver en GitHub↗

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

    C++betaembeddedmachine-learning
    Ver en GitHub↗462
  • azure/mmlsparkAvatar de Azure

    Azure/mmlspark

    5,228Ver en 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
    Ver en GitHub↗5,228