-
### 深層学習day3
**Section1:再帰型ニューラルネットワークの概念**
【要点】
再帰型ニューラルネットワーク(RNN)とは時間的順序を追って一定間隔ごとに観測され、相互に統計的依存関係が認められるデータ系列(時系列データ)に対応可能なニューラルネットワークである。
RNNの構成例を下記に示す。
![image](https://user-images.githubu…
-
- Create javascript application to inspect annotations
- Language model
-
**Issue type**
- [ ] Bug Report
- [ ] Feature Request
- [x] Help wanted
- [x] Other
**SpikingJelly version**
'latest'
**Description**
Hi all,
I'm trying to fine-tune a VGG19 pretr…
-
## What I did?
* Checked out the `pretrain-lm` branch because it has clear instructions how to pretrain LM (#57).
* Installed required packages.
* Executed `bash prepare_wiki.sh de`
* Executed …
-
I try running the command ,
./rnnlm -rnnlm model_name -train train.txt -valid valid.txt -hidden 256 -hidden-type gru -nce 20 -alpha 0.01
and it occur the error:
entropy (bits) valid: -nan elap…
cjjjy updated
4 years ago
-
Heya,
As I understand, RNNs are not yet in the project. If there's no current work on them, I'd like to look a bit into implementing them with rusty-machine. I'm still fairly new to both machine le…
-
Hi,
I have been trying to repeat the experiment on world level ptb using unregularized LSTM. As reported in your paper, it gets to 114.5 on the test set. However, I have tried many times and only g…
-
I think there is a need to allow iteration over previous training, and also to allow multiple threads during training. Overall the process is very slow. What are your thoughts about adapting http://ww…
-
I get the following error running on Mac
[sscmf1jsg8wl /opt/LMCO/git/notebooks/no-git/RNN-Time-series-Anomaly-Detection] python 1_train_predictor.py --data ecg
=> Start…
-
How to detect a cycle ?