https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
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
a86c45d Now works with fixed modes. 03 July 2020, 22:46:22 UTC
118e7ce Unify error calculation and fix necessary tensor copy. 03 July 2020, 20:51:45 UTC
303a8f6 Merge branch 'master' into line-search 03 July 2020, 11:36:01 UTC
0266447 Revert "Reduce tensor reconstruction." This reverts commit a776373b6285d7b2ef59dd9f4e8a8909d23cffc0. 03 July 2020, 00:08:31 UTC
a776373 Reduce tensor reconstruction. 03 July 2020, 00:00:26 UTC
f999745 Merge pull request #184 from aarmey/testing-fixes Fix testing errors 02 July 2020, 20:55:15 UTC
819ba2a Update test_candecomp_parafac.py 01 July 2020, 15:06:03 UTC
9e64803 Update test_candecomp_parafac.py 01 July 2020, 14:47:32 UTC
4a66433 Fix sporadic masked Tucker errors. 01 July 2020, 14:44:29 UTC
8987dbc Fixed Jax masking shape in kr. 01 July 2020, 14:24:11 UTC
03ece99 Lower rank of MPS to prevent sporadic testing errors. 01 July 2020, 14:15:38 UTC
d10f16b Reduce rank of MPS test. 01 July 2020, 14:12:49 UTC
2b57318 Make masked PARAFAC test more reliable. 01 July 2020, 14:11:40 UTC
3b9dab1 Don't need to tl.copy. 01 July 2020, 04:07:37 UTC
351f62a Update candecomp_parafac.py 01 July 2020, 03:40:58 UTC
5fa4d37 Mostly setup. 30 June 2020, 22:25:08 UTC
bf360e2 Add line search for dense PARAFAC solving 29 June 2020, 21:23:49 UTC
a1e4e2a Merge pull request #171 from cohenjer/feature_fixed-mode Fixing modes in parafac and nonegative_parafac 22 June 2020, 13:59:02 UTC
e452f3e changed assert condition 22 June 2020, 13:42:40 UTC
74c2015 Update tensorly/decomposition/tests/test_candecomp_parafac.py Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 22 June 2020, 13:34:44 UTC
865292a Added unit testing for the fixed_mode feature 22 June 2020, 13:30:35 UTC
6ec0209 Merge branch 'dev' into feature_fixed-mode 22 June 2020, 12:32:00 UTC
16eb359 Doc: Add Logo uao 22 June 2020, 12:06:34 UTC
459b6f6 Sparse Backend: shape is now builtin 22 June 2020, 12:06:16 UTC
f9be446 DOC: removed old authors file and added Athens uni 19 June 2020, 14:37:58 UTC
f72be60 DOC: update authors page 17 June 2020, 21:34:12 UTC
6bbadf7 Merge pull request #175 from aarmey/PARAFAC2-init Bugfix: PARAFAC2 not using "init" option 15 June 2020, 20:05:09 UTC
ea0acd8 Merge pull request #173 from aarmey/masked-tucker Implement masked Tucker 15 June 2020, 20:02:52 UTC
63d875b Pass in SVD. 15 June 2020, 16:43:52 UTC
82a06e6 Fix init passing. 15 June 2020, 16:40:38 UTC
6c8ea1e Fix tensorflow indexing. 13 June 2020, 16:12:19 UTC
back to top