ML model types for extraction
ML model types that can be used in extraction experiments are:
- Conditional Random Fields (CRF)
- Passive aggressive sliding window
- Support Vector Machines (SVM) sliding window
- SGD (Stochastic Gradient Descent) sliding window
Passive aggressive sliding window and SGD sliding window, in their online training variant, are the only algorithms available for Online-ML extraction experiments.