{"id":997,"date":"2016-03-04T01:05:55","date_gmt":"2016-03-04T01:05:55","guid":{"rendered":"http:\/\/ec2-52-79-86-100.ap-northeast-2.compute.amazonaws.com\/?p=997"},"modified":"2024-05-01T11:54:26","modified_gmt":"2024-05-01T02:54:26","slug":"sequence-to-sequence","status":"publish","type":"post","link":"https:\/\/blog.themusio.com\/?p=997","title":{"rendered":"Sequence-to-Sequence"},"content":{"rendered":"<p>In this summary I like to provide a rough overview of Sequence-To-Sequence neural network architectures and what purposes these serve.<\/p>\n<p><strong>Motivation<\/strong><br \/>\nA key observation when dealing with neural networks is that these can only handle objects of a fixed size.<br \/>\nThis means that the architecture has to be adopted if sequences like sentences should be process-able.<br \/>\nThe same problems with objects of variable length also appear on the dialog level, where a certain number of utterances and responses string together.\u00a0Besides dialog modeling, speech recognition and machine translation demand for advanced neural networks.<\/p>\n<p><strong>Ingredients<\/strong><br \/>\nDeep neural network, hidden layer, recurrent neural network, encoder, decoder, LSTM, back-propagation, word embedding, sentence embedding<\/p>\n<p><strong>Steps<\/strong><br \/>\nAs already stated standard neural networks can not deal with sequences of variable lengths.<br \/>\nMoreover they have no knowledge of the previous input.<br \/>\nHowever this is of big importance for understanding sentences for example.<\/p>\n<p>For this reasons, altered neural networks architectures where proposed and pursued.<br \/>\nA first step are recurrent neural networks which can process variable sequences of fixed size objects, as words in sentences.<br \/>\nThey also solve the problem of keeping knowledge about the previous input by passing a state in the hidden layer.<br \/>\nFor certain mathematical shortcomings of standard neurons, this does not allow for endless stretching back memories about previous inputs.<br \/>\nA proposal to deal with these memory issues are Long-Short-Term Memory and GRU cells replacing neurons.<\/p>\n<p>Only within recent years, such tuned recurrent neural networks were used as encoders and decoders in the framework of Sequence-To-Sequence architectures.<br \/>\nThe encoder part maps an input, e.g. a sequence of words to a fixed-size vector by processing word by word.<br \/>\nThe vector output can then be considered as an sentence embedding, which abstractly stores the meaning.<br \/>\nIn a second step the decoder maps the abstract vector into an output sequence, by spitting out word by word.<br \/>\nIn this way the network architecture is able to respond to an utterance with an response.<br \/>\nLast year this concept was generalized to including a dialog encoder layer on top of the standard encoder.<br \/>\nThis might further enhance the architecture to keep track of previous utterances in a full dialog.<\/p>\n<p>The Sequence-To-Sequence architectures as every machine learning system has to undergo a certain training process.<br \/>\nHere, the encoder and the decoder are trained together by presenting corresponding sequence pairs to them.<br \/>\nOptimization methods using back-propagation algorithms can be borrowed from standard neural networks.<\/p>\n<p>As for every deep neural network the amount of available training data is crucial for achieving a good performance.<br \/>\nInteresting data sets for dialog modeling exist as Subtitles of Movie corpora or Scripts for theater plays and TV series.<\/p>\n<p>Latest results show that such architectures are able to model dialogs of the previous form well.<br \/>\nFor specific data sets from IT help-desk discussions a given technical problem can sometimes be addressed properly.<\/p>\n<p>With focus on Musio and it&#8217;s emotional abilities it is of importance to generate specific datasets that capture proper emotional responses.<\/p>\n<p><strong>Resources<br \/>\n<\/strong>&#8220;<a href=\"http:\/\/arxiv.org\/pdf\/1409.3215v3.pdf\" target=\"_blank\" rel=\"noopener\">Sequence to Sequence Learning with Neural Networks<\/a>&#8220;(PDF). <em>Sequence to Sequence Learning with Neural Networks. <\/em>December 2014.\u00a0Retrieved Feburary 26, 2016.<br \/>\n&#8220;<a href=\"http:\/\/arxiv.org\/pdf\/1406.1078.pdf\" target=\"_blank\" rel=\"noopener\">Learning Phrase Representations using RNN Encoder\u2013Decoder for Statistical Machine Translation<\/a>&#8220;(PDF). Learning Phrase Representations using RNN Encoder\u2013Decoder for Statistical Machine Translation. September 2014.\u00a0Retrieved Feburary\u00a026, 2016.<br \/>\n&#8220;<a href=\"http:\/\/arxiv.org\/pdf\/1507.04808v2.pdf\" target=\"_blank\" rel=\"noopener\">Building End-To-End Dialogue Systems:\u00a0Using Generative Hierarchical Neural Network Models<\/a>&#8220;(PDF).\u00a0<em>Building End-To-End Dialogue Systems:\u00a0Using Generative Hierarchical Neural Network Models<\/em>. November 2015.\u00a0Retrieved Feburary\u00a026, 2016.<br \/>\n&#8220;<a href=\"http:\/\/www.aclweb.org\/anthology\/D13-1176\" target=\"_blank\" rel=\"noopener\">Recurrent Continuous Translation Models<\/a>&#8221; (PDF). <em>Recurrent Continuous Translation Models<\/em>. October 2013.\u00a0Retrieved Feburary\u00a026, 2016.<br \/>\n&#8220;<a href=\"http:\/\/arxiv.org\/pdf\/1308.0850.pdf\" target=\"_blank\" rel=\"noopener\">Generating Sequences With Recurrent Neural Networks<\/a>&#8221; (PDF). <em>Generating Sequences With Recurrent Neural Networks.\u00a0<\/em>June\u00a02014.\u00a0Retrieved Feburary\u00a026, 2016.<br \/>\n&#8220;<a href=\"http:\/\/arxiv.org\/pdf\/1409.0473.pdf\" target=\"_blank\" rel=\"noopener\">NEURAL MACHINE TRANSLATION\u00a0BY JOINTLY LEARNING TO ALIGN AND TRANSLATE<\/a>&#8221; (PDF).\u00a0<em>NEURAL MACHINE TRANSLATION\u00a0BY JOINTLY LEARNING TO ALIGN AND TRANSLATE. <\/em>April 2015.\u00a0Retrieved Feburary\u00a026, 2016.<br \/>\n&#8220;<a href=\"http:\/\/www.machinelearning.org\/proceedings\/icml2006\/047_Connectionist_Tempor.pdf\" target=\"_blank\" rel=\"noopener\">Connectionist Temporal Classification: Labelling Unsegmented Sequence Data with Recurrent Neural Networks<\/a>&#8221; (PDF). Connectionist Temporal Classification: Labelling Unsegmented Sequence Data with Recurrent Neural Networks. 2006.\u00a0Retrieved Feburary\u00a026, 2016.<br \/>\n&#8220;<a href=\"https:\/\/github.com\/julianser\/hed-dlg\" target=\"_blank\" rel=\"noopener\">Hierarchical Encoder Decoder for Dialog Modelling<\/a>&#8221; (GIT).\u00a0<em>Hierarchical Encoder Decoder for Dialog Modelling<\/em>.\u00a0Retrieved February 26, 2016.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this summary I like to provide a rough overview of Sequence-To-Sequence neural network architectures and wh [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3642,3640],"tags":[3650,3652,3760,4304,3656,3762,3658,3700,3664,4002,4306,4006,4308,4274,4278,3710,4310,4312,3932,4010,3840,3906,3854,3712,3714,4314,4266],"class_list":["post-997","post","type-post","status-publish","format-standard","hentry","category-ai-en","category-all-en","tag-ai-ja-en","tag-aka-ja-en","tag-artificial-intelligence-en","tag-back-propagation-en","tag-baggage-en","tag-children-book-ja-en","tag-christmas-en","tag-cmos-en","tag-crowd-funding-en","tag-decoder-en","tag-deep-neural-network-en","tag-encoder-en","tag-hidden-layer-en","tag-hinoki-en","tag-lstm-en","tag-musio-en","tag-n-gram-en","tag-naive-bayesian-classifier-en","tag-natural-conversation-ja-en","tag-natural-interaction-en","tag-natural-language-processing-ja-en","tag-negative-sampling-en","tag-neural-network-en","tag-neural-networks-en","tag-recurrent-neural-network-en","tag-sentence-embedding-en","tag-word-embedding-en"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this summary I like to provide a rough overview of S\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Musio Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/blog.themusio.com\/?p=997\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Musio Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Sequence-to-Sequence | Musio Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"In this summary I like to provide a rough overview of S\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/blog.themusio.com\/?p=997\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-03-04T01:05:55+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-05-01T02:54:26+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Sequence-to-Sequence | Musio Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this summary I like to provide a rough overview of S\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#blogposting\",\"name\":\"Sequence-to-Sequence | Musio Blog\",\"headline\":\"Sequence-to-Sequence\",\"author\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/#organization\"},\"datePublished\":\"2016-03-04T01:05:55+09:00\",\"dateModified\":\"2024-05-01T11:54:26+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#webpage\"},\"articleSection\":\"A.I\\ud83c\\uddfa\\ud83c\\uddf8, All Articles, AI, AKA, Artificial Intelligence, Back-propagation, Baggage, Children Book, Christmas, CMOS, Crowd Funding, Decoder, Deep Neural Network, Encoder, Hidden layer, Hinoki, LSTM, Musio, N-Gram, Naive Bayesian Classifier, Natural Conversation, Natural Interaction, Natural Language Processing, Negative sampling, Neural Network, Neural Networks, Recurrent neural network, Sentence embedding, Word embedding, English\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com#listItem\",\"position\":1,\"name\":\"\\u5bb6\",\"item\":\"https:\\\/\\\/blog.themusio.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3640#listItem\",\"name\":\"All Articles\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3640#listItem\",\"position\":2,\"name\":\"All Articles\",\"item\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3640\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3642#listItem\",\"name\":\"A.I\\ud83c\\uddfa\\ud83c\\uddf8\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com#listItem\",\"name\":\"\\u5bb6\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3642#listItem\",\"position\":3,\"name\":\"A.I\\ud83c\\uddfa\\ud83c\\uddf8\",\"item\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3642\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#listItem\",\"name\":\"Sequence-to-Sequence\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3640#listItem\",\"name\":\"All Articles\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#listItem\",\"position\":4,\"name\":\"Sequence-to-Sequence\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?cat=3642#listItem\",\"name\":\"A.I\\ud83c\\uddfa\\ud83c\\uddf8\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/#organization\",\"name\":\"musio_blog\",\"description\":\"Meet Musio, Your Curious New Friend.\",\"url\":\"https:\\\/\\\/blog.themusio.com\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?author=2#author\",\"url\":\"https:\\\/\\\/blog.themusio.com\\\/?author=2\",\"name\":\"Musio Team\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/383633914125f30a1407c18aab62c47a25a6098f59185eb06b491dccb5b8fe42?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Musio Team\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#webpage\",\"url\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997\",\"name\":\"Sequence-to-Sequence | Musio Blog\",\"description\":\"In this summary I like to provide a rough overview of S\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?p=997#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/?author=2#author\"},\"datePublished\":\"2016-03-04T01:05:55+09:00\",\"dateModified\":\"2024-05-01T11:54:26+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/#website\",\"url\":\"https:\\\/\\\/blog.themusio.com\\\/\",\"name\":\"musio_blog\",\"description\":\"Meet Musio, Your Curious New Friend.\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.themusio.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Sequence-to-Sequence | Musio Blog","description":"In this summary I like to provide a rough overview of S","canonical_url":"https:\/\/blog.themusio.com\/?p=997","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/blog.themusio.com\/?p=997#blogposting","name":"Sequence-to-Sequence | Musio Blog","headline":"Sequence-to-Sequence","author":{"@id":"https:\/\/blog.themusio.com\/?author=2#author"},"publisher":{"@id":"https:\/\/blog.themusio.com\/#organization"},"datePublished":"2016-03-04T01:05:55+09:00","dateModified":"2024-05-01T11:54:26+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/blog.themusio.com\/?p=997#webpage"},"isPartOf":{"@id":"https:\/\/blog.themusio.com\/?p=997#webpage"},"articleSection":"A.I\ud83c\uddfa\ud83c\uddf8, All Articles, AI, AKA, Artificial Intelligence, Back-propagation, Baggage, Children Book, Christmas, CMOS, Crowd Funding, Decoder, Deep Neural Network, Encoder, Hidden layer, Hinoki, LSTM, Musio, N-Gram, Naive Bayesian Classifier, Natural Conversation, Natural Interaction, Natural Language Processing, Negative sampling, Neural Network, Neural Networks, Recurrent neural network, Sentence embedding, Word embedding, English"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.themusio.com\/?p=997#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/blog.themusio.com#listItem","position":1,"name":"\u5bb6","item":"https:\/\/blog.themusio.com","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?cat=3640#listItem","name":"All Articles"}},{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?cat=3640#listItem","position":2,"name":"All Articles","item":"https:\/\/blog.themusio.com\/?cat=3640","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?cat=3642#listItem","name":"A.I\ud83c\uddfa\ud83c\uddf8"},"previousItem":{"@type":"ListItem","@id":"https:\/\/blog.themusio.com#listItem","name":"\u5bb6"}},{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?cat=3642#listItem","position":3,"name":"A.I\ud83c\uddfa\ud83c\uddf8","item":"https:\/\/blog.themusio.com\/?cat=3642","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?p=997#listItem","name":"Sequence-to-Sequence"},"previousItem":{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?cat=3640#listItem","name":"All Articles"}},{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?p=997#listItem","position":4,"name":"Sequence-to-Sequence","previousItem":{"@type":"ListItem","@id":"https:\/\/blog.themusio.com\/?cat=3642#listItem","name":"A.I\ud83c\uddfa\ud83c\uddf8"}}]},{"@type":"Organization","@id":"https:\/\/blog.themusio.com\/#organization","name":"musio_blog","description":"Meet Musio, Your Curious New Friend.","url":"https:\/\/blog.themusio.com\/"},{"@type":"Person","@id":"https:\/\/blog.themusio.com\/?author=2#author","url":"https:\/\/blog.themusio.com\/?author=2","name":"Musio Team","image":{"@type":"ImageObject","@id":"https:\/\/blog.themusio.com\/?p=997#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/383633914125f30a1407c18aab62c47a25a6098f59185eb06b491dccb5b8fe42?s=96&d=mm&r=g","width":96,"height":96,"caption":"Musio Team"}},{"@type":"WebPage","@id":"https:\/\/blog.themusio.com\/?p=997#webpage","url":"https:\/\/blog.themusio.com\/?p=997","name":"Sequence-to-Sequence | Musio Blog","description":"In this summary I like to provide a rough overview of S","inLanguage":"ja","isPartOf":{"@id":"https:\/\/blog.themusio.com\/#website"},"breadcrumb":{"@id":"https:\/\/blog.themusio.com\/?p=997#breadcrumblist"},"author":{"@id":"https:\/\/blog.themusio.com\/?author=2#author"},"creator":{"@id":"https:\/\/blog.themusio.com\/?author=2#author"},"datePublished":"2016-03-04T01:05:55+09:00","dateModified":"2024-05-01T11:54:26+09:00"},{"@type":"WebSite","@id":"https:\/\/blog.themusio.com\/#website","url":"https:\/\/blog.themusio.com\/","name":"musio_blog","description":"Meet Musio, Your Curious New Friend.","inLanguage":"ja","publisher":{"@id":"https:\/\/blog.themusio.com\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"Musio Blog","og:type":"article","og:title":"Sequence-to-Sequence | Musio Blog","og:description":"In this summary I like to provide a rough overview of S","og:url":"https:\/\/blog.themusio.com\/?p=997","article:published_time":"2016-03-04T01:05:55+00:00","article:modified_time":"2024-05-01T02:54:26+00:00","twitter:card":"summary_large_image","twitter:title":"Sequence-to-Sequence | Musio Blog","twitter:description":"In this summary I like to provide a rough overview of S"},"aioseo_meta_data":{"post_id":"997","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-04-11 09:28:48","updated":"2025-06-29 08:34:32","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/blog.themusio.com\" title=\"\u5bb6\">\u5bb6<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/blog.themusio.com\/?cat=3640\" title=\"All Articles\">All Articles<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/blog.themusio.com\/?cat=3642\" title=\"A.I\ud83c\uddfa\ud83c\uddf8\">A.I\ud83c\uddfa\ud83c\uddf8<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSequence-to-Sequence\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u5bb6","link":"https:\/\/blog.themusio.com"},{"label":"All Articles","link":"https:\/\/blog.themusio.com\/?cat=3640"},{"label":"A.I\ud83c\uddfa\ud83c\uddf8","link":"https:\/\/blog.themusio.com\/?cat=3642"},{"label":"Sequence-to-Sequence","link":"https:\/\/blog.themusio.com\/?p=997"}],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/blog.themusio.com\/index.php?rest_route=\/wp\/v2\/posts\/997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.themusio.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.themusio.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.themusio.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.themusio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=997"}],"version-history":[{"count":2,"href":"https:\/\/blog.themusio.com\/index.php?rest_route=\/wp\/v2\/posts\/997\/revisions"}],"predecessor-version":[{"id":10902,"href":"https:\/\/blog.themusio.com\/index.php?rest_route=\/wp\/v2\/posts\/997\/revisions\/10902"}],"wp:attachment":[{"href":"https:\/\/blog.themusio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.themusio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.themusio.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}