Hi,
Thank you for your contribution into the BMF.
I would like to use your program to for example factorize this matrix:
A = np.array([[1,1,1], [1,1,1], [1,1,1]]). I am not sure how?
Also, in matrix_completion.py you have a syntax error:
self.mask = np.ones(mat, dtype=bool) - mat is not defined.
Thank you.
Hi,
Thank you for your contribution into the BMF.
I would like to use your program to for example factorize this matrix:
A = np.array([[1,1,1], [1,1,1], [1,1,1]]). I am not sure how?
Also, in matrix_completion.py you have a syntax error:
self.mask = np.ones(mat, dtype=bool) - mat is not defined.
Thank you.