awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 रिपॉजिटरी

Awesome GitHub RepositoriesSequence-to-Sequence Mappings

Architectures that map an input sequence to a target sequence via a latent representation.

Distinct from Sequence Decoding Models: Broadens from OCR-specific sequence decoding to general sequence-to-sequence mapping including translation.

Explore 15 awesome GitHub repositories matching artificial intelligence & ml · Sequence-to-Sequence Mappings. Refine with filters or upvote what's useful.

Awesome Sequence-to-Sequence Mappings GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • morvanzhou/pytorch-tutorialMorvanZhou का अवतार

    MorvanZhou/PyTorch-Tutorial

    8,458GitHub पर देखें↗

    This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

    Provides guidance on implementing architectures that map input sequences to target sequences via latent representations.

    Jupyter Notebookautoencoderbatchbatch-normalization
    GitHub पर देखें↗8,458
  • czy36mengfei/tensorflow2_tutorials_chineseczy36mengfei का अवतार

    czy36mengfei/tensorflow2_tutorials_chinese

    7,786GitHub पर देखें↗

    This project is a collection of educational resources and instructional guides for learning deep learning and neural network implementation using TensorFlow. It provides a structured set of tutorials and notebooks written in Chinese, covering supervised and unsupervised learning tasks. The material focuses on practical implementations of diverse neural network architectures, including convolutional, recurrent, and autoencoder networks. It includes specific training content for computer vision, natural language processing, and generative models. The coverage extends to specialized network arc

    Implements sequence-to-sequence mappings for tasks like machine translation using attention mechanisms.

    Jupyter Notebook
    GitHub पर देखें↗7,786
  • princewen/tensorflow_practiceprincewen का अवतार

    princewen/tensorflow_practice

    7,009GitHub पर देखें↗

    This repository is a collection of practical deep learning implementations and examples built using the TensorFlow framework. It provides a variety of neural network architectures focusing on natural language processing, recommendation systems, reinforcement learning, and time series prediction. The project features a range of specialized models, including sequence-to-sequence and transformer architectures for text processing, and factorization machines for personalized ranking and retrieval. It also includes implementations of reinforcement learning agents using actor-critic and policy gradi

    Implements encoder-decoder architectures that map input sequences to target output sequences.

    Python
    GitHub पर देखें↗7,009
  • albertan017/llm4decompilealbertan017 का अवतार

    albertan017/LLM4Decompile

    6,728GitHub पर देखें↗

    LLM4Decompile बाइनरी-टू-सोर्स कोड अनुवाद के लिए एक टूलसेट और फ्रेमवर्क है। यह मशीन कोड को पठनीय सोर्स कोड में बदलने और संकलित निष्पादन योग्य (compiled executables) के मूल लॉजिक को पुनर्प्राप्त करने के लिए बड़े भाषा मॉडल (LLM) का उपयोग करता है। इस प्रोजेक्ट में सोर्स कोड को असेंबली पेयर्स में परिवर्तित करके सिंथेटिक ट्रेनिंग डेटासेट उत्पन्न करने के लिए एक विशेष पाइपलाइन शामिल है। यह इन बाइनरी-टू-सोर्स डेटासेट पर डीप लर्निंग मॉडल को ऑप्टिमाइज़ करने के लिए एक फाइन-ट्यूनिंग फ्रेमवर्क प्रदान करता है, जिससे कोड रिकवरी की सटीकता बढ़ जाती है। सिस्टम में डीकंपाइल्ड स्यूडो-कोड को रिफाइन करने की क्षमताएं भी हैं। यह प्रक्रिया बाइनरी के स्ट्रक्चरल कंकाल और वेरिएबल नामों को पुनर्स्थापित करने पर केंद्रित है ताकि डिसअसेंबल किए गए लॉजिक की पठनीयता में सुधार हो सके।

    Implements neural machine translation architectures to map binary disassembly sequences to high-level code.

    Python
    GitHub पर देखें↗6,728
  • tensorflow/nmttensorflow का अवतार

    tensorflow/nmt

    6,461GitHub पर देखें↗

    This project is a neural machine translation system used to build models that automatically translate text from one language to another. It utilizes sequence-to-sequence modeling to transform variable-length input sequences into corresponding output sequences. The system implements bidirectional recurrent neural network encoding and attention mechanisms to capture contextual information and focus on specific parts of the source text during translation. To manage training and inference, it employs separate computational graphs and supports distributing model layers across multiple GPU devices.

    Implements a sequence-to-sequence architecture to map source text to target translation via a latent representation.

    Python
    GitHub पर देखें↗6,461
  • dragen1860/tensorflow-2.x-tutorialsdragen1860 का अवतार

    dragen1860/TensorFlow-2.x-Tutorials

    6,351GitHub पर देखें↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Implements architectures that map an input sequence to a target sequence via a latent representation.

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    GitHub पर देखें↗6,351
  • bentrevett/pytorch-seq2seqbentrevett का अवतार

    bentrevett/pytorch-seq2seq

    5,697GitHub पर देखें↗

    This is a collection of educational Jupyter Notebook tutorials that teach sequence-to-sequence modeling using PyTorch and TorchText, focused on neural machine translation. The project provides hands-on guides for building and training encoder-decoder architectures with recurrent neural networks like LSTM and GRU, implementing attention mechanisms that allow the decoder to focus on relevant input tokens during sequence generation. The tutorials cover the full pipeline of machine translation, from tokenizing multilingual text using language-specific tokenizers to training multi-layer encoder-de

    Teaches building and training encoder-decoder architectures for sequence mapping tasks like machine translation.

    Jupyter Notebookattentioncnn-seq2seqencoder-decoder
    GitHub पर देखें↗5,697
  • google/seq2seqgoogle का अवतार

    google/seq2seq

    5,621GitHub पर देखें↗

    This is a TensorFlow-based encoder-decoder framework and model library used for mapping input sequences to output sequences. It functions as a deep learning sequence mapper designed to transform sequential data from one domain to another. The library provides tools for implementing sequence-to-sequence modeling across multiple domains, including neural machine translation, automatic text summarization, and image captioning generation. The framework incorporates recurrent neural networks and utilizes attention-based contextualization to weight input sequences. It supports multiple decoding st

    Maps input sequences to target sequences via latent representations for tasks like translation and summarization.

    Pythondeeplearningmachine-translationneural-network
    GitHub पर देखें↗5,621
  • microsoft/muzicmicrosoft का अवतार

    microsoft/muzic

    4,928GitHub पर देखें↗

    Muzic AI-संचालित संगीत विश्लेषण, रचना और संश्लेषण के लिए एक डीप लर्निंग प्लेटफ़ॉर्म और फ्रेमवर्क है। यह एक संगीत जनरेशन फ्रेमवर्क और विश्लेषण टूल के रूप में कार्य करता है, जो प्रतीकात्मक और ऑडियो संगीत के निर्माण और व्याख्या को व्यवस्थित करने के लिए बड़े भाषा मॉडल्स और स्वायत्त एजेंटों का उपयोग करता है। यह प्रोजेक्ट अपनी क्रॉस-मॉडल क्षमताओं द्वारा प्रतिष्ठित है, जो ज़ीरो-शॉट वर्गीकरण और सूचना पुनर्प्राप्ति के लिए प्राकृतिक भाषा और प्रतीकात्मक संगीत को एक साझा संयुक्त एम्बेडिंग स्पेस में मैप करता है। यह विभिन्न प्रकार के विशेष आर्किटेक्चर को नियोजित करता है, जिसमें ऑडियो संश्लेषण के लिए डिफ्यूज़न फ्रेमवर्क, लंबी-अनुक्रम संरचनात्मक स्थिरता के लिए डुअल-ग्रेन अटेंशन मैकेनिज्म और एक हाइब्रिड सिस्टम शामिल है जो न्यूरल नेटवर्क के साथ संगीत सिद्धांत नियमों को जोड़ता है। यह प्लेटफ़ॉर्म टेक्स्ट और लिरिक्स से MIDI अनुक्रमों के निर्माण, न्यूरल सिंगिंग वॉयस सिंथेसिस और स्वचालित लिरिक्स ट्रांसक्रिप्शन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह संगीत संरचना मॉडलिंग, विशेषता-आधारित प्रतीकात्मक जनरेशन और स्वायत्त एजेंटों के माध्यम से बाहरी संगीत टूल्स के ऑर्केस्ट्रेशन के लिए टूल्स भी प्रदान करता है। सहायक यूटिलिटीज में बड़े पैमाने पर MIDI बाइनराइजेशन, डेटासेट एन्कोडिंग और मेलोडी नोट निष्कर्षण और स्पीच-टू-फोनम एलाइनमेंट के लिए ऑडियो सिग्नल प्रोसेसिंग के लिए डेटा इंजीनियरिंग पाइपलाइन शामिल हैं।

    Generates lyrics from melodies or melodies from lyrics using a masked sequence-to-sequence framework.

    Pythonai-musicdeep-learningmusic
    GitHub पर देखें↗4,928
  • macanv/bert-bilstm-crf-nermacanv का अवतार

    macanv/BERT-BiLSTM-CRF-NER

    4,904GitHub पर देखें↗

    यह प्रोजेक्ट एक नेम्ड एंटिटी रिकग्निशन फ्रेमवर्क और TensorFlow-आधारित नेचुरल लैंग्वेज प्रोसेसिंग मॉडल है। यह प्री-ट्रेन्ड भाषा मॉडल्स को विशिष्ट एंटिटी रिकग्निशन और टेक्स्ट क्लासिफिकेशन कार्यों के अनुकूल बनाने के लिए एक पाइपलाइन प्रदान करता है। यह सिस्टम एक सीक्वेंस लेबलिंग आर्किटेक्चर लागू करता है जो ट्रांसफॉर्मर-आधारित एम्बेडिंग को बाईडायरेक्शनल सीक्वेंस मॉडलिंग और कंडीशनल रैंडम फील्ड डिकोडिंग के साथ जोड़ता है। इसमें मॉडल वेट्स को फाइन-ट्यून करने और असंरचित टेक्स्ट के भीतर एंटिटीज़ की पहचान और वर्गीकरण करने के लिए नेटवर्क को प्रशिक्षित करने के लिए टूल्स शामिल हैं। फ्रेमवर्क में एक क्लाइंट-सर्वर आर्किटेक्चर भी शामिल है जो प्रशिक्षित मॉडल्स को HTTP API के माध्यम से उजागर करता है।

    Implements bidirectional sequence modeling to capture text dependencies for entity recognition.

    Python
    GitHub पर देखें↗4,904
  • spro/practical-pytorchspro का अवतार

    spro/practical-pytorch

    4,546GitHub पर देखें↗

    Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural networks. The project provides practical code for building sequence models and sequence-to-sequence architectures using the PyTorch framework. The repository covers the implementation of models for neural machine translation, character-level text generation, and text classification. It includes examples for transforming input sequences into output sequences for machine translation and synthesizing new text. The project also extends to sequence data prediction and time series analy

    Implements encoder-decoder architectures that map input sequences to target sequences for translation.

    Jupyter Notebook
    GitHub पर देखें↗4,546
  • dsgiitr/d2l-pytorchdsgiitr का अवतार

    dsgiitr/d2l-pytorch

    4,353GitHub पर देखें↗

    यह प्रोजेक्ट एक शैक्षिक कोडबेस और संदर्भ लाइब्रेरी है जो सैद्धांतिक डीप लर्निंग अवधारणाओं को निष्पादन योग्य PyTorch कोड में अनुवादित करती है। यह एक डीप लर्निंग पाठ्यपुस्तक के व्यावहारिक कार्यान्वयन के रूप में कार्य करता है, जो सीखने के उद्देश्यों के लिए निर्देशित अभ्यासों और वास्तुशिल्प उदाहरणों की पाठ्यक्रम जैसी संरचना प्रदान करता है। रिपॉजिटरी में रैखिक, कनवल्शनल, आवर्तक (recurrent) और ट्रांसफार्मर मॉडल सहित मानक न्यूरल नेटवर्क आर्किटेक्चर की एक लाइब्रेरी शामिल है। यह विशेष रूप से मल्टीलेयर परसेप्ट्रॉन, VGG नेटवर्क, गेटेड रिकरेंट यूनिट्स और लॉन्ग शॉर्ट-टर्म मेमोरी नेटवर्क जैसे विभिन्न डीप लर्निंग पैटर्न को लागू करता है। कोडबेस छवि वर्गीकरण और ऑब्जेक्ट डिटेक्शन के लिए कंप्यूटर विज़न, साथ ही अनुक्रम मॉडलिंग और अनुवाद के लिए प्राकृतिक भाषा प्रसंस्करण सहित व्यापक क्षमता क्षेत्रों को कवर करता है। यह रैखिक और सॉफ्टमैक्स रिग्रेशन, संभाव्य वर्गीकरण, और ग्रेडिएंट-आधारित ऑप्टिमाइज़ेशन एल्गोरिदम के एक सूट जैसे मौलिक मशीन लर्निंग घटकों को भी लागू करता है। यह प्रोजेक्ट मुख्य रूप से Jupyter Notebooks के संग्रह के रूप में वितरित किया जाता है।

    Constructs encoder-decoder architectures that map input sequences to target sequences via latent representations.

    Jupyter Notebookbookcomputer-visiond2l
    GitHub पर देखें↗4,353
  • clovaai/deep-text-recognition-benchmarkclovaai का अवतार

    clovaai/deep-text-recognition-benchmark

    3,938GitHub पर देखें↗

    यह प्रोजेक्ट सीन टेक्स्ट रिकग्निशन के लिए PyTorch-आधारित फ्रेमवर्क और टूलकिट है। यह प्राकृतिक वातावरण की छवियों से कैरेक्टर्स और शब्दों को निकालने के लिए एक डीप लर्निंग पाइपलाइन प्रदान करता है, जिसमें ट्रेनिंग डेटा की तैयारी से लेकर मॉडल वैलिडेशन तक की पूरी प्रक्रिया शामिल है। यह फ्रेमवर्क टेक्स्ट रिकग्निशन मॉडल्स की एक्यूरेसी और इन्फरेंस स्पीड को मापने के लिए एक स्टैंडर्ड बेंचमार्क के रूप में कार्य करता है। इसमें रिकग्निशन एक्यूरेसी की गणना करने और कंसिस्टेंट डेटासेट्स पर मॉडल परफॉरमेंस का मूल्यांकन करने के लिए प्रति इमेज GPU प्रोसेसिंग समय को मापने के टूल्स शामिल हैं। यह सिस्टम विज़ुअल और सीक्वेंशियल प्रोसेसिंग चरणों को शामिल करता है, जिसमें कन्वेन्शनल फीचर एक्सट्रैक्शन और रिकरेंट सीक्वेंस मॉडलिंग का उपयोग किया जाता है। इसमें टेक्स्ट और इंडेक्स कन्वर्जन के लिए डेटा इंजीनियरिंग यूटिलिटीज, और ट्रेनिंग के दौरान डेटासेट डिस्ट्रीब्यूशन को प्रबंधित करने के लिए बैच-लेवल डेटा बैलेंसिंग शामिल है।

    Processes visual features through a recurrent neural network to maintain spatial order and character dependencies.

    Jupyter Notebook
    GitHub पर देखें↗3,938
  • ashishpatel26/andrew-ng-notesashishpatel26 का अवतार

    ashishpatel26/Andrew-NG-Notes

    3,594GitHub पर देखें↗

    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

    Covers the construction of encoder-decoder architectures for sequence mapping tasks.

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    GitHub पर देखें↗3,594
  • pageman/sutskever-30-implementationspageman का अवतार

    pageman/sutskever-30-implementations

    3,148GitHub पर देखें↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Transforms an input sequence into a corresponding output sequence of values.

    Jupyter Notebook
    GitHub पर देखें↗3,148
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence-to-Sequence Mappings

सब-टैग एक्सप्लोर करें

  • Bidirectional LSTMsNeural network layers that process sequences in both directions to capture long-term dependencies. **Distinct from Sequence-to-Sequence Mappings:** Specializes sequence-to-sequence mapping to bidirectional LSTM architectures for contextual understanding.