- NodeBox - a nice lib to create images of graph networks
- Python Image Library
- BeautfulSoup - HTML parser
- mechanize - automated web browsing
| import tensorflow as tf | |
| import numpy as np | |
| DropoutWrapper = tf.nn.rnn_cell.DropoutWrapper | |
| class SentimentNetwork(object): | |
| def __init__(self, hdim=25, wdim=25, pdim=25, vocab_size=2000, pos_vocab_size=30, |