Classification of Macromolecule Type Based on Sequences of Amino Acids Using Deep Learning
Sarwar Khan, Faisal Ghaffar, Imad Ali, Qazi Mazhar

TL;DR
This paper compares deep learning models like CNN, LSTM, and GRU for classifying macromolecules based on amino acid sequences, demonstrating that CNN with word2vec embeddings achieves the lowest error rate of 1.5%.
Contribution
It introduces a novel application of word2vec embeddings combined with CNN for amino acid sequence classification, outperforming other deep learning models.
Findings
CNN with word2vec outperforms LSTM and GRU
Achieved an error rate of 1.5% in classification
Word2vec embeddings enhance model performance
Abstract
The classification of amino acids and their sequence analysis plays a vital role in life sciences and is a challenging task. This article uses and compares state-of-the-art deep learning models like convolution neural networks (CNN), long short-term memory (LSTM), and gated recurrent units (GRU) to solve macromolecule classification problems using amino acids. These models have efficient frameworks for solving a broad spectrum of complex learning problems compared to traditional machine learning techniques. We use word embedding to represent the amino acid sequences as vectors. The CNN extracts features from amino acid sequences, which are treated as vectors, then fed to the models mentioned above to train a robust classifier. Our results show that word2vec as embedding combined with VGG-16 performs better than LSTM and GRU. The proposed approach gets an error rate of 1.5%.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Bioinformatics · Genomics and Phylogenetic Studies · Fractal and DNA sequence analysis
MethodsSigmoid Activation · Tanh Activation · Gated Recurrent Unit · Convolution · Long Short-Term Memory
