IEEE Access (Jan 2020)
Combining Deep Neural Networks for Protein Secondary Structure Prediction
Abstract
By combining convolutional neural networks (CNN) and long short term memory networks (LSTM) into the learning structure, this paper presents a supervised learning method called combining deep neural networks (CDNN) for protein secondary structure prediction. First, we use multiple convolutional neural networks with different number of layers and different size of filters to extract the protein secondary structure features. Second, we use bidirectional LSTM to extract features continually based on the raw features and the features which extracted by CNNs. Third, a fully connected dense layer is used to map the extracted features by LSTM to the different protein secondary structure classes. CDNN architecture is trained by RMSProp optimizer based on the cross entropy error between protein secondary structure labels and dense layer's outputs. CDNN not only inherits the abstraction ability of CNN and sequence data process ability of LSTM, but also demonstrates the attractive classification ability for handling protein secondary structure data. The empirical validation on two protein secondary structure prediction datasets demonstrates the effectiveness of CDNN method.
Keywords