-
In this thread you can find the progress related to the "Conversation Classification" problem.
You may find different approaches like classic ML, Feedforward, CNN, RNN, LSTM, GRU etc. here.
I will t…
-
### What happened + What you expected to happen
I ran the custom_env.py example and saw num_env_steps_trained = 0 in the output.
I also found this discus post on a similar issue: https://discuss…
-
## ざっくり言うと
- キーワード検索におけるランク学習と次のキーワードのsuggestionをmulti-taskで学習する
- 内部状態を共有してmulti-task学習することが両者の精度向上につながる
- 一連の検索の過程(session)をLSTMでencodingして,履歴を活かしたranking及びsuggestionを行なっている
- multi-task neural …
-
Is there a tutorial on how to train a new model with new custom dataset? I would like to train new ASR model for different languages but Lingvo does not seem to have a straightforward API for training…
-
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0401 10:57:28.656622 7832 analysis_predictor.cc:1145] Deprecated. Please use CreatePredictor instead.
I0401 10:57:28.656622 7832 a…
-
I implemented the NeuralTuringMachine layer in my model and trained it. It works fine but when I tried to load the saved model, I got "Unknown layer NeuralTuringMachine". I have tried different ways t…
-
(開始 2021年6月28日(月))
#day3
#section1:再帰型ニューラルネットワークの概念
1)要点
(1)RNN
○RNNとは? RNN:Recurrent neural networkの略
「再帰型ネットワーク」
・時系列データに対応可能な、ニューラルネットワークである。
(wikiによれば、ノード間の結合が、配列に沿った有向グラフを形成する人…
-
please i would like to replace the unk in the output sentences with the corresponding words in the source sentence when using the option: --predict_from_input. Meaning going from german to english, if…
-
I am getting a lot of deletions in my RNN-T training/decoding setup relative to Transformer/Conformer. The data is the "Malach" corpus; about 200 hours of English but accented speech from Holocaust su…
-
## Pre-review
- [x] Convincing data science problems
- [x] Unstructured & large data
- [ ] Description of data
- [x] Difficulty of data
- [ ] Evaluation
- [x] Data preparation
- [x] Feasibility…