awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 个仓库

Awesome GitHub RepositoriesAutomated Selection

Utilities for automatically selecting the appropriate tokenization configuration based on model identifiers.

Distinct from Model Selection Tools: Distinct from general model selection tools: focuses on tokenization-specific configuration retrieval rather than model performance optimization.

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

Awesome Automated Selection GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • devtoys-app/devtoysDevToys-app 的头像

    DevToys-app/DevToys

    31,666在 GitHub 上查看↗

    DevToys is a cross-platform desktop application that functions as a comprehensive suite of offline utilities for common software development tasks. It provides a unified interface for performing data formatting, encoding, validation, and asset generation locally without requiring an internet connection. The application is built on a plugin-based extensibility framework that allows users to integrate custom utility modules to meet specific technical requirements. A core differentiator is its clipboard-aware management system, which monitors clipboard content to automatically suggest or open th

    Provides a clipboard-aware management system that automatically suggests relevant tools for detected data formats.

    C#blazorcross-platformcsharp
    在 GitHub 上查看↗31,666
  • openai/tiktokenopenai 的头像

    openai/tiktoken

    17,323在 GitHub 上查看↗

    Tiktoken is a library for converting raw text into numerical sequences using byte pair encoding schemes. It functions as a toolkit for managing tokenization processes, enabling the transformation of text into the specific numerical formats required by language models. The library provides mechanisms for automated encoder selection, allowing users to retrieve the correct tokenization configuration based on specific model names. It also supports the definition and registration of custom tokenization schemes, which facilitates the use of specialized vocabularies or unique model architectures wit

    Retrieves the correct tokenization configuration automatically based on the specific model name provided.

    Python
    在 GitHub 上查看↗17,323
  • rasbt/python-machine-learning-bookrasbt 的头像

    rasbt/python-machine-learning-book

    12,614在 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
    在 GitHub 上查看↗12,614
  • yaofanguk/video-subtitle-removerYaoFANGUK 的头像

    YaoFANGUK/video-subtitle-remover

    11,493在 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
    在 GitHub 上查看↗11,493
  • apple/turicreateapple 的头像

    apple/turicreate

    11,171在 GitHub 上查看↗

    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,958在 GitHub 上查看↗

    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,997在 GitHub 上查看↗

    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,811在 GitHub 上查看↗

    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,701在 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
    在 GitHub 上查看↗8,701
  • h2oai/h2o-3h2oai 的头像

    h2oai/h2o-3

    7,493在 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
    在 GitHub 上查看↗7,493
  • mrdbourke/zero-to-mastery-mlmrdbourke 的头像

    mrdbourke/zero-to-mastery-ml

    5,839在 GitHub 上查看↗

    本项目是一个机器学习教育课程和学习平台,通过交互式 Jupyter Notebooks 提供。它作为掌握 Python 数据科学工具包的综合指南,为数值计算、表格数据操作和统计可视化提供结构化教程。 该课程包括 Scikit-Learn 的具体实现指南,以及关于构建、训练和部署神经网络及计算机视觉模型的 TensorFlow 实践课程。它涵盖了构建预测模型的端到端过程,从初始问题定义和任务分类,到通过交互式 Web 界面部署模型。 该项目涵盖了广泛的功能领域,包括多维数组的数值计算、探索性数据分析和数据预处理例程。它为监督和无监督学习、自动化机器学习流水线、超参数优化以及使用分类指标和交叉验证的模型评估提供了详细的工作流。 教育内容组织为一系列 Notebook,将 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,809在 GitHub 上查看↗

    statsforecast 是一个高性能统计时间序列预测库,旨在生成点预测和预测区间。它作为一个分布式时间序列框架,利用基于 C 的预测引擎和自动模型选择器来识别并拟合数据集中每个唯一序列的最佳统计模型。该系统还包括一个时间序列异常检测器,通过将观测值与概率预测区间进行比较来识别异常数据点。 该项目的特色在于其处理数百万个独立序列的大规模并行预测的能力。它通过分布式计算框架、多核并行执行和加速核心 ARIMA 及指数平滑逻辑的编译 C 内核来实现这一点。该系统进一步利用长格式数据布局和惰性求值数据流水线来优化大规模处理,以减少内存开销。 该库提供了一套全面的模型,包括 AutoARIMA、用于间歇性或季节性需求的各种指数平滑方法、Theta 分解以及用于金融风险的 GARCH 波动率建模。它涵盖了更广泛的功能领域,例如带有外生变量的多元预测、时间序列分解以及通过历史交叉验证和滑动窗口分析进行模型评估。 该库与 Polars 等高性能数据结构集成,并提供将保存的模型作为 REST 端点提供服务以进行网络可访问预测的实用程序。

    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,683在 GitHub 上查看↗

    EconML 是一个 Python 因果推理库,旨在结合机器学习和计量经济学来估计异质处理效应。它作为计算条件平均处理效应的工具包,以确定特定干预措施如何影响个人或子群体。 该项目提供了一个用于双重机器学习和正交机器学习的框架,以从高维混杂因素中分离因果信号。它包括针对因果森林和工具变量学习者的专门实现,即使在存在未观察到的混杂因素的情况下,也允许恢复因果关系。 该库涵盖了广泛的功能,包括通过反驳测试和校准曲线进行的因果模型验证、个性化处理策略的构建以及动态处理机制的分析。它还支持用于不确定性量化的统计推理,以及使用基于树的模型和 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,523在 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
    在 GitHub 上查看↗4,523
  • simonmichael/hledgersimonmichael 的头像

    simonmichael/hledger

    4,059在 GitHub 上查看↗

    hledger is a plain text accounting tool and double-entry ledger manager that stores financial transactions in human-readable text files. It functions as a financial reporting engine for generating balance sheets and income statements, and as a multi-currency investment tracker for managing commodity lots and capital gains. The project distinguishes itself by providing multi-interface data access, allowing users to interact with their financial data via a command line interface, a terminal user interface, and a web server. It features a market-price valuation system to calculate the current va

    Provides configurable lot-matching strategies including FIFO, LIFO, and Average Cost for asset disposal.

    Haskellaccountingcommand-line-toolconsole-application
    在 GitHub 上查看↗4,059
  1. Home
  2. Artificial Intelligence & ML
  3. Model Selection Tools
  4. Automated Selection

探索子标签

  • Clipboard-Based SelectionAutomatically selects and suggests tools based on the format of data detected on the system clipboard. **Distinct from Automated Selection:** Focuses on clipboard-triggered tool selection, distinct from model-based configuration selection.
  • Model Performance Selection3 个子标签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.