https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
4f73baf merge2 30 August 2018, 20:15:08 UTC
3448786 merge 30 August 2018, 06:40:08 UTC
f1e7e39 Doc for tensor-train decomposition 21 August 2018, 23:54:41 UTC
c7b16c8 greedy maxvol 14 August 2018, 07:52:27 UTC
b8c1d15 np.random -> randomState 12 August 2018, 03:39:36 UTC
f97a04b wordings 09 August 2018, 18:14:09 UTC
695bb8c advantages and disadvantages 09 August 2018, 18:12:20 UTC
a29ffb8 tensorly standard 07 August 2018, 23:11:41 UTC
0022c2b clear the code 07 August 2018, 00:21:35 UTC
2d205e6 comment out tf 06 August 2018, 15:16:22 UTC
1b05564 Mxnet works 05 August 2018, 22:44:28 UTC
ebea465 tests 27 July 2018, 23:56:33 UTC
0f2e8e5 TTcross for numpy and pytorch 26 July 2018, 09:25:22 UTC
6649dfc Update quickstart.rst 11 July 2018, 10:40:04 UTC
0adc913 DOC: add MPS/TTrain 05 July 2018, 10:07:31 UTC
3dba905 Optimisations and cleanup 05 July 2018, 10:07:31 UTC
8cabcfb Update mps_tensor.py 05 July 2018, 10:07:31 UTC
e8396ae Update test_mps_tensor.py 05 July 2018, 10:07:31 UTC
5bf5faa Moved test_mps_decomposition to correct tests folder 05 July 2018, 10:07:31 UTC
40db493 Added mps_tensor, mps_decomposition and their tests 05 July 2018, 10:07:31 UTC
0802167 Update candecomp_parafac.py 04 July 2018, 09:37:25 UTC
d93d280 MAINT: update __init__.py 16 June 2018, 20:25:28 UTC
b2874c5 FIX: partial_svd when n_eigenvecs is None 08 June 2018, 10:24:34 UTC
8d876cf Add contrib submodule 05 June 2018, 13:50:46 UTC
f74e403 Bump up version 04 June 2018, 09:09:06 UTC
340d83f Merge branch 'master' of https://github.com/tensorly/tensorly 01 June 2018, 14:37:07 UTC
b93d017 random tensors: add orthogonal parameter 01 June 2018, 14:33:12 UTC
f8782f6 Adds orthogonalise parameter for CP decomposition 01 June 2018, 14:28:17 UTC
05efae2 RCP: tests 31 May 2018, 22:49:16 UTC
b07ca26 randomised CP: make max_stagnation optional If tol=0 and max_stagnation=0, don't compute rec error 31 May 2018, 22:10:32 UTC
33f1200 FIX: preserve tensor context 31 May 2018, 16:56:38 UTC
9e6d89a DOC: added randomised CP to API 31 May 2018, 10:01:17 UTC
4f30689 Merge pull request #53 from SamJohannes/randomised-cp Adds randomised cp via sampled ALS 31 May 2018, 09:29:34 UTC
809da07 Re-added the max_stagnation convergence check to r-parafac 30 May 2018, 22:16:19 UTC
34c3178 FIX: test_randomized_cp: rank of source tensor 30 May 2018, 16:29:16 UTC
3b72820 Refactored randomised_cp Mainly: - sample only needed elements from the tensor rather than unfold + select - rename with better names - avoid conversion to and from numpy - add convergence test 30 May 2018, 16:23:50 UTC
0202177 Removed obselete variables from random-cp 16 May 2018, 22:46:06 UTC
fb0b390 Changed the min/max for arrays in testing 15 May 2018, 07:08:16 UTC
f32784a Merge branch 'randomised-cp' of https://github.com/SamJohannes/tensorly into randomised-cp 15 May 2018, 06:37:26 UTC
05bbc23 Made tests multi-backend compatible 15 May 2018, 06:33:38 UTC
3fba4e1 Made tests multi-backend compatible 15 May 2018, 06:22:06 UTC
dcf04af Merge branch 'master' into randomised-cp 15 May 2018, 06:06:22 UTC
55f2086 Cleaned up backend utilisation for randomised parafac 15 May 2018, 06:02:39 UTC
15beeef Removed debugging statements 14 May 2018, 03:32:20 UTC
56826f0 include license in wheels 11 May 2018, 10:22:05 UTC
af0700a Backend, partial_svd: full_matrices=false when sensible 10 May 2018, 16:00:31 UTC
9cc2280 CI: install pytorch for cpu only 09 May 2018, 16:28:15 UTC
07d3dbb DOC: citation + pytorch 0.4.0+ 09 May 2018, 16:15:24 UTC
1295ccb FIX README + bump version 08 May 2018, 22:15:23 UTC
c729db7 Add nose as a dependency 01 May 2018, 10:58:45 UTC
2aa831a FIX: ndim 01 May 2018, 10:58:21 UTC
4ce7bce Fixed indexing in sample_mttkrp - improved testing of random_als 30 April 2018, 00:40:21 UTC
bec4e7a Merge branch 'master' into randomised-cp Realign with master 29 April 2018, 22:10:54 UTC
0d0fcb5 README: minor update 29 April 2018, 21:12:49 UTC
e1dce3f Numpy is default for testing 29 April 2018, 17:08:57 UTC
3fb3b8d PyTorch backend: update context 27 April 2018, 16:35:03 UTC
8ffb893 PyTorch: use newly added native reshape 27 April 2018, 14:39:08 UTC
dcbd5df PyTorch: simplify backend 27 April 2018, 14:20:28 UTC
6abaee8 DOC 26 April 2018, 16:02:25 UTC
c4b3b4d DOC + bump version 26 April 2018, 15:15:40 UTC
f2eaca5 Pytorch backend: update channel 26 April 2018, 14:56:15 UTC
e0ebf6a Use PyTorch >= '0.4.0' 26 April 2018, 14:41:08 UTC
0d57fa2 DOC: missing dependency for imgmath 24 April 2018, 10:14:14 UTC
2394a1a DOC: minor refactor ci + texlive-extra 24 April 2018, 10:06:32 UTC
e3cd808 DOC: apt-get texlive 24 April 2018, 09:58:46 UTC
41855ae Implemented function to sample KR-product randomly 24 April 2018, 00:54:14 UTC
3459371 DOC: Make notation more consistent 23 April 2018, 23:17:23 UTC
e10a0d7 fix: remove spaces 23 April 2018, 23:04:35 UTC
b2ed1f9 Merge branch 'master' of https://github.com/tensorly/tensorly 23 April 2018, 23:03:58 UTC
9190a3c DOC: Refactor matrix 23 April 2018, 22:58:05 UTC
7c11e85 DOC: Fix 23 April 2018, 22:58:05 UTC
bf8dac9 DOC: use conda for install 23 April 2018, 22:58:05 UTC
5282925 Auto-doc: first attempt 23 April 2018, 22:58:05 UTC
8be7e74 DOC: Refactor matrix 23 April 2018, 22:50:15 UTC
4cf9110 DOC: Fix 23 April 2018, 22:50:08 UTC
50fa80f DOC: use conda for install 23 April 2018, 22:50:04 UTC
efc0900 Auto-doc: first attempt 23 April 2018, 22:17:41 UTC
441f7e4 Tucker decomposition: s/ranks/rank 23 April 2018, 09:55:47 UTC
eb71c2e Temporary fix for cupy.linalg.solve 20 April 2018, 15:38:55 UTC
65557d5 CuPy backend 19 April 2018, 21:58:25 UTC
4ed8e3b Added CuPy backend 19 April 2018, 21:32:50 UTC
7be66ab FIX: tensorflow, device setting 19 April 2018, 21:29:51 UTC
edeb4e4 avoid changing TL for local vars 18 April 2018, 10:54:12 UTC
e6c24e1 Make Fold and UnFold using tl 18 April 2018, 10:54:12 UTC
39a1c3f FIX: device (context) of tensors 17 April 2018, 22:11:31 UTC
ef173c4 Remove forgotten print 17 April 2018, 22:10:59 UTC
42b7f81 tensorflow backend 16 April 2018, 22:30:00 UTC
fd14ad8 Clean + prepare for new backend 16 April 2018, 21:58:55 UTC
a6f983e README: cosmetic changes Also use the website's url for the logo so it still works e.g. on pypi 12 April 2018, 18:59:45 UTC
e85704f forgot some more conj-calls 11 April 2018, 10:38:01 UTC
67e59ac eigenvalue computation requires conjugate transpose 11 April 2018, 10:38:01 UTC
4602c5f tenor -> tensor in docs 10 April 2018, 20:58:29 UTC
5aa7ab7 Make example tensor visible in docs 10 April 2018, 20:58:29 UTC
0896056 doc/CSS: minor change 08 April 2018, 21:11:47 UTC
f647ae4 README: re-added warning re. Python 3 only 08 April 2018, 17:05:26 UTC
f650466 DOC: a lot of additions and improvements 08 April 2018, 16:15:29 UTC
7958691 DOCSTRINGS: improved doc 08 April 2018, 13:33:01 UTC
8b6f4cb Better handling of none-installed backend imports 08 April 2018, 09:04:10 UTC
de7c005 README: more links update 07 April 2018, 17:29:32 UTC
2a9bda5 Updated README: new website domain! 07 April 2018, 16:19:14 UTC
back to top