weight_update.h

来自「C-package of "Long Short-Term Memory" fo」· C头文件 代码 · 共 13 行

H
13
字号
/* * $Id: weight_update.h 1272 2007-05-09 16:26:20Z mhe $ */ extern int cell_mod, in_mod_b, ges_mod, num_blocks, block_size[];extern int in_mod;extern int negativetrain, positivetrain, ispos;extern double **W;  /* contribution to update of weight matrix */extern double **DW;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?