Research Article

Research and Application of Deformation Prediction Model for Deep Foundation Pit Based on LSTM

Algorithm 1

SGD algorithm.
Require: set the initial learning rate to
Require: set the initial parameter to
While stop condition not satisfied do
Randomly extract samples from the training set, and is the true value corresponding to .
Calculate the average gradient of samples:
Parameter updating:
End while