https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
bdc1174 DOC: fix class documentation 07 December 2020, 19:05:18 UTC
526e7d5 TensorFlow fix 07 December 2020, 14:12:51 UTC
75ddd76 FIX TensorFlow issue (not reshape) 07 December 2020, 13:56:54 UTC
a83d264 Bump version 07 December 2020, 13:04:16 UTC
ea9a413 Update DOC + add tt-matrix 07 December 2020, 13:03:53 UTC
c64dc1b Update for tt-matrices 07 December 2020, 13:03:27 UTC
714f150 Adding TT-Matrix format 07 December 2020, 10:19:16 UTC
ed2bbac validate_tt_rank: fix for proportional float rank The rank was not changing for float rank, and always returning result for rank='same' 19 November 2020, 19:15:09 UTC
4fbbde1 validate_tucker_rank: opt for modes w/ fixed ranks 19 November 2020, 00:12:03 UTC
70aa174 validate_tt_rank : fix for the matrix case 17 November 2020, 19:58:09 UTC
fd2093e doc html: fix footer message for sphinx-gallery 17 November 2020, 18:51:52 UTC
a8c8b73 Credit TensorLy developers on website footer 17 November 2020, 18:51:08 UTC
bf5f757 option for quick html doc build 17 November 2020, 18:50:29 UTC
3e7343b n_mode_dot: add transpose option 17 November 2020, 18:49:24 UTC
bd34920 FIX for CP with init=random: pass context. 17 November 2020, 18:48:46 UTC
7bb7e3d Fix validate_tt_rank for 2nd order tensors 07 November 2020, 21:53:54 UTC
03f5fd9 DOC: make image map clickable 01 November 2020, 00:29:29 UTC
c3e91af Test tt_tensor: mps -> tt 01 November 2020, 00:29:02 UTC
9d8071f validate_tt_rank : always return a list 01 November 2020, 00:13:07 UTC
8ddc6ea validate_tt_rank: fix for proportional rank 01 November 2020, 00:08:30 UTC
1318e10 TT-tensor: remove prints 31 October 2020, 23:53:32 UTC
cbb61fd TT-tensor: Option for proportional rank in validate_tt_rank 31 October 2020, 23:49:42 UTC
756f4e9 CP tensor: fix inplace error for mode_dot 31 October 2020, 23:49:25 UTC
c168532 Make parafac2 consistent with other decompositions 31 October 2020, 23:49:04 UTC
afb152c Show line-search image in examples 29 October 2020, 17:18:59 UTC
2fc84fb FIX doc: Tucker ranks -> rank 27 October 2020, 15:16:53 UTC
e5f9f77 Update Doc Remove home.html, merge with index.html, update theme 27 October 2020, 15:04:10 UTC
9a73e3c Update decomposition module 27 October 2020, 15:03:39 UTC
0193b34 DOC: auto deploy, create doc folder if needed 20 October 2020, 22:54:29 UTC
39b43f1 Fix doc build - no update if build fails + requirements. 20 October 2020, 22:28:29 UTC
531a1d9 DOC + fix naming issues 16 October 2020, 22:36:28 UTC
6b5a5fe Update website + API fix 15 October 2020, 18:31:27 UTC
ba78763 Merge branch 'decomposition' 15 October 2020, 18:16:33 UTC
1cbe0eb Update documentation 15 October 2020, 18:16:09 UTC
aac8afe Merge pull request #197 from JeanKossaifi/decomposition Adding Class API 15 October 2020, 18:15:22 UTC
ea5a3ab Validate rank in decompositions 15 October 2020, 16:12:50 UTC
136f84d Refactor MPS -> TT 15 October 2020, 14:44:05 UTC
580b11d Added rank validation and refactored MPS to TT 15 October 2020, 12:48:39 UTC
8d7a986 Refactor: kruskal tensor -> CP tensor 14 October 2020, 12:29:09 UTC
984e00d Refactored Kruskal tensors to CP 10 October 2020, 15:06:34 UTC
f151432 Tensor decomposition: add __setitem__ 07 October 2020, 16:24:38 UTC
9aeaa29 Factorized tensors + decomposition classes 06 October 2020, 11:47:12 UTC
3d7fa48 Class API for decompositions 03 October 2020, 17:03:08 UTC
3402998 Parafac2 class: store errors by default 02 October 2020, 14:57:34 UTC
938e54b Tucker fix 02 October 2020, 14:53:27 UTC
8135b59 Added CP via Robust Tensor Power Iteration 02 October 2020, 14:46:00 UTC
2fd1d1d Class API 02 October 2020, 14:43:22 UTC
1fe9902 Merge branch 'master' into decomposition 02 October 2020, 11:30:19 UTC
2dbd582 Tucker: sort fixed_modes 02 October 2020, 11:27:26 UTC
efc9ea7 Tucker: option to fix factors 01 October 2020, 09:33:38 UTC
b51d360 Relax line-search test 30 September 2020, 20:32:45 UTC
98e44da Merge branch 'master' of https://github.com/tensorly/tensorly 30 September 2020, 19:53:08 UTC
984130d CP: fix init with KruskalTensor (take weights into account) 30 September 2020, 19:51:36 UTC
b707c45 Tucker decomposition: option to provide init + fix core 30 September 2020, 19:51:32 UTC
41bff34 Cosmetic: minor doc edit 30 September 2020, 19:50:51 UTC
6599881 Update api.rst Small spelling fix 30 September 2020, 19:50:51 UTC
611c03b CP: fix init with KruskalTensor (take weights into account) 30 September 2020, 15:50:29 UTC
8542709 Tucker decomposition: option to provide init + fix core 30 September 2020, 15:50:06 UTC
b405e84 Cosmetic: minor doc edit 30 September 2020, 15:49:45 UTC
b651260 Merge branch 'master' of https://github.com/tensorly/tensorly 17 September 2020, 14:44:09 UTC
f22b9bf Merge pull request #192 from aarmey/patch-1 Update api.rst 09 September 2020, 15:02:28 UTC
31cc9b4 Update api.rst Small spelling fix 08 September 2020, 20:03:35 UTC
be41f19 Decomposition classes 28 August 2020, 21:36:05 UTC
34fdee5 MXNet: fix issue with stacking scalars 28 August 2020, 15:24:25 UTC
8db27a2 Add symmetric sparse parafac to doc 28 August 2020, 14:27:39 UTC
d5e9eb8 Symmetric parafac with sparse tensors 28 August 2020, 14:11:41 UTC
489fe7d FIX sparse test. 21 August 2020, 18:33:47 UTC
70d16b0 Remove forgotten param 21 August 2020, 07:45:42 UTC
bb6a0c5 FIX for Tensorflow, use index_update 06 August 2020, 10:56:52 UTC
051c262 Add Symmetric Parafac via Robust Tensor Power Iter 06 August 2020, 10:21:39 UTC
4d96f8c CP: normalize during optimization 06 August 2020, 09:56:58 UTC
26189bf FIX tensor_dot test for MXNet MXNet currently doesn't support transpose for tensors of order higher than 6 11 July 2020, 23:34:24 UTC
9920faa Merge branch 'master' of https://github.com/tensorly/tensorly 11 July 2020, 20:26:58 UTC
5c85977 Update doc 11 July 2020, 17:01:41 UTC
aa716b8 Adds tensor_dot + batched version and HOM. 11 July 2020, 16:56:56 UTC
0fa69c7 Merge pull request #185 from aarmey/missing-SVD Using missing values with SVD initialization in PARAFAC 10 July 2020, 22:32:39 UTC
5f07811 Use kruskal_normalise() 10 July 2020, 22:16:18 UTC
eb38212 Update candecomp_parafac.py 10 July 2020, 20:14:48 UTC
d5ae55f Update candecomp_parafac.py 10 July 2020, 20:13:20 UTC
190de02 Update candecomp_parafac.py 10 July 2020, 18:31:19 UTC
cb099d9 Merge pull request #186 from aarmey/line-search-demo Line search example script 10 July 2020, 18:09:11 UTC
e0fe41c Merge branch 'master' into missing-SVD 10 July 2020, 18:08:25 UTC
981e8a7 Should now initialize weights. 10 July 2020, 18:00:02 UTC
93ee05b Some edits to polish the demo script. 10 July 2020, 17:36:45 UTC
dc422fe Tenalg Backend: correctly set global tenalg_backend (when local_threadsafe=False). 10 July 2020, 00:38:49 UTC
7b8a6c3 Use default moveaxis with sparse 10 July 2020, 00:37:37 UTC
e8546a2 Default implementation for moveaxis 10 July 2020, 00:36:09 UTC
03a51c5 Merge pull request #183 from aarmey/line-search PARAFAC line search 09 July 2020, 12:05:52 UTC
817002f Add file. 08 July 2020, 18:37:05 UTC
0da9e4e Add check that error monotonically decreases. 08 July 2020, 18:01:05 UTC
4c6a2ef Fixed typo. 08 July 2020, 17:50:11 UTC
db4be41 Acceleration adjustments from the N-way Toolbox 08 July 2020, 15:16:37 UTC
b2fd9ec Compare error to last iteration, so that we only calculate the error once unless line search fails. 07 July 2020, 14:55:58 UTC
df40fa9 Linting. 07 July 2020, 14:32:52 UTC
2d95da7 Added documentation for error_calc() 07 July 2020, 14:31:45 UTC
53652a4 Changed to Bro line search implementation. 07 July 2020, 14:19:09 UTC
31fcc9d Fix missing jump scaling. 07 July 2020, 13:34:46 UTC
387dc55 Fixed Jax backend. 05 July 2020, 17:10:54 UTC
570c51f Working for PARAFAC. 05 July 2020, 16:59:20 UTC
f66a8f9 Performance now better. Included benchmarking workbook. 04 July 2020, 23:10:03 UTC
back to top