sokrypton / seqmodels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seqmodels

logo

Generative models are often used to capture the multivariate distribution of related biological sequences. These include Position-Specific-Scoring-Matrices, Markov-Random-Fields (MRF), Multivariate-Gaussian (MG) models and most recently Auto-Encoders. In order better understand the difference between these models, we propose a unified autoencoder-like framework that consists of a single or series of fully-connected layer(s) between the inputs and outputs, with the objective of minimizing the difference between them. By doing so, we show that it is possible to interpolate between all of these models with a few trivial changes in between. More specifically, we reduce the difference between MRFs and MG models to a single change in the loss function, and show that the regularization techniques often used in MRF, when applied to MG, results in similar performance between the two models.

Read more (arXiv)

ICML Slides

ICML Poster

About


Languages

Language:Jupyter Notebook 100.0%