awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesBeam Search Optimizers

Algorithms that track multiple top candidates to find the most probable output sequence.

Distinct from Sequence Learning Models: Focuses specifically on the beam search decoding algorithm rather than general sequence learning architectures.

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

Awesome Beam Search Optimizers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • allenai/allennlpallenai 的头像

    allenai/allennlp

    11,889在 GitHub 上查看↗

    AllenNLP is a PyTorch-based research library and deep learning language toolkit designed for developing and training neural network architectures for linguistic tasks. It provides a distributed training system that coordinates data and gradients across multiple GPUs and a framework for integrating pretrained transformer architectures. The system distinguishes itself with a dedicated algorithmic bias mitigation tool used to identify and reduce bias in linguistic model predictions. It also includes model influence analysis to interpret predictions by calculating the influence of specific traini

    Implements beam search algorithms with n-gram blocking to produce high-probability text sequences.

    Python
    在 GitHub 上查看↗11,889
  • ashishpatel26/andrew-ng-notesashishpatel26 的头像

    ashishpatel26/Andrew-NG-Notes

    3,594在 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 beam search to optimize the probability of generated sequences in sequence-to-sequence models.

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    在 GitHub 上查看↗3,594
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Learning Models
  4. Beam Search Optimizers