Research Article

An Optimized Player Taxonomy Model for Mobile MMORPGs with Millions of Users

Algorithm 3

Calculate weights of categories and .
Output {the weight ,
Var set
of , , = 0, = 0, Maxiteration;
Begin
 for to Maxiteration do
  Train NNAlg on set of ; //
  perception training
   Update( ); //update
   Update( ); //update
 end for
 return ( , )
return
End.