# Seq2seq example?

**URL:** https://discourse.numenta.org/t/seq2seq-example/3019
**Category:** NuPIC
**Created:** [November 2, 2017, 9:47pm UTC](https://discourse.numenta.org/t/seq2seq-example/3019 "2017-11-02T21:47:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![joe](https://avatars.discourse-cdn.com/v4/letter/j/b9e5f3/32.png) [@joe](https://discourse.numenta.org/u/joe)
#### Post date: [November 2, 2017, 9:47pm UTC](https://discourse.numenta.org/t/seq2seq-example/3019/1 "2017-11-02T21:47:39Z")

</div>

hi

can you point me to a coding example for seq2seq ? (ie. think language translation)

in dl something like bidirectional rnn, here…?

is there a word encoder ? are there htm encoders that encode word context (think glove word2vec…)

tx  
Jo

---

<div class="post-metadata">

### Author: ![rhyolight](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.numenta.org/rhyolight/32/3922_2.png) [@rhyolight](https://discourse.numenta.org/u/rhyolight)
#### Post date: [November 3, 2017, 3:13pm UTC](https://discourse.numenta.org/t/seq2seq-example/3019/2 "2017-11-03T15:13:49Z")

</div>

Read through this topic and related links first:

> [@Natural Language Processing](https://discourse.numenta.org/t/natural-language-processing/2121):
>
> Problem Description [From Wikipedia](http://en.wikipedia.org/wiki/Natural_language_processing): Natural language processing (NLP) is a field of computer science, artificial intelligence, and linguistics concerned with the interactions between computers and human (natural) languages. As such, NLP is related to the area of human–computer interaction. Many challenges in NLP involve natural language understanding – that is, enabling computers to derive meaning from human or natural language input. Design NuPIC is not currently tuned for NLP, but should b…

---

<div class="post-metadata">

### Author: ![joe](https://avatars.discourse-cdn.com/v4/letter/j/b9e5f3/32.png) [@joe](https://discourse.numenta.org/u/joe)
#### Post date: [November 5, 2017, 9:20pm UTC](https://discourse.numenta.org/t/seq2seq-example/3019/3 "2017-11-05T21:20:06Z")

</div>

Thanks for the elaborate reply.that will keep me busy for a while…

Link [https://github.com/cept/CEPT-Public/tree/master/Demonstrations/NuPICSpring2014Hackathon](https://github.com/cept/CEPT-Public/tree/master/Demonstrations/NuPICSpring2014Hackathon) appears to be broken though…

Greetings  
Jo

---

<div class="post-metadata">

### Author: ![yahro](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.numenta.org/yahro/32/4947_2.png) [@yahro](https://discourse.numenta.org/u/yahro)
#### Post date: [March 4, 2020, 7:24am UTC](https://discourse.numenta.org/t/seq2seq-example/3019/4 "2020-03-04T07:24:28Z")

</div>

Some example code found from this hackathon … [https://github.com/oxtopus/fee-fi-fo-fun](https://github.com/oxtopus/fee-fi-fo-fun)

Also there is a [cortical.io](http://cortical.io) whitepaper going deeper into the field of NLP: [Theory and its Application in Semantic Fingerprinting](https://arxiv.org/pdf/1511.08855.pdf)
