Research Article

[Retracted] Emotion Analysis Model of Microblog Comment Text Based on CNN-BiLSTM

Algorithm 1

Pseudo code of Adamax optimization algorithm.
Input
Step length ;
Exponential decay rate ;
Random objective function ;
Initial parameter quantity .
Begin
(1)t = 0
(2)While does not converge,
   t = t + 1;
  Calculate the random target gradient of time step t: ;
  Update estimated deviation: ;
  Update exponentially weighted infinite norm;
  Update parameters:
(3)Return.
(4) Output parameters .
End