FFM-tensorflow icon indicating copy to clipboard operation
FFM-tensorflow copied to clipboard

FFM implement with tensorflow by Python

Results 4 FFM-tensorflow issues
Sort by recently updated
recently updated
newest added

https://github.com/drcut/FFM-tensorflow/blob/44821415ff876bcbe61417e30c4bfe7b0fae437d/FFM.py#L31-L33

WARNING:tensorflow:Variable += will be deprecated. Use variable.assign_add if you want assignment to the variable value or 'x = x + y' if you want a new python Tensor object. Traceback...

what performance are for Fm model? do you support spars data format can you run this data example http://srome.github.io/Leveraging-Factorization-Machines-for-Sparse-Data-and-Supervised-Visualization/ with X_train.shape #(7580, 1048576) where number if features is 1048576?