Tutorials and Python codes for tensor factorization, tensor completion and tensor regression techniques with the following real-world applications:
- Image inpainting
- Spatiotemporal data imputation
- Recommender systems
In a hurry? Please check out our contents as follows.
-
Part 1: Foundations
-
1 Proximal Methods
-
2 Bayesian Inference Methods
-
3 Time Series Analysis
-
-
Part 2: Matrix Factorization and Completion Techniques
-
1 Low-Rank Matrix Completion
-
2 Low-Rank Matrix Factorization
-
3 Temporal Regularized Matrix Factorization
-
4 Bayesian Temporal Matrix Factorization
-
-
Part 3: Tensor Factorization Techniques
-
Part 4: Low-Rank Tensor Completion Techniques [coming soon!]
- 1 Tensor Robust Principal Component Analysis
-
Part 5: Multidimensional Tensor Regression [coming soon!]
-
If you just want to read the tutorial, please follow the link of above contents directly.
-
If you want to run the code, please
- download (or clone) this repository,
- open the
.ipynbfile using Jupyter notebook, - and run the code.