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

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

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

2 个仓库

Awesome GitHub RepositoriesProblem Specifications

Structured definitions of computational challenges that isolate logic from implementation details.

Distinct from Algorithmic Problem Implementations: Distinct from Algorithmic Problem Implementations: focuses on the abstract definition of the task rather than the code itself.

Explore 2 awesome GitHub repositories matching education & learning resources · Problem Specifications. Refine with filters or upvote what's useful.

Awesome Problem Specifications GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google-deepmind/learning-to-learngoogle-deepmind 的头像

    google-deepmind/learning-to-learn

    4,068在 GitHub 上查看↗

    本项目是一个 TensorFlow 元学习框架和研究工具包,旨在实现和训练学习到的优化器。它提供了一套用于开发学习如何优化其他模型的神经网络的工具,取代了传统的基于梯度的优化算法。 该框架包括一个问题集成管理器,允许将多个不同的优化任务组合成单个加权损失函数进行同步训练。它使用工厂模式进行网络实例化,并支持定义自定义目标函数和损失图作为学习算法的目标。 该工具包涵盖了广泛的功能,包括基于梯度的元优化、模型基准测试以及具有可配置展开长度的训练循环执行。它还提供了用于梯度预处理、序列化状态持久化以及报告实验统计数据(如平均最终误差和 epoch 持续时间)的工具。

    Provides tools for setting up network architectures and hyperparameters for consistent testing across benchmark tasks.

    Pythonartificial-intelligencedeep-learningmachine-learning
    在 GitHub 上查看↗4,068
  • kennyledet/algorithm-implementationskennyledet 的头像

    kennyledet/Algorithm-Implementations

    2,197在 GitHub 上查看↗

    该仓库是一个跨多种编程语言实现的通用计算机科学算法和数据结构集合。它作为教育资源,供学生和开发者通过实用的、版本控制的代码示例来学习基础计算逻辑和软件工程模式。 该项目通过将抽象问题定义与其特定的语言实现解耦而脱颖而出。这种结构允许直接进行跨语言比较,使用户能够分析不同的语法和编程范式如何处理相同的计算任务。通过通过分层目录结构组织解决方案,该仓库促进了对性能权衡和编码方法的评估。 该集合通过提供一套标准化的算法问题解决和面试准备示例,支持技术技能发展。内容通过社区驱动的工作流进行维护,确保实现方式始终可供学习和审查。

    Separates abstract problem definitions from language-specific code to enable clear cross-language comparison.

    Lua
    在 GitHub 上查看↗2,197
  1. Home
  2. Education & Learning Resources
  3. Algorithmic Problem Implementations
  4. Problem Specifications

探索子标签

  • Benchmark Problem ConfigurationsConfigurations for network architectures and hyperparameters tailored for consistent benchmarking across datasets. **Distinct from Problem Specifications:** Distinct from general problem specifications: focuses on the hardware/hyperparameter configuration for research consistency.