backward_pass.h
来自「C-package of "Long Short-Term Memory" fo」· C头文件 代码 · 共 31 行
H
31 行
/* * $Id: backward_pass.h 1210 2006-10-28 06:57:20 +0000 (Sat, 28 Oct 2006) mhe $ */ extern int maxblocksize, cell_mod, ges_mod, in_mod, in_mod_b, num_blocks;extern int block_size[], in_nn_mod;extern int **inp_idx;extern double **inp;extern double error[];extern double target_a[];extern double **H;extern double ***SI, ***SC;extern double *e, **ec, *eo, **es;extern double **W; /* contribution to update of weight matrix */extern double **DW, alpha; /* input gates */extern double *Y_in; /* output gates */extern double *Y_out; /* new activation for all units */extern double *Yk_new; /* old activations */extern double *Yk_old;void derivatives();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?