awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Neural Network Layers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesNeural Network Layers

Pre-defined architectural building blocks for constructing deep learning models, such as dense, convolutional, or recurrent layers.

Explore 2 awesome GitHub repositories matching miscellaneous curated lists · Neural Network Layers. Refine with filters or upvote what's useful.

  1. Home
  2. Miscellaneous Curated Lists
  3. Software Discovery Directories
  4. Software and Developer Resources
  5. Specialized Software Libraries
  6. Deep Learning Frameworks
  7. Neural Network Layers

Awesome Neural Network Layers GitHub Repositories

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

    pytorch/pytorch

    97,601GitHubView on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic diffe

    Pythonautograddeep-learninggpu
  • 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

  • Convolution Layers1D, 2D, and 3D convolution and transposed convolution layers.
  • Normalization LayersLayers that normalize input activations to stabilize training and improve convergence.
  • Recurrent LayersModules for processing sequential data, including RNNs, LSTMs, and GRUs.