📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -