- python==3.5.1
- chainer==1.8.2
/eliza
: a network and a language model/script
: scripts to acquire corpus from Twitter
- model =
x -> LSTM -> Linear -> x'
wherex
andx'
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 charsv1 v2 .. vm <d>
- her reply is
v1 v2 .. vm