A deep learning method for the long-term prediction of plant electrical signals under salt stress to identify salt tolerance
Please cite the following work if you find the data/code useful.
@article{yao2021,
title={A deep learning method for the long-term prediction of plant electrical signals under salt stress to identify salt tolerance},
author={Yang, Carl and Xiao, Yuxin and Zhang, Yu and Sun, Yizhou and Han, Jiawei},
journal={COMPAG},
year={2021}
}
Please contact us if you have problems with the data/code, and also if you think your work is relevant but missing from the survey.
Jiepeng Yao([email protected])
The dataset used by the model is in the datasets folder
pip3 install -r requirements.txt
cd SLSTM-TCNN
# save model and result
mkdir model && mkdir result
python3 pred_train.py
python3 pred_use.py
python3 SCDM+SLSTM_TCNN.py
python3 STCM+SLSTM-TCNN.py