https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
fd4b6f3 Add sparse functions to API 13 June 2019, 11:13:06 UTC
a8391c5 Merge branch 'master' of https://github.com/tensorly/tensorly 04 June 2019, 23:00:13 UTC
9ba7294 FIX: orthogonalisation 04 June 2019, 22:59:48 UTC
696aa5d FIX: use _get_backend_method in dispatch 31 May 2019, 09:41:45 UTC
6b46712 DOC: update for tucker tensor syntax + update API 13 May 2019, 23:08:18 UTC
47063bc Update to Tucker tensor as tuples 13 May 2019, 22:51:08 UTC
7349038 Merge pull request #87 from JeanKossaifi/tensor-classes Adding a KruskalTensor class and enforces that kruskal tensors (e.g. tensors decomposed with Parafac) should always be expressed as mappings (tuple like) object of the form (weights, factor_list). It also adds various function to check the validity of input decomposed tensors (CP, Tucker and MPS) and efficient operations on decomposed tensors. 01 May 2019, 12:01:28 UTC
31f025a FIX precision for multi-mode-dot tests 23 April 2019, 16:37:23 UTC
1779931 FIX: typos/non-tensorly tensor 23 April 2019, 15:31:24 UTC
86bd4ae Added tucker_mode_dot n-mode-product between Tucker tensor and matrix/vector 23 April 2019, 15:30:58 UTC
71fd23b Added MPS tensor validation 23 April 2019, 15:23:56 UTC
5de19fa Add tucker_tensor validation 23 April 2019, 15:12:29 UTC
99572fe FIX kruskal_tensor for sparse_backend Always carry weights around, e.g. kruskal_tensor = (weights, factors) always 23 April 2019, 13:35:47 UTC
b1f9077 FIX kruskal_tensor Now kruskal_tensor should always be (weights, factors) 23 April 2019, 13:28:48 UTC
47028b7 Merge branch 'master' into tensor-classes 22 April 2019, 17:07:29 UTC
ce9cfaa Merge branch 'master' of https://github.com/tensorly/tensorly 18 April 2019, 14:11:50 UTC
5ec54f4 nn-tucker: FIX when only one mode provided 18 April 2019, 13:48:43 UTC
82831d8 Merge pull request #90 from Quansight/sparse-robust-pca Sparse robust pca 15 April 2019, 09:14:03 UTC
bbc9141 Minor refactor: svd_thresholding always returns a tensor 15 April 2019, 08:51:20 UTC
4a64976 Merge branch 'master' into sparse-robust-pca 11 April 2019, 16:28:48 UTC
d329bac Merge branch 'master' of https://github.com/tensorly/tensorly 10 April 2019, 21:51:29 UTC
3699d2d FIX README: sparse SVD fails on int array... 10 April 2019, 21:50:51 UTC
58d6e34 Merge pull request #107 from JeanKossaifi/Quansight-sparse-docs Add sparse docs 10 April 2019, 12:11:10 UTC
74ed476 Update sparse documentation. 10 April 2019, 12:00:05 UTC
65250b8 Merge branch 'sparse-docs' of git://github.com/Quansight/tensorly into Quansight-sparse-docs 10 April 2019, 11:21:27 UTC
3909404 Merge pull request #105 from JeanKossaifi/sparse-missing-values Sparse missing values for PARAFAC 05 April 2019, 10:51:50 UTC
82175d1 Merge branch 'master' into sparse-missing-values 05 April 2019, 10:51:36 UTC
39c1f27 Added reference 05 April 2019, 10:47:27 UTC
b201b5a Merge pull request #106 from JeanKossaifi/maximeguillaud-master Support for complex tensors in CP 03 April 2019, 11:00:07 UTC
8d8f035 Support for complex tensors in PARAFAC 31 March 2019, 00:09:32 UTC
12748bf Merge branch 'master' of git://github.com/maximeguillaud/tensorly into maximeguillaud-master 31 March 2019, 00:09:27 UTC
52b4ed1 Updated README 29 March 2019, 20:15:42 UTC
2a95291 Updated README Update tensorly paper reference. 29 March 2019, 20:14:27 UTC
0bd6e88 More efficient kruskal_to_tensor 26 March 2019, 23:14:37 UTC
a0bde0d Readibility of khatri-rao 26 March 2019, 23:14:11 UTC
429b4a7 Use tl.kruskal_to_tensor Also remove an unused import. 12 March 2019, 18:04:29 UTC
d541246 Merge branch 'master' into sparse-parafac-missing 12 March 2019, 17:59:13 UTC
d0976b2 Merge pull request #102 from JeanKossaifi/sparse_parafac Adding sparse parafac 12 March 2019, 11:10:40 UTC
7d60391 Added test for sparse parafac 11 March 2019, 20:17:48 UTC
61ea788 Tests for sparse tenalg 11 March 2019, 12:37:50 UTC
8a89e6a TYPO 11 March 2019, 12:23:18 UTC
dddc4ed Update Travis + test for sparse with numpy 11 March 2019, 12:19:43 UTC
85bab72 Sparse: minor refactor + test tenalg 10 March 2019, 19:44:02 UTC
181f83e Adding unfolding_dot_khatri_rao test + misc * wrap unfolding_dot_khatri_rao for sparse * added email for asmeurer 10 March 2019, 19:00:45 UTC
8ec55ae Remove unused variable 07 March 2019, 22:18:24 UTC
44d7608 Update authors list 07 March 2019, 22:17:44 UTC
ab257e6 Refactor mttkrp 07 March 2019, 22:09:16 UTC
4996a23 Merge branch 'sparse-parafac' of git://github.com/Quansight/tensorly into sparse_parafac 26 February 2019, 14:02:08 UTC
8206345 Use tl.shape instead of tensor.shape 21 February 2019, 02:28:13 UTC
5d6290b Use tl.reshape instead of tensor.reshape 21 February 2019, 02:18:18 UTC
d7f320a More efficient mttkrp in parafac() It now computes along all ranks at once, while still computing in such a way so as to be sparse-safe (it does not create the full Khatri-Rao as an intermediate array). This is about 3x faster. 21 February 2019, 00:05:32 UTC
80e17b5 FIX: sparse imports 20 February 2019, 23:54:34 UTC
69db31b Fix dot in the numpy backend It must use a.dot(b) for the numpy backend parafac to work properly with sparse inputs. 20 February 2019, 19:16:45 UTC
26ce3d1 Use direct slicing instead of reshape to create a new axis 18 February 2019, 19:01:54 UTC
b491ef1 Merge branch 'sparse-parafac' of git://github.com/Quansight/tensorly into Quansight-sparse-parafac 11 February 2019, 22:57:30 UTC
1d54a35 Use transpose directly instead of moveaxis in the mttkrp This provides a slight performance improvement. 11 February 2019, 21:27:36 UTC
ad0c2a6 FIX for solve in PyTorch backend 06 February 2019, 12:50:37 UTC
ddc74bf Remove duplicate stack definition 05 February 2019, 20:01:33 UTC
cd88d3f Fix issues with mxnet backend Some custom methods were not being used because of a bad merge conflict resolution. 05 February 2019, 19:45:23 UTC
bbe5336 Merge branch 'master' into sparse-parafac 05 February 2019, 18:24:32 UTC
2d56a42 Merge pull request #95 from JeanKossaifi/backend-manager Backend refactor + sparse support for numpy 05 February 2019, 18:18:43 UTC
114e663 Test backend: remove needless try 01 February 2019, 15:11:57 UTC
6fd2894 Add back dynamical dispatch for backend methods Also bump version 30 January 2019, 23:58:40 UTC
d4da362 Make parafac() robust to complex tensors 24 January 2019, 19:47:58 UTC
99f2d6a FIX sparse backend 14 January 2019, 15:55:22 UTC
87dc6d7 Make norm() from numpy backend robust to complex tensors 13 January 2019, 09:03:09 UTC
b742c47 FIX contraction tests 10 January 2019, 20:44:06 UTC
478d832 Fix the sparse backend 10 January 2019, 18:01:10 UTC
c10f44e Merge branch 'master' into backend-manager 08 January 2019, 21:55:22 UTC
e1361b8 FIX: forgotten backend registration 08 January 2019, 15:55:14 UTC
591f5b7 Revert to functions 02 January 2019, 16:16:11 UTC
91f85a5 Refactor + Thread Local + context manager 28 December 2018, 12:10:37 UTC
7e69725 update 25 December 2018, 21:57:43 UTC
247917c TYPO 23 December 2018, 23:37:01 UTC
f04806e MXNET: fix reshape with empty shape 23 December 2018, 23:32:26 UTC
05b6b2f Adds tensor contraction 23 December 2018, 23:13:49 UTC
3580c8f BackendManager draft 23 December 2018, 20:57:48 UTC
3cbf815 Fix the PDF build of the docs The LaTeX preamble wasn't properly included in the latex_elements dictionary in conf.py. 19 December 2018, 21:41:27 UTC
122acd7 Add information on masks (tensorly/tensorly#91) 17 December 2018, 23:04:09 UTC
5c81d44 Merge branch 'sparse-parafac' into sparse-parafac-missing 13 December 2018, 15:28:21 UTC
12e1765 Merge branch 'sparse' into sparse-parafac 13 December 2018, 15:27:45 UTC
02a0942 Merge branch 'sparse' into sparse-docs 13 December 2018, 15:24:27 UTC
895a805 Merge branch 'sparse' of github.com:Quansight/tensorly into sparse 13 December 2018, 15:22:33 UTC
19d538b Merge branch 'sparse' into sparse-robust-pca 13 December 2018, 15:12:03 UTC
952b684 some minor sparse fixes 13 December 2018, 15:11:01 UTC
3c8fec9 Wrap non-negative PARAFAC for the sparse back-end. 13 December 2018, 11:49:53 UTC
4922c55 Fix typo in non-negative PARAFAC kwarg. 13 December 2018, 11:49:27 UTC
ea4ad8f Correct kruskal_to_tensor() with both weights and a mask 12 December 2018, 23:05:30 UTC
3cfd3e4 Make the parafac mask support sparse friendly This required adding a mask flag to kruskal_to_tensor() and kr() so that the mask could be absorbed into the calculation in a sparse friendly way. In order to be sparse friendly, the mask should be a sparse array with a fill value of 1 (True). In other words, the number of missing values should itself be sparse. The generic kr() algorithm was rewritten to use a generic outer product, and kruskal_to_tensor() now uses sum instead of dot (the NumPy kr() just multiplies the mask). 12 December 2018, 22:51:40 UTC
f0ef0a1 Fix nonnegative -> non_negative 12 December 2018, 22:42:45 UTC
7a7ba8a Revert "Add broadcast_to to the backends" Turns out I didn't need it. This reverts commit 729b8b95ab736916929d33d89192423c912b2b4d. 12 December 2018, 21:29:24 UTC
729b8b9 Add broadcast_to to the backends 12 December 2018, 21:29:12 UTC
f8427ef Merge branch 'sparse' into sparse-robust-pca 12 December 2018, 20:06:52 UTC
ae0f5eb Merge branch 'sparse' into sparse-parafac 12 December 2018, 20:06:12 UTC
28ee1fc Merge branch 'sparse' into sparse-docs 12 December 2018, 20:05:18 UTC
1f1c500 remove sparse tensor 12 December 2018, 20:03:59 UTC
218bcac Start adding support for masked values to parafac() The idea to modify the tensor with the masked array is from Tomasi, Giorgio, and Rasmus Bro. "PARAFAC and missing values." Chemometrics and Intelligent Laboratory Systems 75.2 (2005): 163-180. This still needs to be modified to continue to work with sparse arrays. Right now, it fully decomposes the factors to compute the modification, which will not work if the fully decomposed factors do not fit in memory. 11 December 2018, 21:34:11 UTC
367f376 Fix some text in a comment 11 December 2018, 20:45:23 UTC
7a8f205 convert output of svd_threshold() to orginal tensor type, as needed. 11 December 2018, 18:45:05 UTC
492455f Add non_negative_parafac to the sparse backend 10 December 2018, 22:19:44 UTC
back to top