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

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

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

6 个仓库

Awesome GitHub RepositoriesTraining Progress Visualizers

Real-time UI components that display training metrics such as loss, time, and progress bars.

Distinct from Real-time Pipeline Progress Visualization: Shortlist candidates focus on data pipelines or financial portfolios; this is specifically for ML training loops.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Training Progress Visualizers. Refine with filters or upvote what's useful.

Awesome Training Progress Visualizers GitHub Repositories

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

    fastai/course-v3

    4,914在 GitHub 上查看↗

    该项目是一个综合性教育计划和深度学习框架,旨在通过 Notebook 和代码示例教授 PyTorch 深度学习实践。它作为一个用于构建、训练和部署神经网络的高级库,充当模型训练编排器,协调 PyTorch 模型、优化器和损失函数。 该项目为计算机视觉、自然语言处理和表格数据预处理提供了专门的工具包。它通过高级训练控制脱颖而出,例如判别式学习率、用于自定义训练逻辑的双向回调系统,以及自动化设备放置和训练循环的高级学习器抽象。 该框架涵盖了广泛的能力面,包括自动化数据流水线构建、模型架构分析以及跨分类、回归和分割任务的性能评估。它还包括用于跨多个 GPU 进行分布式训练的工具、用于内存优化的混合精度训练,以及对医学影像数据的专门支持。 该项目以一系列 Jupyter Notebook 的形式交付。

    Displays real-time progress bars and metrics like loss and time during model training.

    Jupyter Notebookdata-sciencedeep-learningfastai
    在 GitHub 上查看↗4,914
  • instruction-tuning-with-gpt-4/gpt-4-llmInstruction-Tuning-with-GPT-4 的头像

    Instruction-Tuning-with-GPT-4/GPT-4-LLM

    4,335在 GitHub 上查看↗

    本项目是一个指令微调框架和合成数据生成器,使用高容量教师模型来生成用于训练较小学生模型的指令遵循对。它提供了用于监督指令微调和人类反馈强化学习的数据集和工具。 该框架专注于跨语言微调,提供高质量的英语和中文指令遵循示例,以提高模型在不同脚本间的泛化能力。它包括一个用于创建偏好数据集和用于训练奖励系统的比较评级的奖励建模工具。 该项目涵盖了通过偏好基准和非自然指令数据集进行的语言模型评估,以及将原始日志转换为性能图表的训练可视化。

    Provides tools to transform training logs into performance plots and figures for model optimization analysis.

    HTMLalpacachatgptgpt-4
    在 GitHub 上查看↗4,335
  • commaai/researchcommaai 的头像

    commaai/research

    4,121在 GitHub 上查看↗

    This research framework provides a deep learning driving simulator and a multimodal data pipeline for autonomous vehicle research. It centers on the creation of synchronized autonomous vehicle datasets, which combine high-frequency vehicle telemetry with camera frames to train neural networks. The project implements a convolutional neural network trainer specifically designed to predict steering angles and vehicle transition states from visual data. It features generative capabilities, using autoencoders and transition models to synthesize driving environments and simulate future vehicle move

    Provides a dashboard to track training logs and generates animations to evaluate the quality of simulated transitions.

    Python
    在 GitHub 上查看↗4,121
  • chenyuntc/simple-faster-rcnn-pytorchchenyuntc 的头像

    chenyuntc/simple-faster-rcnn-pytorch

    4,034在 GitHub 上查看↗

    该项目是 Faster R-CNN 目标检测架构的 PyTorch 实现。它提供了一个框架,用于使用深度学习系统识别图像中的多个对象类别及其对应的边界框。 该实现包括用于在自定义数据集上优化模型的训练流水线,以及用于将预训练权重从外部格式转换为模型初始化兼容结构的工具。 该系统涵盖了包含区域建议网络(RPN)和 ROI 池化层的两阶段检测流水线。它结合了多任务损失函数和基于锚点的边界框回归来细化对象位置。 该项目包含用于实时可视化训练损失和预测准确率的工具,以监控模型性能。

    Provides real-time UI components to track training metrics such as loss and prediction accuracy.

    Jupyter Notebookcupyfaster-rcnnobject-detection
    在 GitHub 上查看↗4,034
  • snowkylin/tensorflow-handbooksnowkylin 的头像

    snowkylin/tensorflow-handbook

    3,927在 GitHub 上查看↗

    这是一个使用 TensorFlow 2 构建、训练和部署机器学习模型的综合教育资源和教程手册。它作为结构化学习指南,涵盖了深度学习的核心概念,包括神经网络架构、自动微分和张量运算。 该手册提供了关于通过 GPU 内存管理、分布式训练和模型量化来优化执行效率的技术指导。它还包括用于构建高性能数据管道以及将模型导出到生产服务器、移动设备和 Web 浏览器的详细手册。 该材料涵盖了广泛的功能,包括使用卷积和循环网络的模型开发、自定义损失函数和层的实现,以及使用预训练模型进行迁移学习。它还探讨了边缘设备的部署策略以及使用基于云的运行时进行硬件加速。 该资源以 Jupyter Notebooks 集合的形式实现。

    Includes tutorials on using web-based dashboards to track real-time training metrics such as loss.

    Jupyter Notebook
    在 GitHub 上查看↗3,927
  • 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.

    Ships tools to visualize training progress via real-time graphs, histograms, and dashboards.

    albertbertclustering
    在 GitHub 上查看↗3,683
  1. Home
  2. Artificial Intelligence & ML
  3. Training Progress Visualizers