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

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

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

7 个仓库

Awesome GitHub RepositoriesHyperparameter Tuning

Systematic adjustment of model hyperparameters to optimize performance and accuracy.

Distinct from Model Parameter Tuning: Distinct from Model Parameter Tuning: focuses on the external configuration of the training process rather than internal model sampling parameters like temperature.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Hyperparameter Tuning. Refine with filters or upvote what's useful.

Awesome Hyperparameter Tuning GitHub Repositories

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

    zenml-io/zenml

    5,451在 GitHub 上查看↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Systematically evaluates and selects optimal model configurations by executing multiple training trials in parallel.

    Pythonagentopsagentsai
    在 GitHub 上查看↗5,451
  • susanli2016/machine-learning-with-pythonsusanli2016 的头像

    susanli2016/Machine-Learning-with-Python

    4,583在 GitHub 上查看↗

    该项目是一个 Python 机器学习库和数据科学工具包,旨在构建预测模型和分析复杂数据集。它提供了一系列使用 Scikit-Learn 框架实现的常见监督和无监督算法。 该工具包包括一个用于从历史数据生成预测的预测建模套件,以及一个用于应用贝叶斯建模和因果检验的统计分析框架。它还具有一个基于 Matplotlib 的数据可视化套件,用于渲染静态图表和图形,以解释分类器边界和数据趋势。 该项目涵盖了用于识别模式和细分的数据聚类工作流、探索性数据分析,以及使用 Pandas 和 NumPy 进行的数据预处理。

    Implements systematic hyperparameter adjustment through repeated training cycles to refine model accuracy.

    Jupyter Notebook
    在 GitHub 上查看↗4,583
  • districtdatalabs/yellowbrickDistrictDataLabs 的头像

    DistrictDataLabs/yellowbrick

    4,398在 GitHub 上查看↗

    Yellowbrick 是一个机器学习可视化库和模型诊断工具,旨在分析特征重要性、目标分布和模型误差指标。它作为一个视觉工具包,通过使用验证曲线和学习曲线来诊断欠拟合和过拟合。 该项目提供用于评估预测模型和无监督学习的专门套件。它通过肘部法和轮廓系数确定最佳聚类数量,并通过 ROC 曲线、混淆矩阵和残差图评估分类器和回归器的质量。 该库涵盖了几个高级能力领域,包括识别预测变量的特征工程分析、调整模型复杂度的超参数调优,以及识别有影响数据点的回归误差诊断。它还包括用于可视化高维数据和文本语料库的流形学习投影工具。 该工具与 Scikit-Learn API 集成,以使用标准的 fit 和 predict 方法。

    Generates validation and learning curves to systematically tune model hyperparameters.

    Python
    在 GitHub 上查看↗4,398
  • ourownstory/neural_prophetourownstory 的头像

    ourownstory/neural_prophet

    4,284在 GitHub 上查看↗

    Neural Prophet 是一个基于 PyTorch 的时间序列预测库,专为可解释的机器学习而设计。它作为一个分解框架,将信号分解为自回归效应、分段线性趋势和基于傅里叶的季节性等组成部分,以预测未来值。 该项目通过结合神经网络与传统算法,生成能够解释潜在趋势驱动因素的预测,从而脱颖而出。它采用全局时间序列建模方法,允许单个模型在多个同步序列上进行训练,在共享学习模式的同时保持局部特异性。此外,它还作为不确定性量化工具,利用分位数回归和共形预测来生成可靠的预测区间。 该库提供了一套全面的数据管理功能,包括节假日检索、缺口填充和归一化。它涵盖了完整的建模生命周期,包括自动超参数优化、趋势变点检测以及未来和滞后回归变量的集成。通过预测分解和输入归因分析,用户可以可视化特定因素如何影响最终预测。

    Allows systematic adjustment of learning rates, batch sizes, and weight decay to improve forecast accuracy.

    Pythonartificial-intelligenceautoregressiondeep-learning
    在 GitHub 上查看↗4,284
  • polyaxon/polyaxonpolyaxon 的头像

    polyaxon/polyaxon

    3,707在 GitHub 上查看↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    Automates the search for optimal model parameters using Bayesian Optimization or Grid Search.

    MDX
    在 GitHub 上查看↗3,707
  • christianversloot/machine-learning-articleschristianversloot 的头像

    christianversloot/machine-learning-articles

    3,683在 GitHub 上查看↗

    This project is a machine learning educational archive and technical documentation collection. It serves as a deep learning tutorial series and implementation guide, providing theoretical explanations and practical walkthroughs for constructing and optimizing neural networks. The content focuses on the design and construction of diverse model architectures, including convolutional neural networks, Long Short-Term Memory networks, and generative adversarial networks. It details specific implementation patterns for autoencoders, sentiment analysis models, and various classification approaches.

    Provides guides on systematically adjusting hyperparameters to optimize neural network performance.

    albertbertclustering
    在 GitHub 上查看↗3,683
  • glouppe/info8010-deep-learningglouppe 的头像

    glouppe/info8010-deep-learning

    1,291在 GitHub 上查看↗

    This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the theoretical and technical foundations of neural network implementation. It serves as a structured academic guide for building and training complex models from scratch, covering the essential mathematical primitives, computational graph construction, and automatic differentiation mechanisms required for modern machine learning. The repository distinguishes itself through its extensive coverage of generative modeling and specialized neural architectures. It includes practical im

    Uses dedicated validation datasets to tune model settings and select optimal configurations without biasing evaluation.

    Jupyter Notebook
    在 GitHub 上查看↗1,291
  1. Home
  2. Artificial Intelligence & ML
  3. Model Parameter Tuning
  4. Hyperparameter Tuning