awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesAdaptive Optimizers

Advanced gradient descent algorithms that adjust learning rates dynamically.

Distinct from Adam Optimizers: Covers a suite of optimizers including Adam, RMSprop, and Momentum, not just Adam

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

Awesome Adaptive Optimizers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • brightmart/albert_zhAvatar de brightmart

    brightmart/albert_zh

    3,982Ver en GitHub↗

    This project is an implementation of the ALBERT language model architecture, providing a framework for training and evaluating transformer-based text classifiers and similarity models. It specifically includes pre-trained assets and tools optimized for generating semantic embeddings and representations of Chinese text. The framework distinguishes itself through tools for converting heavy language model checkpoints into lightweight formats to enable low-latency inference on mobile devices. It utilizes specific weight reduction techniques, including cross-parameter sharing and factorized embedd

    Implements adaptive gradient descent algorithms to adjust learning rates dynamically during training.

    Pythonalbertbertchinese-corpus
    Ver en GitHub↗3,982
  • ashishpatel26/andrew-ng-notesAvatar de ashishpatel26

    ashishpatel26/Andrew-NG-Notes

    3,594Ver en GitHub↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Implements advanced optimization algorithms like Adam and RMSprop to accelerate model convergence.

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    Ver en GitHub↗3,594
  1. Home
  2. Artificial Intelligence & ML
  3. Optimization Algorithms
  4. Adaptive Optimizers