caglayantuna
caglayantuna
This is a small PR for adding missing warning when fixing the last mode in non_negative_tucker_hals. I also extended the test of this function with a fixed_modes option. We can...
We thought that it would be useful if Tensorly has an option to return processing time for each iteration. Decomposition functions could return that if `return_time_it` is True as reconstruction...
This pull request adds two notebooks including examples with non-negative CP and non-negative Tucker. Each notebook compares possible algorithms in Tensorly according to the processing time and error analysis.
This PR adds a benchmark example to viz as we agreed in #4. This example is informative about how to use a dataset from tensorly and how to compare different...
We are working on some benchmark functions which use tlviz functions for visualization and print processing time, errors for quantitative analysis. With these functions, users can input their own function...