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

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

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

Open-source alternatives to SmartML

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

  • karpathy/autoresearchkarpathy 的头像

    karpathy/autoresearch

    87,119在 GitHub 上查看↗

    Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training

    Python
    在 GitHub 上查看↗87,119
  • autogluon/autogluonautogluon 的头像

    autogluon/autogluon

    9,997在 GitHub 上查看↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Pythonautogluonautomated-machine-learningautoml
    在 GitHub 上查看↗9,997
  • ludwig-ai/ludwigludwig-ai 的头像

    ludwig-ai/ludwig

    11,717在 GitHub 上查看↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Pythoncomputer-visiondata-centricdata-science
    在 GitHub 上查看↗11,717

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • bayesian-optimization/bayesianoptimizationbayesian-optimization 的头像

    bayesian-optimization/BayesianOptimization

    8,552在 GitHub 上查看↗

    This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box functions. It operates as a global optimizer that uses probabilistic models to identify the peak value of unknown functions through iterative sampling. The tool is specifically designed for hyperparameter tuning in machine learning, where it maximizes model performance while minimizing the number of required training runs. It treats the target function as a black box, selecting optimal input parameters based on statistical priors to reduce manual trial and error. The system utilizes G

    Pythonbayesian-optimizationgaussian-processesoptimization
    在 GitHub 上查看↗8,552
  • microsoft/ai-edumicrosoft 的头像

    microsoft/ai-edu

    14,065在 GitHub 上查看↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    HTML
    在 GitHub 上查看↗14,065
  • automl/hpolib2automl 的头像

    automl/HPOlib2

    168在 GitHub 上查看↗

    Collection of hyperparameter optimization benchmark problems

    Python
    在 GitHub 上查看↗168
  • blobcity/autoaiblobcity 的头像

    blobcity/autoai

    186在 GitHub 上查看↗

    Python based framework for Automatic AI for Regression and Classification over numerical data. Performs model search, hyper-parameter tuning, and high-quality Jupyter Notebook code generation.

    Python
    在 GitHub 上查看↗186
  • automl/hpbandsterautoml 的头像

    automl/HpBandSter

    630在 GitHub 上查看↗

    a distributed Hyperband implementation on Steroids

    Python
    在 GitHub 上查看↗630
  • axelderomblay/mlboxAxeldeRomblay 的头像

    AxeldeRomblay/MLBox

    1,536在 GitHub 上查看↗

    MLBox is a powerful Automated Machine Learning python library.

    Python
    在 GitHub 上查看↗1,536
  • awslabs/autogluonawslabs 的头像

    awslabs/autogluon

    10,481在 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
    在 GitHub 上查看↗10,481
  • fmfn/bayesianoptimizationfmfn 的头像

    fmfn/BayesianOptimization

    8,650在 GitHub 上查看↗

    This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It operates as a global optimization framework that identifies optimal input parameters within defined bounds to maximize a target output. The library utilizes Gaussian process regression to predict function values and uncertainty, guiding the search for optimal parameters. It employs a surrogate-model optimization approach to approximate high-cost objective functions, reducing the total number of required evaluations. The system manages the trade-off between exploration and exploit

    Python
    在 GitHub 上查看↗8,650
  • gomerudo/nas-envgomerudo 的头像

    gomerudo/nas-env

    31在 GitHub 上查看↗

    A simple OpenAI Gym environment for Neural Architecture Search (NAS)

    Python
    在 GitHub 上查看↗31
  • c-bata/goptunac-bata 的头像

    c-bata/goptuna

    278在 GitHub 上查看↗

    A hyperparameter optimization framework, inspired by Optuna.

    Go
    在 GitHub 上查看↗278
  • ciscoai/amlaC

    CiscoAI/amla

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • automl/auto-sklearnautoml 的头像

    automl/auto-sklearn

    8,111在 GitHub 上查看↗

    This is a scikit-learn automated machine learning framework designed to optimize model selection and hyperparameters. It functions as an automated model selector and hyperparameter optimization tool for classification and regression tasks, utilizing an automated ensemble builder to combine high-performing models for increased predictive accuracy. The system features a distributed search engine that uses Dask for parallel machine learning optimization across CPU cores or clusters. It implements a budget-based evaluation strategy through successive halving to prioritize promising model configur

    Python
    在 GitHub 上查看↗8,111
  • datacanvasio/hyperkerasD

    DataCanvasIO/HyperKeras

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • datacanvasio/hypergbmD

    DataCanvasIO/HyperGBM

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • automl/smac3automl 的头像

    automl/SMAC3

    1,225在 GitHub 上查看↗

    SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

    Python
    在 GitHub 上查看↗1,225
  • datacanvasio/hypernetsDataCanvasIO 的头像

    DataCanvasIO/Hypernets

    263在 GitHub 上查看↗

    A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.

    Python
    在 GitHub 上查看↗263
  • 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
  • dragonfly/dragonflydragonfly 的头像

    dragonfly/dragonfly

    893在 GitHub 上查看↗

    An open source python library for scalable Bayesian optimisation.

    Python
    在 GitHub 上查看↗893
  • epistasislab/tpotEpistasisLab 的头像

    EpistasisLab/tpot

    10,050在 GitHub 上查看↗

    TPOT is a Python automated machine learning tool and pipeline framework. It automatically searches, selects, and tunes machine learning algorithms and hyperparameters to identify the most effective model architecture. The system utilizes genetic programming to optimize these pipelines through evolutionary algorithms. To accelerate the search process, it functions as a multi-core evaluator that runs parallel training workflows across multiple processor cores. The framework supports the definition of custom objective functions to optimize pipelines based on specific performance metrics.

    Jupyter Notebook
    在 GitHub 上查看↗10,050
  • coin-or/rbfoptC

    coin-or/rbfopt

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • gdikov/hypertunitygdikov 的头像

    gdikov/hypertunity

    136在 GitHub 上查看↗

    A toolset for black-box hyperparameter optimisation.

    Python
    在 GitHub 上查看↗136
  • claesenm/optunityclaesenm 的头像

    claesenm/optunity

    425在 GitHub 上查看↗

    optimization routines for hyperparameter tuning

    Jupyter Notebook
    在 GitHub 上查看↗425
  • google-research/google-researchgoogle-research 的头像

    google-research/google-research

    38,139在 GitHub 上查看↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Jupyter Notebookaimachine-learningresearch
    在 GitHub 上查看↗38,139
  • h2oai/h2o-3h2oai 的头像

    h2oai/h2o-3

    7,493在 GitHub 上查看↗

    h2o-3 is a distributed machine learning platform and automated machine learning framework designed for training and deploying predictive models using distributed in-memory computing. It functions as a deep learning framework and a distributed model scoring engine, capable of operating as a Kubernetes ML cluster to process large datasets in parallel. The platform distinguishes itself through automated machine learning capabilities that automatically select the best algorithms and hyperparameters to optimize model performance. It provides specialized deep learning toolkits for tasks including i

    Jupyter Notebookautomlbig-datadata-science
    在 GitHub 上查看↗7,493
  • hdi-project/atmH

    HDI-Project/ATM

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • hips/spearmintHIPS 的头像

    HIPS/Spearmint

    1,569在 GitHub 上查看↗

    Spearmint Bayesian optimization codebase

    Python
    在 GitHub 上查看↗1,569
  • automl/roboautoml 的头像

    automl/RoBO

    490在 GitHub 上查看↗

    RoBO: a Robust Bayesian Optimization framework

    Python
    在 GitHub 上查看↗490