awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pytorch avatar

pytorch/botorch

0
View on GitHub↗
3,555 stele·484 fork-uri·Jupyter Notebook·MIT·4 vizualizăribotorch.org↗

Botorch

Bayesian optimization in PyTorch

Features

  • Hyperparameter Tuning - Bayesian optimization in PyTorch.
  • Optimization - Bayesian optimization framework built on PyTorch.
  • Probabilistic and Generative - Library for Bayesian optimization.

Istoric stele

Graficul istoricului de stele pentru pytorch/botorchGraficul istoricului de stele pentru pytorch/botorch

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Botorch

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Botorch.
  • fmfn/bayesianoptimizationAvatar fmfn

    fmfn/BayesianOptimization

    8,650Vezi pe 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
    Vezi pe GitHub↗8,650
  • hyperopt/hyperoptAvatar hyperopt

    hyperopt/hyperopt

    7,582Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,582
  • autonomio/talosAvatar autonomio

    autonomio/talos

    1,637Vezi pe GitHub↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    Vezi pe GitHub↗1,637
  • hyperopt/hyperopt-sklearnAvatar hyperopt

    hyperopt/hyperopt-sklearn

    1,647Vezi pe GitHub↗

    Hyper-parameter optimization for sklearn

    Python
    Vezi pe GitHub↗1,647
Vezi toate cele 30 alternative pentru Botorch→

Întrebări frecvente

Ce face pytorch/botorch?

Bayesian optimization in PyTorch

Care sunt principalele funcționalități ale pytorch/botorch?

Principalele funcționalități ale pytorch/botorch sunt: Hyperparameter Tuning, Optimization, Probabilistic and Generative.

Care sunt câteva alternative open-source pentru pytorch/botorch?

Alternativele open-source pentru pytorch/botorch includ: hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.… optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… fmfn/bayesianoptimization — This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It… autonomio/talos — Hyperparameter Experiments with TensorFlow and Keras. hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. rsteca/sklearn-deap — Use evolutionary algorithms instead of gridsearch in scikit-learn.