R package to perform optimal tensor transport
======
git clone https://github.com/rikenbit/otTensor/
R CMD INSTALL otTensor
or type the code below in the R console window
library(devtools)
devtools::install_github("rikenbit/otTensor")
======
- Kerdoncuff, T. et al., Optimal Tensor Transport. Proceedings of the AAAI Conference on Artificial Intelligence, 36(7), 7124-7132. 2022
If you have suggestions for how otTensor could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
- Koki Tsuyuzaki