tf.contrib.crf.viterbi_decode()

tf.contrib.crf.viterbi_decode(score, transition_params) Decode the highest scoring sequence of tags outside of TensorFlow.

2016-10-14 12:44:44
tf.contrib.crf.crf_log_norm()

tf.contrib.crf.crf_log_norm(inputs, sequence_lengths, transition_params) Computes the normalization for a CRF.

2016-10-14 12:44:43
tf.contrib.crf.CrfForwardRnnCell.zero_state()

tf.contrib.crf.CrfForwardRnnCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:

2016-10-14 12:44:43
tf.contrib.crf.crf_log_likelihood()

tf.contrib.crf.crf_log_likelihood(inputs, tag_indices, sequence_lengths, transition_params=None) Computes the log-likehood of

2016-10-14 12:44:43
tf.contrib.crf.CrfForwardRnnCell.state_size

tf.contrib.crf.CrfForwardRnnCell.state_size

2016-10-14 12:44:42
tf.contrib.crf.CrfForwardRnnCell.output_size

tf.contrib.crf.CrfForwardRnnCell.output_size

2016-10-14 12:44:42
tf.contrib.crf.CrfForwardRnnCell.

tf.contrib.crf.CrfForwardRnnCell.__call__(inputs, state, scope=None) Build the CrfForwardRnnCell. Args:

2016-10-14 12:44:43
tf.contrib.crf.crf_unary_score()

tf.contrib.crf.crf_unary_score(tag_indices, sequence_lengths, inputs) Computes the unary scores of tag sequences.

2016-10-14 12:44:44
tf.contrib.crf.crf_sequence_score()

tf.contrib.crf.crf_sequence_score(inputs, tag_indices, sequence_lengths, transition_params) Computes the unnormalized score for

2016-10-14 12:44:43
tf.contrib.crf.CrfForwardRnnCell

class tf.contrib.crf.CrfForwardRnnCell Computes the alpha values in a linear-chain CRF. See

2016-10-14 12:44:42