|
Algorithm 4 The Uncertainty of Sampling Second Variant (UoS-2) Querying Method |
Input: A dataset , an exploitation active learning strategy S, the number of simulation iterations n and a scaling parameter K.
Output: A query sample .
Train the regression model using the training samples to obtain the mean and the covariance of the model parameters’ vector and the posterior estimates of and .
for to n
do
Sample from .
the query sample returned after applying exploitation strategy S, using the sampled model parameters .
end for
Evaluate the average query sample :
.
Generate a query sample according to a Gaussian distribution as follows: .
|