Skip to main content
. 2021 Feb 6;23(2):201. doi: 10.3390/e23020201
Algorithm 1 Teacher Network Pre-training
INPUT: Teacher network Tθ, training dataset X, the number of transformation K
OUTPUT: Pre-trained teacher network Tθ
  •  1:

    Initialize the teacher network Tθ(·)

  •  2:

    Initialize the dataset XT

  •  3:

    fori=0,1,Kdo

  •  4:

      Calculate the k-th transformed dataset Xk using Equation (2)

  •  5:

      Add Xk to XT

  •  6:

    end for

  •  7:

    Optimize the loss function described in Equation (5)