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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesAutomated Machine Learning Tools

Systems that streamline model development by automating parameter search and configuration refinement.

Distinct from Machine Learning Tooling: Nothing in the shortlist captures the specific identity of an AutoML framework; existing tags focus on tooling discovery or system-level integration.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Automated Machine Learning Tools. Refine with filters or upvote what's useful.

Awesome Automated Machine Learning Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/nniAvatar von Microsoft

    Microsoft/nni

    14,351Auf GitHub ansehen↗

    NNI is an AutoML toolkit designed to automate machine learning lifecycles. It functions as a hyperparameter optimization framework, a neural architecture search tool, and a model compression suite. The project provides a distributed training orchestrator to manage machine learning workloads across local machines, remote servers, and cloud platforms. It enables the discovery of efficient model structures through reinforcement learning and one-shot optimization methods, while utilizing Bayesian and evolutionary algorithms to automate hyperparameter tuning. Additional capabilities include tools

    Provides an automated machine learning toolkit to streamline model selection, tuning, and pipeline construction.

    Python
    Auf GitHub ansehen↗14,351
  • 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

    Streamlines model development by iteratively testing parameter combinations and refining configurations based on performance metrics.

    Pythondistributedhyperparameter-optimizationmachine-learning
    Auf GitHub ansehen↗14,388
  • h2oai/h2ogptAvatar von h2oai

    h2oai/h2ogpt

    12,016Auf GitHub ansehen↗

    h2oGPT is a self-hosted platform designed for running large language models and executing retrieval-augmented generation workflows locally. It provides a comprehensive web interface that allows users to index private document collections into searchable databases, enabling context-aware question answering and summarization without exposing sensitive data to external services. The platform distinguishes itself by offering a modular architecture that supports both local model execution and connections to external inference servers. It facilitates the development of autonomous agents capable of

    Perform machine learning tasks and create deep learning models using specialized engines that remove the need for manual coding or complex configuration.

    Pythonaichatgptembeddings
    Auf GitHub ansehen↗12,016
  • 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

    Provides an automated framework for building high-accuracy predictive models without manual hyperparameter tuning or algorithm selection.

    Python
    Auf GitHub ansehen↗10,481
  • 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.

    Provides a Python-based system that automates the design and optimization of machine learning pipelines.

    Jupyter Notebook
    Auf GitHub ansehen↗10,050
  • rhiever/data-analysis-and-machine-learning-projectsAvatar von rhiever

    rhiever/Data-Analysis-and-Machine-Learning-Projects

    6,699Auf GitHub ansehen↗

    This is a collection of machine learning projects, data visualization portfolios, and predictive analytics tools. The repository provides implementation examples for training predictive models, executing data analysis pipelines, and estimating metadata values through historical statistical tables. The project emphasizes evolutionary computing, utilizing genetic algorithms and programming to solve optimization problems. This includes calculating the shortest distance between geographic coordinates and automating the selection of models and hyperparameters within machine learning pipelines. Ad

    Optimizes machine learning workflows by using genetic programming to select models and hyperparameters.

    Jupyter Notebook
    Auf GitHub ansehen↗6,699
  • netflix/maestroAvatar von Netflix

    Netflix/maestro

    3,794Auf GitHub ansehen↗

    Maestro is a distributed job scheduler and containerized data pipeline tool designed to coordinate complex sequences of tasks. It functions as a Kubernetes workflow orchestrator and MLOps automation platform, utilizing directed acyclic graphs to manage task dependencies and execution order across computing clusters. The system distinguishes itself through the use of isolated container environments for each workflow step, ensuring consistent runtime dependencies. It incorporates an asynchronous event bus to coordinate state transitions and provides lifecycle hook integration that dispatches sy

    Automates the lifecycle of model training and deployment cycles to ensure consistent machine learning operations.

    Javaagentic-workflowanalyticsautomation
    Auf GitHub ansehen↗3,794
  1. Home
  2. Artificial Intelligence & ML
  3. Automated Machine Learning Tools

Unter-Tags erkunden

  • Pipeline AutomationsAutomated systems for orchestrating the lifecycle of machine learning model training and deployment. **Distinct from Automated Machine Learning Tools:** Focuses on the end-to-end pipeline orchestration for ML, distinct from hyperparameter tuning or model selection tools.