awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Training and Optimization · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesTraining and Optimization

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Training and Optimization. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Machine Learning Concepts
  5. Training and Optimization

Awesome Training and Optimization GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • godotengine/godot

    godotengine/godot

    106,855GitHubView on GitHub↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-plat

    C++game-developmentgame-enginegamedev
  • d2l-ai/d2l-zh

    d2l-ai/d2l-zh

    75,708GitHubView on GitHub↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners

    Pythonbookchinesecomputer-vision

Explore sub-tags

  • Approximate Training MethodsTechniques that optimize model training by approximating gradients or objective functions to reduce computational complexity.
  • Asynchronous Task SchedulersMechanisms that decouple host-side execution from device-side processing to optimize hardware resource utilization.
  • Lazy Parameter InitializationsTechniques that defer weight allocation until input shapes are inferred during the first forward pass.
Numerical Stability and Initialization
Techniques and principles for ensuring stable gradient flow and effective weight initialization in deep neural networks.
  • Optimization TheoryThe study of how optimization algorithms interact with deep learning model architectures and loss surfaces.