David_Chen
Results
1
comments of
David_Chen
Thanks,I just solve the problem,but i have a problem about the code self.all_pre = tf.matmul(self.user, self.iidW, transpose_b=True) + self.i_bias in the SAMN.py. I don't understand that self.user multiply by the...