⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 backward_pass.h

📁 C-package of "Long Short-Term Memory" for Protein classification
💻 H
字号:
/* * $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -