awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to xtra-computing/thundersvm

Open-source alternatives to Thundersvm

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

  • morvanzhou/tutorialsAvatar de MorvanZhou

    MorvanZhou/tutorials

    12,952Voir sur GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Pythonmachine-learningmultiprocessingneural-network
    Voir sur GitHub↗12,952
  • aimhubio/aimAvatar de aimhubio

    aimhubio/aim

    6,159Voir sur 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
    Voir sur GitHub↗6,159
  • apple/turicreateAvatar de apple

    apple/turicreate

    11,171Voir sur GitHub↗

    This project is an automated machine learning framework and toolkit designed for training and tuning custom models for classification, regression, and recommendations. It functions as a multimodal machine learning toolkit capable of processing and training models using a combination of text, image, audio, and sensor data. The framework distinguishes itself as a multimodal data processor that can handle and visualize large datasets on a single machine using column-oriented disk storage. It includes a core machine learning model generator that converts trained models into formats compatible wit

    C++
    Voir sur GitHub↗11,171

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • aksnzhy/xlearnAvatar de aksnzhy

    aksnzhy/xlearn

    3,095Voir sur 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++
    Voir sur GitHub↗3,095
  • alan-turing-institute/sktimeAvatar de alan-turing-institute

    alan-turing-institute/sktime

    9,810Voir sur GitHub↗

    sktime is a machine learning framework designed for time series analysis. It provides a unified interface for performing time series forecasting, classification, and anomaly detection, integrating these capabilities into a standardized toolkit compatible with the scikit-learn API. The framework allows for the construction of complex analysis workflows through model pipelining and ensemble-based aggregation. It uses adapter-based integration to wrap external time series libraries, providing a single entry point for diverse algorithmic implementations. Its capabilities cover temporal data tran

    Python
    Voir sur GitHub↗9,810
  • alirezamika/evostraAvatar de alirezamika

    alirezamika/evostra

    273Voir sur GitHub↗

    A fast Evolution Strategy implementation in Python

    Python
    Voir sur GitHub↗273
  • allendowney/thinkbayesAvatar de AllenDowney

    AllenDowney/ThinkBayes

    1,694Voir sur GitHub↗

    Code repository for Think Bayes.

    TeX
    Voir sur GitHub↗1,694
  • alpmestan/hnnAvatar de alpmestan

    alpmestan/HNN

    114Voir sur GitHub↗

    haskell neural network library

    Haskell
    Voir sur GitHub↗114
  • alrevuelta/connxrAvatar de alrevuelta

    alrevuelta/cONNXr

    218Voir sur GitHub↗

    Pure C ONNX runtime with zero dependancies for embedded devices

    C
    Voir sur GitHub↗218
  • amazaspshumik/sklearn-bayesAvatar de AmazaspShumik

    AmazaspShumik/sklearn-bayes

    524Voir sur GitHub↗

    Python package for Bayesian Machine Learning with scikit-learn API

    Jupyter Notebook
    Voir sur GitHub↗524
  • amznlabs/amazon-dsstneAvatar de amznlabs

    amznlabs/amazon-dsstne

    4,395Voir sur GitHub↗

    Amazon DSSTNE is a machine learning toolkit and sparse tensor network library designed for deep learning models with sparse inputs and outputs. It provides a model-parallel training framework and a GPU-accelerated sparse engine to support memory-intensive networks. The framework is specifically designed for recommendation system training and large-scale sparse learning. It enables the distribution of large weight matrices and embedding tables across multiple GPU devices to handle models that exceed the memory capacity of a single processor. The project covers a broad range of capabilities in

    C++
    Voir sur GitHub↗4,395
  • andersbll/deeppyAvatar de andersbll

    andersbll/deeppy

    1,372Voir sur GitHub↗

    Deep learning in Python

    Python
    Voir sur GitHub↗1,372
  • apache/incubator-mxnetAvatar de apache

    apache/incubator-mxnet

    20,812Voir sur GitHub↗

    Apache MXNet is a deep learning framework and distributed machine learning library designed for training and deploying neural networks across distributed systems, mobile devices, and hardware accelerators. It functions as a cross-platform runtime and a dynamic dataflow scheduler that optimizes neural network execution. The framework provides a multi-language API, enabling the development of machine learning models using Python, R, Julia, Scala, Go, and JavaScript. It supports high-performance model training and the scaling of workloads across multiple GPUs and machines. The system covers cap

    C++
    Voir sur GitHub↗20,812
  • apache/mahoutAvatar de apache

    apache/mahout

    2,294Voir sur GitHub↗

    Apache Mahout - an environment for quickly creating scalable, performant machine learning applications.

    Rust
    Voir sur GitHub↗2,294
  • ajtulloch/haskell-mlAvatar de ajtulloch

    ajtulloch/haskell-ml

    60Voir sur GitHub↗

    Haskell implementations of various ML algorithms.

    Haskell
    Voir sur GitHub↗60
  • arogozhnikov/einopsAvatar de arogozhnikov

    arogozhnikov/einops

    9,398Voir sur GitHub↗

    Einops is a tensor manipulation library that provides a framework-agnostic interface for reshaping, Einstein summation, and multi-dimensional array operations. It serves as an abstraction layer that works across NumPy, PyTorch, TensorFlow, and JAX, allowing for tensor transformations without changing the API. The library distinguishes itself through a declarative notation system that uses readable string patterns to describe tensor rearrangements and reductions. This approach includes an extended Einstein summation interface that supports multi-letter axis names and a named dimension mapping

    Pythoncupydeep-learningeinops
    Voir sur GitHub↗9,398
  • arthurpaulino/miraimlAvatar de arthurpaulino

    arthurpaulino/miraiml

    26Voir sur GitHub↗

    MiraiML: asynchronous, autonomous and continuous Machine Learning in Python

    Python
    Voir sur GitHub↗26
  • astrazeneca/chemicalxAvatar de AstraZeneca

    AstraZeneca/chemicalx

    781Voir sur GitHub↗

    A PyTorch and TorchDrug based deep learning library for drug pair scoring. (KDD 2022)

    Python
    Voir sur GitHub↗781
  • astrazeneca/rexmexAvatar de AstraZeneca

    AstraZeneca/rexmex

    278Voir sur GitHub↗

    A general purpose recommender metrics library for fair evaluation.

    Python
    Voir sur GitHub↗278
  • aunum/goroAvatar de aunum

    aunum/goro

    374Voir sur GitHub↗

    A High-level Machine Learning Library for Go

    Go
    Voir sur GitHub↗374
  • auto-differentiation/xadAvatar de auto-differentiation

    auto-differentiation/xad

    421Voir sur GitHub↗

    Fast, easy automatic differentiation in C++

    C++aadalgorithmic-differentiationauto-differentiation
    Voir sur GitHub↗421
  • awslabs/autogluonAvatar de awslabs

    awslabs/autogluon

    10,481Voir sur GitHub↗

    AutoGluon is an automated machine learning framework designed to optimize model selection and hyperparameter tuning across tabular, text, image, and time series data. It functions as an ensemble learning library and a tabular data prediction engine, aiming to build high-accuracy predictive models without manual algorithm selection. The framework integrates multimodal machine learning pipelines that combine disparate data types into a single representation using specialized encoders. It also includes a probabilistic time series forecaster that fits multiple statistical and deep learning models

    Python
    Voir sur GitHub↗10,481
  • azure/mmlsparkAvatar de Azure

    Azure/mmlspark

    5,228Voir sur 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
    Voir sur GitHub↗5,228
  • backprop-ai/backpropAvatar de backprop-ai

    backprop-ai/backprop

    240Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗240
  • baidu-research/warp-ctcAvatar de baidu-research

    baidu-research/warp-ctc

    4,066Voir sur GitHub↗

    warp-ctc is a high-performance library for calculating connectionist temporal classification loss to train sequence-to-sequence deep learning models. It provides a numerical stability layer using log-space computation to prevent underflow and precision errors during probability calculations for long sequences. The library utilizes hardware-accelerated kernels to compute loss in parallel across CPU and GPU architectures. It focuses on increasing training throughput by optimizing the dynamic programming steps of the CTC algorithm. These capabilities support the training of models for speech re

    Cuda
    Voir sur GitHub↗4,066
  • benedekrozemberczki/karateclubAvatar de benedekrozemberczki

    benedekrozemberczki/karateclub

    2,284Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗2,284
  • benedekrozemberczki/littleballoffurAvatar de benedekrozemberczki

    benedekrozemberczki/littleballoffur

    715Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗715
  • benedekrozemberczki/shapleyAvatar de benedekrozemberczki

    benedekrozemberczki/shapley

    226Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗226
  • bensadeghi/decisiontree.jlAvatar de bensadeghi

    bensadeghi/DecisionTree.jl

    9Voir sur GitHub↗

    Julia implementation of Decision Tree (CART) and Random Forest algorithms

    Julia
    Voir sur GitHub↗9
  • activeloopai/hubAvatar de activeloopai

    activeloopai/Hub

    9,177Voir sur 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++
    Voir sur GitHub↗9,177