QACExperimenter.Approaches.SGD |
QACExperimenter.Approaches.Text |
Name | Description |
---|---|
BaseApproach | Base approach class to extend |
NonTemporalBucketApproach | Non temporal bucket approach using a FIFO bucket to track query probability |
noSGDLRMNTB | Linear regression over multiple non-overlapping non temporal buckets. The linear regression model is trained using stochastic gradient descent (SGD) during the run. |