awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Deep Learning Architectures · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDeep Learning Architectures

Structural designs and building blocks for neural networks, including specific layers, connectivity patterns, and initialization techniques.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Deep Learning Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence & Machine Learning
  4. Deep Learning Architectures

Awesome Deep Learning Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

  • Bidirectional Recurrent Neural NetworksRNNs that process sequences in both forward and backward directions.
  • Convolutional OperationsMathematical techniques including padding, strides, and kernel applications for processing spatial data.
  • Lazy Parameter InitializationsTechniques that defer weight allocation until input shapes are inferred during the first forward pass.
Network in Network Architectures
Neural network designs utilizing micro-networks within convolutional layers to enhance feature abstraction.
  • Pooling LayersDownsampling operations used in neural networks to reduce spatial dimensions and computational complexity.
  • Recurrent Neural Networks TutorialsLearning resources explaining the theory and implementation of RNNs.