Forward Backward-based System
Jump to navigation
Jump to search
A Forward Backward-based System is a statistical inference system that implement a forward-backward algorithm.
- See: Viterbi-based System.
References
2017
- https://github.com/allenai/allennlp/blob/master/allennlp/modules/conditional_random_field.py
- QUOTE: This module uses the "forward-backward" algorithm to compute the log-likelihood of its inputs assuming a conditional random field model.