awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesAlgorithm and Hyperparameter Selection

Automatically selecting the most effective machine learning algorithm and its associated parameters for a specific dataset.

Distinct from Model Performance Selection: Focuses on the holistic selection of both the model architecture and hyperparameters, whereas Model Performance Selection is a broader category of optimization.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Algorithm and Hyperparameter Selection. Refine with filters or upvote what's useful.

Awesome Algorithm and Hyperparameter Selection GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rasbt/python-machine-learning-bookAvatar rasbt

    rasbt/python-machine-learning-book

    12,614Vezi pe GitHub↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Explains the logic for selecting the most effective machine learning algorithm and parameters based on performance and efficiency.

    Jupyter Notebook
    Vezi pe GitHub↗12,614
  • yaofanguk/video-subtitle-removerAvatar YaoFANGUK

    YaoFANGUK/video-subtitle-remover

    11,493Vezi pe GitHub↗

    This project is a local AI inpainting tool designed to erase hard-coded subtitles and watermarks from videos and images. It functions as a content-aware media restorer that uses deep learning to reconstruct missing pixels and preserve the original resolution of the source files. The software is distinguished by its local execution model, running inference on host hardware to process media without relying on external cloud APIs. It employs content-aware model selection, allowing the use of different generative algorithms based on media types, such as animation or live action, to optimize visua

    Allows users to choose specific AI models to optimize visual results based on motion levels and content types.

    Pythonaideepleanringsub-remove
    Vezi pe GitHub↗11,493
  • qiao/pathfinding.jsAvatar qiao

    qiao/PathFinding.js

    8,701Vezi pe GitHub↗

    PathFinding.js is a grid-based pathfinding library that implements multiple search algorithms for computing optimal routes on 2D maps. It provides implementations of A*, Dijkstra, Breadth-First Search, and Jump Point Search, each designed to find the shortest path between two points on a grid while avoiding obstacles. The library is built around a pluggable architecture where each pathfinding strategy shares a common interface, allowing algorithms to be selected at runtime without modifying core logic. It includes a configurable diagonal movement rule engine that controls diagonal traversal b

    Allows selection from multiple pathfinding strategies including A*, Dijkstra, Breadth-First, and Jump Point Search.

    JavaScript
    Vezi pe GitHub↗8,701
  • h2oai/h2o-3Avatar h2oai

    h2oai/h2o-3

    7,493Vezi pe 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

    Automatically selects the optimal algorithm and hyperparameters to maximize predictive model performance.

    Jupyter Notebookautomlbig-datadata-science
    Vezi pe GitHub↗7,493
  • mrdbourke/zero-to-mastery-mlAvatar mrdbourke

    mrdbourke/zero-to-mastery-ml

    5,839Vezi pe GitHub↗

    Acest proiect este un curriculum educațional de machine learning și o platformă de învățare livrată prin Jupyter Notebooks interactive. Servește drept ghid cuprinzător pentru stăpânirea toolkit-ului de data science Python, oferind tutoriale structurate pentru calcul numeric, manipularea datelor tabelare și vizualizarea statistică. Curriculum-ul include ghiduri specifice de implementare pentru Scikit-Learn și un curs practic despre TensorFlow pentru construirea, antrenarea și deployment-ul rețelelor neuronale și a modelelor de computer vision. Acoperă procesul end-to-end de construire a modelelor predictive, de la formularea inițială a problemei și categorizarea sarcinilor până la deployment-ul modelelor prin interfețe web interactive. Proiectul acoperă o suprafață largă de capabilități, inclusiv calcul numeric cu array-uri multidimensionale, analiză exploratorie a datelor și rutine de preprocesare a datelor. Oferă fluxuri de lucru detaliate pentru învățarea supervizată și nesupervizată, pipeline-uri de machine learning automatizat, optimizarea hiperparametrilor și evaluarea modelelor folosind metrici de clasificare și cross-validation. Conținutul educațional este organizat ca o serie de notebook-uri care intercalează codul Python cu explicații narative pentru a documenta fluxurile de lucru în data science.

    Teaches how to select the most effective machine learning algorithm and hyperparameters based on dataset characteristics.

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    Vezi pe GitHub↗5,839
  • chiphuyen/ml-interviews-bookAvatar chiphuyen

    chiphuyen/ml-interviews-book

    4,523Vezi pe GitHub↗

    This project is a collection of comprehensive guides and reference materials designed for technical interviews, machine learning system design, and professional development. It serves as a technical knowledge base and a career coaching manual, providing structured resources to help candidates navigate the machine learning hiring landscape. The resource distinguishes itself by offering detailed frameworks for comparing industry roles, analyzing company types, and planning long-term career progression. It provides specific guidance on evaluating employer organizational health, identifying resea

    Provides frameworks for comparing algorithm tradeoffs as a core part of ML interview preparation.

    HTML
    Vezi pe GitHub↗4,523
  1. Home
  2. Artificial Intelligence & ML
  3. Model Selection Tools
  4. Automated Selection
  5. Model Performance Selection
  6. Algorithm and Hyperparameter Selection

Explorează sub-etichetele

  • Algorithm Tradeoff EvaluationCompares strengths and weaknesses of different algorithms to select the best one for a problem. **Distinct from Algorithm and Hyperparameter Selection:** Distinct from Algorithm and Hyperparameter Selection: focuses on manual tradeoff analysis rather than automated selection.
  • Inpainting Model SelectionThe capability to choose between different inpainting models to optimize results for specific visual content. **Distinct from Algorithm and Hyperparameter Selection:** Distinct from Algorithm and Hyperparameter Selection: focuses specifically on the selection of pre-trained inpainting models for visual results.
  • Pathfinding Algorithm SelectionSelecting from multiple pathfinding strategies including A*, Dijkstra, Breadth-First, and Jump Point Search. **Distinct from Algorithm and Hyperparameter Selection:** Distinct from Algorithm and Hyperparameter Selection: focuses on selecting pathfinding algorithms for grid navigation, not machine learning model selection.