paper-with-me

홈 › Papers

Classification of Macromolecule Type Based on Sequences of Amino Acids Using Deep Learning

2019-07-01 · Sarwar Khan, Faisal Ghaffar, Imad ali, qazi mazhar

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%.

📄 PDF Abstract BibTeX arXiv:1907.03532

Code (1)

say2sarwar/DeepAcid 공식 구현

Tasks

General Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Investigating Manifold Neighborhood size for Nonlinear Analysis of LIBS Amino Acid Spectra

2021-05-25 · Piyush K. Sharma, Gary Holness, Poopalasingam Sivakumar, Yuri Markushin 외

Classification and identification of amino acids in aqueous solutions is important in the study of biomacromolecules. Laser Induced Breakdown Spectroscopy (LIBS) uses high energy laser-pulses for ablation of chemical com…

ClusteringDimensionality Reduction

Life-Code: Central Dogma Modeling with Multi-Omics Sequence Unification

2025-02-11 · Zicheng Liu, Siyuan Li, ZhiYuan Chen, Fang Wu 외

The interactions between DNA, RNA, and proteins are fundamental to biological processes, as illustrated by the central dogma of molecular biology. Although modern biological pre-trained models have achieved great success…

Knowledge Distillation

Understanding of Genetic Code Degeneracy and New Way of Classifying of Protein Family: A Mathematical Approach

2015-11-30

The genetic code is the set of rules by which information encoded in genetic material (DNA or RNA sequences) is translated into proteins (amino acid sequences) by living cells. The code defines a mapping between tri-nucl…

Drug Design

A Graph Neural Network Approach to Automated Model Building in Cryo-EM Maps

2022-09-30 · Kiarash Jamali, Dari Kimanius, Sjors H. W. Scheres

Electron cryo-microscopy (cryo-EM) produces three-dimensional (3D) maps of the electrostatic potential of biological macromolecules, including proteins. Along with knowledge about the imaged molecules, cryo-EM maps allow…

Graph Neural NetworkProtein Structure Prediction

Scaling Up ESM2 Architectures for Long Protein Sequences Analysis: Long and Quantized Approaches

2025-01-13 · Gabriel Bianchin de Oliveira, Helio Pedrini, Zanoni Dias

Various approaches utilizing Transformer architectures have achieved state-of-the-art results in Natural Language Processing (NLP). Based on this success, numerous architectures have been proposed for other types of data…