awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesNeural Network Stability Optimizations

Techniques such as advanced normalization and gating used to prevent gradient collapse during training.

Distinct from Neural Network Optimizers: Focuses on stability via normalization and gating rather than gradient-descent optimization algorithms.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Neural Network Stability Optimizations. Refine with filters or upvote what's useful.

Awesome Neural Network Stability Optimizations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • lucidrains/x-transformersAvatar de lucidrains

    lucidrains/x-transformers

    5,912Voir sur GitHub↗

    x-transformers est une bibliothèque PyTorch et un toolkit de recherche pour construire des architectures transformer. Il fournit un framework modulaire pour implémenter la recherche transformer expérimentale, incluant une suite de mécanismes d'attention avancés, des outils de modélisation de séquences longues et un framework pour les vision transformers. Le projet se distingue par son accent sur les composants haute performance et économes en mémoire, tels que Flash Attention avec des noyaux tuilés et l'attention multi-requêtes. Il implémente également des méthodes spécialisées pour étendre les fenêtres de contexte, incluant la récurrence de séquence et les plongements positionnels rotatifs. La bibliothèque couvre un large éventail de capacités architecturales, incluant divers schémas de normalisation pour stabiliser l'entraînement, des réseaux feedforward à portes et des topologies de couches personnalisées comme les réseaux Macaron. Elle prend en charge les constructions d'encodeur et de décodeur, fournissant des outils pour la génération de séquence autorégressive et les tâches vision-langage comme la légende d'image.

    Implements advanced normalization schemes like RMSNorm and Sandwich Norm to stabilize training.

    Python
    Voir sur GitHub↗5,912
  • kmkolasinski/deep-learning-notesAvatar de kmkolasinski

    kmkolasinski/deep-learning-notes

    1,348Voir sur GitHub↗

    This repository is an educational collection of implementations and research notes focused on deep learning architectures and optimization techniques. It provides modular code examples designed to demonstrate foundational and advanced concepts in machine learning, ranging from basic neural network structures to complex training strategies. The project distinguishes itself by offering practical implementations of specialized research methods, including capsule-based feature aggregation, gradient direction decoupling, and self-normalizing weight regularization. These materials allow for the stu

    Implements gradient normalization and weight regularization to improve the stability and convergence of neural models.

    Jupyter Notebook
    Voir sur GitHub↗1,348
  1. Home
  2. Artificial Intelligence & ML
  3. Neural Network Stability Optimizations