awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to scikit-optimize/scikit-optimize

Open-source alternatives to Scikit Optimize

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

  • fmfn/bayesianoptimizationfmfn का अवतार

    fmfn/BayesianOptimization

    8,650GitHub पर देखें↗

    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
  • hyperopt/hyperopthyperopt का अवतार

    hyperopt/hyperopt

    7,582GitHub पर देखें↗

    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
    GitHub पर देखें↗7,582
  • optuna/optunaoptuna का अवतार

    optuna/optuna

    14,388GitHub पर देखें↗

    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
    GitHub पर देखें↗14,388

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • hyperopt/hyperopt-sklearnhyperopt का अवतार

    hyperopt/hyperopt-sklearn

    1,647GitHub पर देखें↗

    Hyper-parameter optimization for sklearn

    Python
    GitHub पर देखें↗1,647
  • tobegit3hub/advisortobegit3hub का अवतार

    tobegit3hub/advisor

    1,560GitHub पर देखें↗

    Open-source implementation of Google Vizier for hyper parameters tuning

    Jupyter Notebook
    GitHub पर देखें↗1,560
  • automl/smac3automl का अवतार

    automl/SMAC3

    1,225GitHub पर देखें↗

    SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

    Python
    GitHub पर देखें↗1,225
  • claesenm/optunityclaesenm का अवतार

    claesenm/optunity

    425GitHub पर देखें↗

    optimization routines for hyperparameter tuning

    Jupyter Notebook
    GitHub पर देखें↗425
  • rsteca/sklearn-deaprsteca का अवतार

    rsteca/sklearn-deap

    774GitHub पर देखें↗

    Use evolutionary algorithms instead of gridsearch in scikit-learn

    Jupyter Notebook
    GitHub पर देखें↗774
  • kubeflow/katibkubeflow का अवतार

    kubeflow/katib

    1,683GitHub पर देखें↗

    Automated Machine Learning on Kubernetes

    Python
    GitHub पर देखें↗1,683
  • pytorch/botorchpytorch का अवतार

    pytorch/botorch

    3,555GitHub पर देखें↗

    Bayesian optimization in PyTorch

    Jupyter Notebook
    GitHub पर देखें↗3,555
  • dragonfly/dragonflydragonfly का अवतार

    dragonfly/dragonfly

    893GitHub पर देखें↗

    An open source python library for scalable Bayesian optimisation.

    Python
    GitHub पर देखें↗893
  • determined-ai/determineddetermined-ai का अवतार

    determined-ai/determined

    3,224GitHub पर देखें↗

    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
  • autonomio/talosautonomio का अवतार

    autonomio/talos

    1,637GitHub पर देखें↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    GitHub पर देखें↗1,637
  • hips/spearmintHIPS का अवतार

    HIPS/Spearmint

    1,569GitHub पर देखें↗

    Spearmint Bayesian optimization codebase

    Python
    GitHub पर देखें↗1,569
  • keras-team/keras-tunerkeras-team का अवतार

    keras-team/keras-tuner

    2,924GitHub पर देखें↗

    A Hyperparameter Tuning Library for Keras

    Python
    GitHub पर देखें↗2,924
  • autogluon/autogluonautogluon का अवतार

    autogluon/autogluon

    9,997GitHub पर देखें↗

    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
  • karpathy/autoresearchkarpathy का अवतार

    karpathy/autoresearch

    87,119GitHub पर देखें↗

    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
  • ludwig-ai/ludwigludwig-ai का अवतार

    ludwig-ai/ludwig

    11,717GitHub पर देखें↗

    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
  • bayesian-optimization/bayesianoptimizationbayesian-optimization का अवतार

    bayesian-optimization/BayesianOptimization

    8,552GitHub पर देखें↗

    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,065GitHub पर देखें↗

    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
  • axelderomblay/mlboxAxeldeRomblay का अवतार

    AxeldeRomblay/MLBox

    1,536GitHub पर देखें↗

    MLBox is a powerful Automated Machine Learning python library.

    Python
    GitHub पर देखें↗1,536
  • automl/auto-sklearnautoml का अवतार

    automl/auto-sklearn

    8,111GitHub पर देखें↗

    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/hypernetsDataCanvasIO का अवतार

    DataCanvasIO/Hypernets

    263GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗263
  • awslabs/autogluonawslabs का अवतार

    awslabs/autogluon

    10,481GitHub पर देखें↗

    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
  • datacanvasio/hyperkerasD

    DataCanvasIO/HyperKeras

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • datasystemsgrouput/smartmlD

    DataSystemsGroupUT/SmartML

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • deap/deapDEAP का अवतार

    DEAP/deap

    6,336GitHub पर देखें↗
    Python
    GitHub पर देखें↗6,336
  • datacanvasio/hypergbmD

    DataCanvasIO/HyperGBM

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • automl/auto-pytorchautoml का अवतार

    automl/Auto-PyTorch

    2,537GitHub पर देखें↗

    Automatic architecture search and hyperparameter optimization for PyTorch

    Pythonautomldeep-learningpytorch
    GitHub पर देखें↗2,537
  • alteryx/evalmlalteryx का अवतार

    alteryx/evalml

    849GitHub पर देखें↗

    EvalML is an AutoML library written in python.

    Python
    GitHub पर देखें↗849