Knowledge base of Conditional Random Field (CRF)

Much like a Markov random field, a CRF is an undirected graphical model in which each vertex represents a random variable whose distribution is to be inferred, and each edge represents a dependency between two random variables. (From Wikipedia)

Introduction and Resources#

Google search#

  • bioinformatics conditional random field: 13,800
  • bioinformatics hidden markov model: 297,000

Tutorials#

Resources#

References#

CRF in Bioinformatics#

SNP array analysis#

Classification#

Gene predictioin#

RNA structure#

Protein structure#

Software#

FlexCRFs: Flexible Conditional Random Fields#

  • http://flexcrfs.sourceforge.net
  • FlexCRFs is a conditional random field toolkit for segmenting and labeling sequence data written in C/C++ using STL library. It was implemented based on the theoretic model presented in (Lafferty et al. 2001) and (Sha and Pereira 2003).

Kevin Murphy's CRF Toolbox#

Sunita Sarawagi's CRF package#

  • http://crf.sourceforge.net
  • The CRF package is a java implementation of Conditional Random Fields for sequential labeling developed by Sunita Sarawagi of IIT Bombay.

CRF++: Yet Another CRF toolkit#

  • http://crfpp.sourceforge.net
  • CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data.

Pocket CRF#

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
pdf
Lafferty et al. 2001.pdf 178.2 kB 1 19-Feb-2009 19:01 LingyunWu
pdf
Sha and Pereira 2003.pdf 195.9 kB 1 19-Feb-2009 19:01 LingyunWu
pdf
crf-tutorial.pdf 414.6 kB 1 16-Feb-2009 13:35 LingyunWu
pdf
crf_intro.pdf 112.3 kB 1 19-Feb-2009 19:24 LingyunWu
pdf
crf_klinger_tomanek.pdf 438.4 kB 1 16-Oct-2009 17:41 LingyunWu
« This page (revision-) was last changed on 30-Oct-2009 11:16 by LingyunWu