awesome-repositories.com
Blog
MCP
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 claesenm/optunity

Open-source alternatives to Optunity

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

  • scikit-optimize/scikit-optimizeAvatar von scikit-optimize

    scikit-optimize/scikit-optimize

    2,827Auf GitHub ansehen↗

    Sequential model-based optimization with a scipy.optimize interface

    Python
    Auf GitHub ansehen↗2,827
  • hips/spearmintAvatar von HIPS

    HIPS/Spearmint

    1,569Auf GitHub ansehen↗

    Spearmint Bayesian optimization codebase

    Python
    Auf GitHub ansehen↗1,569
  • automl/smac3Avatar von automl

    automl/SMAC3

    1,225Auf GitHub ansehen↗

    SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

    Python
    Auf GitHub ansehen↗1,225
  • optuna/optunaAvatar von optuna

    optuna/optuna

    14,388Auf GitHub ansehen↗

    Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine learning model configurations. It functions as a Bayesian optimization library that systematically tests parameter combinations to maximize or minimize objective functions, streamlining the model development process through iterative evaluation. The project distinguishes itself through a define-by-run dynamic construction model, which allows users to build complex, conditional search spaces using standard programming logic. Its architecture is highly modular, featuring a pluggabl

    Pythondistributedhyperparameter-optimizationmachine-learning
    Auf GitHub ansehen↗14,388
  • hyperopt/hyperopt-sklearnAvatar von hyperopt

    hyperopt/hyperopt-sklearn

    1,647Auf GitHub ansehen↗

    Hyper-parameter optimization for sklearn

    Python
    Auf GitHub ansehen↗1,647

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
  • fmfn/bayesianoptimizationAvatar von fmfn

    fmfn/BayesianOptimization

    8,650Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,650
  • hyperopt/hyperoptAvatar von hyperopt

    hyperopt/hyperopt

    7,582Auf GitHub ansehen↗

    Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions. It operates as a stochastic search space engine that finds optimal input parameters by searching through real-valued, discrete, and conditional spaces. The framework distinguishes itself through its support for complex search space configurations, allowing for conditional parameter hierarchies where specific hyperparameters are sampled only if their parent parameters meet certain criteria. It is built as an asynchronous optimization framework, decoupling the generation of searc

    Python
    Auf GitHub ansehen↗7,582
  • autogluon/autogluonAvatar von autogluon

    autogluon/autogluon

    9,997Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,997
  • karpathy/autoresearchAvatar von karpathy

    karpathy/autoresearch

    87,119Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗87,119
  • ludwig-ai/ludwigAvatar von ludwig-ai

    ludwig-ai/ludwig

    11,717Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,717
  • bayesian-optimization/bayesianoptimizationAvatar von bayesian-optimization

    bayesian-optimization/BayesianOptimization

    8,552Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,552
  • microsoft/ai-eduAvatar von microsoft

    microsoft/ai-edu

    14,065Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,065
  • epistasislab/tpotAvatar von EpistasisLab

    EpistasisLab/tpot

    10,050Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,050
  • axelderomblay/mlboxAvatar von AxeldeRomblay

    AxeldeRomblay/MLBox

    1,536Auf GitHub ansehen↗

    MLBox is a powerful Automated Machine Learning python library.

    Python
    Auf GitHub ansehen↗1,536
  • automl/auto-sklearnAvatar von automl

    automl/auto-sklearn

    8,111Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,111
  • 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
  • autonomio/talosAvatar von autonomio

    autonomio/talos

    1,637Auf GitHub ansehen↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    Auf GitHub ansehen↗1,637
  • automl/auto-pytorchAvatar von automl

    automl/Auto-PyTorch

    2,537Auf GitHub ansehen↗

    Automatic architecture search and hyperparameter optimization for PyTorch

    Pythonautomldeep-learningpytorch
    Auf GitHub ansehen↗2,537
  • alteryx/evalmlAvatar von alteryx

    alteryx/evalml

    849Auf GitHub ansehen↗

    EvalML is an AutoML library written in python.

    Python
    Auf GitHub ansehen↗849
  • datacanvasio/hypergbmD

    DataCanvasIO/HyperGBM

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cvxgrp/cvxpyC

    cvxgrp/cvxpy

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • coin-or/rbfoptC

    coin-or/rbfopt

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • datacanvasio/hyperkerasD

    DataCanvasIO/HyperKeras

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • datacanvasio/hypernetsAvatar von DataCanvasIO

    DataCanvasIO/Hypernets

    263Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗263
  • datasystemsgrouput/smartmlD

    DataSystemsGroupUT/SmartML

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • deap/deapAvatar von DEAP

    DEAP/deap

    6,336Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗6,336
  • determined-ai/determinedAvatar von determined-ai

    determined-ai/determined

    3,224Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,224
  • dragonfly/dragonflyAvatar von dragonfly

    dragonfly/dragonfly

    893Auf GitHub ansehen↗

    An open source python library for scalable Bayesian optimisation.

    Python
    Auf GitHub ansehen↗893
  • cma-es/pycmaAvatar von CMA-ES

    CMA-ES/pycma

    1,324Auf GitHub ansehen↗

    Python implementation of CMA-ES

    Jupyter Notebook
    Auf GitHub ansehen↗1,324
  • automl/roboAvatar von automl

    automl/RoBO

    490Auf GitHub ansehen↗

    RoBO: a Robust Bayesian Optimization framework

    Python
    Auf GitHub ansehen↗490