Shlomi Hod

Results 15 issues of Shlomi Hod

How can I create a Web page, similar to the [UCI Census](https://pair-code.github.io/what-if-tool/uci.html) demo, with a custom and predictions (without specifying TF model)? I've looked into the [wit_dashboard](https://github.com/PAIR-code/what-if-tool/tree/master/wit_dashboard), but it is...

The user can drag a code file to a code text box, and the content of the file will be copied to the text box.

Feature request
Frontend
Good First Issue

In case there are in one problem a mix of mandatory and optional code subproblems, there is no indication which one are from which kind.

Feature request
Frontend
Good First Issue

When using the looping method of Movie class before calling to play method, it's not working, i.e. the video is played just once. I guess it's because already in the...

After running IBM1 Translation model in the given code, I've summed the translation probabilites (the probability for a target word given source word), and it doesn't sum to 1: ```python...

SMT

1. Kuan et al. repo: https://github.com/srewai/explicharr 2. They have two working baselines: * ByteNet (character level) * Transformer (word level) Let's use the Transformer because word level is easier to...

in case the labels are for the whole text. each sentence have probability to be complex a-priori based on the whole text label.

Idea

[THESIS-FINAL.pdf](https://github.com/shlomihod/deep-text-eval/files/2155407/THESIS-FINAL.pdf)

article

One RNN for words in each sentence, the output goes to another RNN of sentences. More complex: Do it for all the features we'll have from psycholinguistics, and connect them...

Idea