awesome-repositories.com
Blog
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
·
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 von MorvanZhou

    MorvanZhou/tutorials

    12,952Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,952
  • aimhubio/aimAvatar von aimhubio

    aimhubio/aim

    6,159Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,159
  • apple/turicreateAvatar von apple

    apple/turicreate

    11,171Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗11,171

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • aksnzhy/xlearnAvatar von aksnzhy

    aksnzhy/xlearn

    3,095Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗3,095
  • alan-turing-institute/sktimeAvatar von alan-turing-institute

    alan-turing-institute/sktime

    9,810Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,810
  • alirezamika/evostraAvatar von alirezamika

    alirezamika/evostra

    273Auf GitHub ansehen↗

    A fast Evolution Strategy implementation in Python

    Python
    Auf GitHub ansehen↗273
  • allendowney/thinkbayesAvatar von AllenDowney

    AllenDowney/ThinkBayes

    1,694Auf GitHub ansehen↗

    Code repository for Think Bayes.

    TeX
    Auf GitHub ansehen↗1,694
  • alpmestan/hnnAvatar von alpmestan

    alpmestan/HNN

    114Auf GitHub ansehen↗

    haskell neural network library

    Haskell
    Auf GitHub ansehen↗114
  • alrevuelta/connxrAvatar von alrevuelta

    alrevuelta/cONNXr

    218Auf GitHub ansehen↗

    Pure C ONNX runtime with zero dependancies for embedded devices

    C
    Auf GitHub ansehen↗218
  • amazaspshumik/sklearn-bayesAvatar von AmazaspShumik

    AmazaspShumik/sklearn-bayes

    524Auf GitHub ansehen↗

    Python package for Bayesian Machine Learning with scikit-learn API

    Jupyter Notebook
    Auf GitHub ansehen↗524
  • amznlabs/amazon-dsstneAvatar von amznlabs

    amznlabs/amazon-dsstne

    4,395Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗4,395
  • andersbll/deeppyAvatar von andersbll

    andersbll/deeppy

    1,372Auf GitHub ansehen↗

    Deep learning in Python

    Python
    Auf GitHub ansehen↗1,372
  • apache/incubator-mxnetAvatar von apache

    apache/incubator-mxnet

    20,812Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗20,812
  • apache/mahoutAvatar von apache

    apache/mahout

    2,294Auf GitHub ansehen↗

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

    Rust
    Auf GitHub ansehen↗2,294
  • ajtulloch/haskell-mlAvatar von ajtulloch

    ajtulloch/haskell-ml

    60Auf GitHub ansehen↗

    Haskell implementations of various ML algorithms.

    Haskell
    Auf GitHub ansehen↗60
  • arogozhnikov/einopsAvatar von arogozhnikov

    arogozhnikov/einops

    9,398Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,398
  • arthurpaulino/miraimlAvatar von arthurpaulino

    arthurpaulino/miraiml

    26Auf GitHub ansehen↗

    MiraiML: asynchronous, autonomous and continuous Machine Learning in Python

    Python
    Auf GitHub ansehen↗26
  • astrazeneca/chemicalxAvatar von AstraZeneca

    AstraZeneca/chemicalx

    781Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗781
  • astrazeneca/rexmexAvatar von AstraZeneca

    AstraZeneca/rexmex

    278Auf GitHub ansehen↗

    A general purpose recommender metrics library for fair evaluation.

    Python
    Auf GitHub ansehen↗278
  • aunum/goroAvatar von aunum

    aunum/goro

    374Auf GitHub ansehen↗

    A High-level Machine Learning Library for Go

    Go
    Auf GitHub ansehen↗374
  • auto-differentiation/xadAvatar von auto-differentiation

    auto-differentiation/xad

    421Auf GitHub ansehen↗

    Fast, easy automatic differentiation in C++

    C++aadalgorithmic-differentiationauto-differentiation
    Auf GitHub ansehen↗421
  • awslabs/autogluonAvatar von awslabs

    awslabs/autogluon

    10,481Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,481
  • azure/mmlsparkAvatar von Azure

    Azure/mmlspark

    5,228Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,228
  • backprop-ai/backpropAvatar von backprop-ai

    backprop-ai/backprop

    240Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗240
  • baidu-research/warp-ctcAvatar von baidu-research

    baidu-research/warp-ctc

    4,066Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,066
  • benedekrozemberczki/karateclubAvatar von benedekrozemberczki

    benedekrozemberczki/karateclub

    2,284Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗2,284
  • benedekrozemberczki/littleballoffurAvatar von benedekrozemberczki

    benedekrozemberczki/littleballoffur

    715Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗715
  • benedekrozemberczki/shapleyAvatar von benedekrozemberczki

    benedekrozemberczki/shapley

    226Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗226
  • bensadeghi/decisiontree.jlAvatar von bensadeghi

    bensadeghi/DecisionTree.jl

    9Auf GitHub ansehen↗

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

    Julia
    Auf GitHub ansehen↗9
  • activeloopai/hubAvatar von activeloopai

    activeloopai/Hub

    9,177Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗9,177