项目作者: shreshthgandhi

项目描述 :
cDeepbind: A context sensitive deep learning model of RNA-protein binding
高级语言: Python
项目地址: git://github.com/shreshthgandhi/cDeepbind.git
创建时间: 2018-01-23T20:48:36Z
项目社区:https://github.com/shreshthgandhi/cDeepbind

开源协议:

下载


The main file is Mainstructure.py
To perform training just run Mainstructure.py and make sure the training flag is set to True inside the if name == “__main
“: part of the script
This script calls calibrate_model which trains several models of each model type for a protein and finds the best set of hyperparameters
The main function then trains the models several times (num_final_runs) and saves the best model

To add a new model just add the appropriate class in models.py and change generate_configs, Deepbind_model, Deepbind_input to have a case that handles that model