Skip to main content
. 2022 Dec 15;22(24):9878. doi: 10.3390/s22249878
Algorithm 1 General steps of memory-based CL.
Input: DAS data x, Label y, Parameters θ;
Initialize: Memory M← {} * M; Batch size b;
  • 1:

    xM, yMMemoryRetrieval(M,b)

  • 2:

    X,YxxM, yyM

  • 3:

    θModelUpdate(X,Y,θ)

  • 4:

    MMemoryUpdate(M,x,y)