readme
来自「C-package of "Long Short-Term Memory" fo」· 代码 · 共 16 行
TXT
16 行
This is a quickstart experiment where one SCOP superfamily is trained andtested with a withdrawn family member.To start the test the LSTM should be compiled by running mak in the src folder.Then a parameter file determines the architecture of the LSTM. E.g 'lsmtpars.mem12.ws9.txt'chooses an architecture with 12 memory cells and a window size of 9 amino acids.The experiment can now be started using e.g. the named architecture by running src/lstm -c lstmpars.mem12.ws9.txtThe LSTM gives out the performance on every epoch and stops after 100 epochs.The performance metrics are Mean Square Error (mse), false negatives (fn) andfalse postives (fp) in percent. The progress is also written in to the file 'out.txt'.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?