cympfh / seq2seq-twitter-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env

  • python==3.5.1
  • chainer==1.8.2

files

  • /eliza: a network and a language model
  • /script: scripts to acquire corpus from Twitter

model

  • model = x -> LSTM -> Linear -> x' where x and x' are chars
  • let input = w1 w2 .. wn
  • she reads <a> wn .. w2 w1 <b> w1 w2 .. wn <c> in order
  • after read <c>, she outputs chars
    • v1 v2 .. vm <d>
    • her reply is v1 v2 .. vm

About


Languages

Language:Python 82.1%Language:Ruby 8.5%Language:Shell 6.5%Language:Makefile 2.9%