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

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

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

12 रिपॉजिटरी

Awesome GitHub RepositoriesModel Performance Selection

Automated selection of machine learning models based on dataset statistics to optimize performance.

Distinct from Automated Selection: Distinct from Automated Selection (f0_mt2) which focuses on tokenization configuration; this focuses on selecting the best ML algorithm for the task.

Explore 12 awesome GitHub repositories matching artificial intelligence & ml · Model Performance Selection. Refine with filters or upvote what's useful.

Awesome Model Performance Selection GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rasbt/python-machine-learning-bookrasbt का अवतार

    rasbt/python-machine-learning-book

    12,614GitHub पर देखें↗

    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
    GitHub पर देखें↗12,614
  • yaofanguk/video-subtitle-removerYaoFANGUK का अवतार

    YaoFANGUK/video-subtitle-remover

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

    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
    GitHub पर देखें↗11,493
  • apple/turicreateapple का अवतार

    apple/turicreate

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

    This project is an automated machine learning framework and toolkit designed for training and tuning custom models for classification, regression, and recommendations. It functions as a multimodal machine learning toolkit capable of processing and training models using a combination of text, image, audio, and sensor data. The framework distinguishes itself as a multimodal data processor that can handle and visualize large datasets on a single machine using column-oriented disk storage. It includes a core machine learning model generator that converts trained models into formats compatible wit

    Provides automated selection of the most effective machine learning algorithms by analyzing dataset statistics.

    C++
    GitHub पर देखें↗11,171
  • aws/amazon-sagemaker-examplesaws का अवतार

    aws/amazon-sagemaker-examples

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

    This repository is a collection of Jupyter notebooks providing reference implementations and templates for building, training, and deploying machine learning models using Amazon SageMaker. It serves as an example library for implementing model architectures and automating the machine learning lifecycle. The library provides practical patterns for machine learning training, data engineering, and model deployment. It includes implementation guides for MLOps, including workflows for model monitoring, lineage tracking, and hyperparameter tuning. The examples cover a broad range of capabilities i

    Uses automated machine learning to handle feature selection and model generation based on dataset characteristics.

    Jupyter Notebookawsdata-sciencedeep-learning
    GitHub पर देखें↗10,958
  • 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

    Automatically selects the best local, global, and ensemble models based on quality presets or time limits.

    Pythonautogluonautomated-machine-learningautoml
    GitHub पर देखें↗9,997
  • pycaret/pycaretpycaret का अवतार

    pycaret/pycaret

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

    PyCaret is a Python AutoML platform and MLOps lifecycle manager designed to automate machine learning workflows. It functions as a low-code environment that leverages a scikit-learn native engine to execute preprocessing, training, and evaluation for tabular data. The platform distinguishes itself as an LLM-powered ML copilot, using large language model agents to analyze datasets, design experiment configurations, and explain model results. It also serves as a Kubernetes ML orchestrator and model registry, enabling the versioning of trained pipelines and their promotion to production API endp

    Automatically identifies the best performing machine learning algorithm for a specific analytical task.

    Pythonanomaly-detectionautomlclassification
    GitHub पर देखें↗9,811
  • qiao/pathfinding.jsqiao का अवतार

    qiao/PathFinding.js

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

    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
    GitHub पर देखें↗8,701
  • h2oai/h2o-3h2oai का अवतार

    h2oai/h2o-3

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

    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
    GitHub पर देखें↗7,493
  • mrdbourke/zero-to-mastery-mlmrdbourke का अवतार

    mrdbourke/zero-to-mastery-ml

    5,839GitHub पर देखें↗

    यह प्रोजेक्ट इंटरैक्टिव Jupyter Notebooks के माध्यम से वितरित एक मशीन लर्निंग शैक्षिक पाठ्यक्रम और शिक्षण प्लेटफ़ॉर्म है। यह Python डेटा साइंस टूलकिट में महारत हासिल करने के लिए एक व्यापक गाइड के रूप में कार्य करता है, जो न्यूमेरिकल कंप्यूटिंग, टैबुलर डेटा मैनिपुलेशन और सांख्यिकीय विज़ुअलाइज़ेशन के लिए स्ट्रक्चर्ड ट्यूटोरियल प्रदान करता है। इस पाठ्यक्रम में Scikit-Learn के लिए विशिष्ट इम्प्लीमेंटेशन गाइड और न्यूरल नेटवर्क व कंप्यूटर विज़न मॉडल बनाने, ट्रेन करने और डिप्लॉय करने के लिए TensorFlow पर एक व्यावहारिक कोर्स शामिल है। यह समस्या के प्रारंभिक निरूपण और कार्य वर्गीकरण से लेकर इंटरैक्टिव वेब इंटरफ़ेस के माध्यम से मॉडल के डिप्लॉयमेंट तक, प्रेडिक्टिव मॉडल बनाने की एंड-टू-एंड प्रक्रिया को कवर करता है। यह प्रोजेक्ट मल्टीडायमेंशनल एरेज़ के साथ न्यूमेरिकल कंप्यूटिंग, एक्सप्लोरेटरी डेटा एनालिसिस और डेटा प्रीप्रोसेसिंग रूटीन सहित व्यापक क्षमता सतह को कवर करता है। यह सुपरवाइज़्ड और अनसुपरवाइज़्ड लर्निंग, ऑटोमेटेड मशीन लर्निंग पाइपलाइन, हाइपरपैरामीटर ऑप्टिमाइज़ेशन और क्लासिफिकेशन मेट्रिक्स व क्रॉस-वैलिडेशन का उपयोग करके मॉडल मूल्यांकन के लिए विस्तृत वर्कफ़्लो प्रदान करता है। शैक्षिक सामग्री को नोटबुक की एक सीरीज़ के रूप में व्यवस्थित किया गया है जो डेटा साइंस वर्कफ़्लो को दस्तावेज़ित करने के लिए नैरेटिव स्पष्टीकरण के साथ Python कोड को इंटरलीव करती है।

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

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    GitHub पर देखें↗5,839
  • nixtla/statsforecastNixtla का अवतार

    Nixtla/statsforecast

    4,809GitHub पर देखें↗

    statsforecast is a high-performance statistical time series forecasting library designed to generate point forecasts and prediction intervals. It functions as a distributed time series framework that utilizes a C-based forecasting engine and an automated model selector to identify and fit the optimal statistical model for every unique series in a dataset. The system also includes a time series anomaly detector to identify unusual data points by comparing observed values against probabilistic forecast intervals. The project is distinguished by its ability to handle massive-scale parallel forec

    Provides automated selection of the best performing statistical forecasting models for every unique time series in a dataset.

    Python
    GitHub पर देखें↗4,809
  • py-why/econmlpy-why का अवतार

    py-why/EconML

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

    EconML, मशीन लर्निंग और अर्थमिति (econometrics) के संयोजन का उपयोग करके विषम उपचार प्रभावों (heterogeneous treatment effects) का अनुमान लगाने के लिए डिज़ाइन की गई एक Python लाइब्रेरी है। यह यह निर्धारित करने के लिए कि विशिष्ट हस्तक्षेप व्यक्तियों या उपसमूहों को कैसे प्रभावित करते हैं, सशर्त औसत उपचार प्रभावों (conditional average treatment effects) की गणना करने के लिए एक टूलकिट के रूप में कार्य करती है। यह प्रोजेक्ट उच्च-आयामी भ्रमित करने वाले कारकों (confounders) से कारण संकेतों (causal signals) को अलग करने के लिए डबल मशीन लर्निंग और ऑर्थोगोनल मशीन लर्निंग के लिए एक फ्रेमवर्क प्रदान करता है। इसमें कारण जंगलों (causal forests) और इंस्ट्रूमेंटल वेरिएबल लर्नर्स के लिए विशेष इम्प्लीमेंटेशन शामिल हैं, जो अनपेक्षित भ्रम (unobserved confounding) की उपस्थिति में भी कारण संबंधों की रिकवरी की अनुमति देते हैं। यह लाइब्रेरी रिफ्यूटेशन टेस्ट्स और कैलिब्रेशन कर्व्स के माध्यम से कारण मॉडल वैलिडेशन, व्यक्तिगत उपचार नीतियों के निर्माण और डायनामिक उपचार शासन के विश्लेषण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। यह अनिश्चितता परिमाणीकरण (uncertainty quantification) के लिए सांख्यिकीय अनुमान और ट्री-आधारित मॉडल्स और Shapley वैल्यूज़ का उपयोग करके प्रभाव विषमता की व्याख्या का भी समर्थन करती है। यह प्रोजेक्ट मुख्य रूप से Jupyter Notebooks के माध्यम से कार्यान्वित और प्रदर्शित किया जाता है।

    Provides tools to optimize the choice of nuisance models to improve the accuracy of treatment effect estimation.

    Jupyter Notebookcausal-inferencecausalityeconometrics
    GitHub पर देखें↗4,683
  • chiphuyen/ml-interviews-bookchiphuyen का अवतार

    chiphuyen/ml-interviews-book

    4,523GitHub पर देखें↗

    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
    GitHub पर देखें↗4,523
  1. Home
  2. Artificial Intelligence & ML
  3. Model Selection Tools
  4. Automated Selection
  5. Model Performance Selection

सब-टैग एक्सप्लोर करें

  • Algorithm and Hyperparameter Selection3 सब-टैग्स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.
  • Nuisance Model SelectionOptimization of models used to partial out confounding variables in causal estimation. **Distinct from Model Performance Selection:** Distinct from general model performance selection: specifically targets the 'first-stage' nuisance models in a causal pipeline.
  • Streaming Model SelectorsAlgorithms that compare multiple candidate models on a data stream and dynamically select the best performer. **Distinct from Model Performance Selection:** Distinct from Model Performance Selection: selects models online during streaming, not from a static dataset.