Research Article

A Hybrid Service Recommendation Prototype Adapted for the UCWW: A Smart-City Orientation

Algorithm 1

Global recommendation model learning.
Input:  : implicit feedback
    : information network
Output: Learned global meta-path weights
() Initialize
() Generate triples
() while not converged do
()   while do
()     compute with equation (6)
()   end
()   
() end