-
Hi,
I'm not able to reproduce the same numbers as reported in the paper for **Predict&Explain model** even after using the same parameters. I'm getting ~76% label accuracy while the paper reports ~…
-
Hi, guys,
I am trying using the scripts in this repo to preprocess the im2latex dataset, but I met this error as,
> 2020-08-26 17:16:23,199 root INFO Script being executed: scripts/preprocessin…
-
First of all, thanks for the interesting paper and code.
However, I am having problems reproducing the results reported in the paper.
I tried reproducing the results reported on the "I2B2 2006…
-
Goal: better feature/model discoverability for the GluonNLP website
### Side Navigation Bar
* Installation
* Models
* Tutorials
* Demos (in the future)
* API Documentations
* Community…
-
Here are the next things we are planning to integrate to the next version of TFLearn:
- [x] Switch layers 'name_scope' to 'op_scope' and add a custom argument ('var_scope') to share weights among diff…
-
Mistakes:
from dataloader import salicon(this is exist but can't import**)
from evaluation import cal_cc_score, cal_sim_score, cal_kld_score, cal_auc_score, cal_nss_score, add_center_bias(the file i…
-
In https://github.com/Lasagne/Recipes/pull/23#issuecomment-141979978, @skaae brought up the idea of splitting up the recurrent layers into layers performing a single computation step and a container l…
-
I am having a problem running the RL-tuner Jupyter notebook. At first, it is not opening at all, but then I have found that there is a comma on line 13 that should be deleted. Afterwards, when I star…
-
Do you think that any of that implementations would be compatible with Transformer-XL? Thanks!
-
### 深層学習day3
**Section1:再帰型ニューラルネットワークの概念**
【要点】
再帰型ニューラルネットワーク(RNN)とは時間的順序を追って一定間隔ごとに観測され、相互に統計的依存関係が認められるデータ系列(時系列データ)に対応可能なニューラルネットワークである。
RNNの構成例を下記に示す。
![image](https://user-images.githubu…