sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

Added tf.matmul(x, w) + b #20

Closed hunkim closed 8 years ago

hunkim commented 8 years ago

Tensorflow may lock down nn.xw_plus_b().

See https://github.com/tensorflow/tensorflow/issues/1434

sherjilozair commented 8 years ago

Thanks! LGTM!