zhangkaifang / cp_decomposition

Matrix&Tensor decomposition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix&Tensor decomposition

This project implements matrix missing element completion and tensor missing element completion.

  • matrix_cp_one.py: This file uses the gradient descent method to complete the missing elements of the matrix.
  • matrix_cp_two.py: This file implements matrix missing element completion by using alternating least squares.
  • tensor_cp_one.py: This file implements tensor missing element completion by using alternating least squares.

Our CSDN blog posts (in Chinese)

About

Matrix&Tensor decomposition

License:MIT License


Languages

Language:Python 100.0%