Skip to main content
. 2023 Jan 5;23(2):616. doi: 10.3390/s23020616
Algorithm 1 Pseudo-code of SSD
Input: θi, μi, epochs
Output: θ
  •   1.

    For i in range (epochs):

  •   2.

    L(θ) = 1, b2−ac 0,

  •   3.

    θ = θiw

Return θ