Shyam Upadhyay

Results 8 issues of Shyam Upadhyay

For pages like https://en.wikipedia.org/wiki/Eva_Khachatryan, the generated output, ``` Eva Khachatryan Eva Khachatryan (, born on December 13, 1990), is an Armenian actress. ... ``` The original page's content looks like...

Needed for PERL5LIB and correct PATH variables, used later in the script.

I am new to theano, so maybe my question does not make any sense. In the example [here](http://nbviewer.ipython.org/github/JonathanRaiman/theano_lstm/blob/master/Tutorial.ipynb), in the `create_prediction` function, ``` if greedy: outputs_info = [dict(initial=self.priming_word, taps=[-1])] +...

`ta.get_pos` and `ta.get_ner` should be vanilla methods instead of being properties. For properties, I suggest have `ta.pos` and `ta.ner` if we want that functionality.

major change

A student came with the following problem. He is doing binary classification using the multiclass code. The issue is that he wants to tune his bias on the dev data...

Some student trying to use our package said why cannot he take dot product between two sparse vectors. Do we want to provide this? @KaiWeiChang

To clean this and make it usable with rest of the code.