matrix-completion icon indicating copy to clipboard operation
matrix-completion copied to clipboard

Enhancing the library

Open dorukhansergin opened this issue 4 years ago • 4 comments

Hi @tonyduan!

Would you be interested in enhancing this library to other matrix completion algorithms (a survey here) + some tensor completion algorithms as well (an example here).

If so, I'd be willing to collaborate.

dorukhansergin avatar Sep 27 '19 18:09 dorukhansergin

Hi Dorukhan,

Unfortunately I don't have the bandwidth right now to dive into contemporary lines of work on matrix completion. However, if you're willing to do the heavy lifting I'd be more than happy to accept contributions. Just make a PR whenever you're ready.

Cheers, Tony

tonyduan avatar Sep 29 '19 01:09 tonyduan

Hi I am a matrix completion researcher and I would like to cite this repository. Could you provide me with a formal citation format?

bethandtownes avatar Jun 28 '20 21:06 bethandtownes

@jasonsun0310 Wow, thanks for citing! You can use the following BibTeX:

@software{tonyduan_matrix_completion_github,
	title = {Lightweight Python library for in-memory matrix completion.},
	copyright = {EPL-1.0 License},
	url = {https://github.com/tonyduan/matrix-completion},
	author = {Duan, Tony},
	year = {2020},
	version = {0.0.2},
}

tonyduan avatar Jun 29 '20 02:06 tonyduan

Thanks! Once my manuscript goes on arxiv I will keep you posted:)

bethandtownes avatar Jun 29 '20 02:06 bethandtownes