Skip to main content
. 2023 Jan 5;23(2):621. doi: 10.3390/s23020621
Algorithm 1: Self-Training Stage.
Input  : Set of labeled images: Xl
     Set of unlabeled images: Xu
     Net. init. weights & training hyp.-p.: W,HW
     Self-t. hyp.-p.: Hst={T,N,n,Km,KM,Mdf}
Output: Two refined models: WKm,WKM
               // Initialization
             W0 ←BasicModelTraining(W,HW,Xl)
<Xl^,k,VCT,W> ←<,0,0,W0>
graphic file with name sensors-23-00621-i001.jpg
return WKm,WKM