paper-with-me

홈 › Papers

dna2vec: Consistent vector representations of variable-length k-mers

2017-01-23 · Patrick Ng

One of the ubiquitous representation of long DNA sequence is dividing it into shorter k-mer components. Unfortunately, the straightforward vector encoding of k-mer as a one-hot vector is vulnerable to the curse of dimensionality. Worse yet, the distance between any pair of one-hot vectors is equidistant. This is particularly problematic when applying the latest machine learning algorithms to solve problems in biological sequence analysis. In this paper, we propose a novel method to train distributed representations of variable-length k-mers. Our method is based on the popular word embedding model word2vec, which is trained on a shallow two-layer neural network. Our experiments provide evidence that the summing of dna2vec vectors is akin to nucleotides concatenation. We also demonstrate that there is correlation between Needleman-Wunsch similarity score and cosine similarity of dna2vec vectors.

📄 PDF Abstract BibTeX arXiv:1701.06279

Code (2)

pnpnpn/dna2vec 공식 구현
DamLabResources/journalclub

Similar Papers 제목 키워드 기반

LoopFormer: Elastic-Depth Looped Transformers for Latent Reasoning via Shortcut Modulation

2026-02-11 · Ahmadreza Jeddi, Marco Ciccone, Babak Taati arxiv

Looped Transformers have emerged as an efficient and powerful class of models for reasoning in the language domain. Recent studies show that these models achieve strong performance on algorithmic and reasoning tasks, sug…

Distributed Representations of Sentences and Documents

2014-05-16 · Quoc V. Le, Tomas Mikolov

Many machine learning algorithms require the input to be represented as a fixed-length feature vector. When it comes to texts, one of the most common fixed-length features is bag-of-words. Despite their popularity, bag-o…

Question AnsweringSentiment AnalysisText Classification

Implicit Neural Representations for Variable Length Human Motion Generation

2022-03-25 · Pablo Cervantes, Yusuke Sekikawa, Ikuro Sato, Koichi Shinoda

We propose an action-conditional human motion generation method using variational implicit neural representations (INR). The variational formalism enables action-conditional distributions of INRs, from which one can easi…

DecoderDiversityMotion Generation

Adaptive inference and function vectors in deep transformers

2026-06-15 · Ravin Raj, Gautam Reddy arxiv

Transformers are widely used as a general-purpose substrate for learning complex correlations between a large collection of coupled variables, but their internal mechanisms have remained mysterious. We introduce a theory…

Fine-grained Analysis of Sentence Embeddings Using Auxiliary Prediction Tasks

2016-08-15 · Yossi Adi, Einat Kermany, Yonatan Belinkov, Ofer Lavi 외

There is a lot of research interest in encoding variable length sentences into fixed length vectors, in a way that preserves the sentence meanings. Two common methods include representations based on averaging word vecto…

PredictionSentenceSentence EmbeddingSentence-Embedding+1