https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
f901cd2 restore 03 March 2021, 13:34:04 UTC
2311e90 check 03 March 2021, 13:33:07 UTC
ab50445 Merge pull request #224 from caglayantuna/hals_feature Adds NN CP via Hierarchical Alternating Least Square (HALS) 26 February 2021, 16:10:37 UTC
c701988 Merge pull request #217 from aarmey/backend-refactor Refactoring across backends 26 February 2021, 16:04:05 UTC
fff1212 Merge pull request #226 from aarmey/fix-sign Sign correction method for CP tensors 26 February 2021, 16:00:03 UTC
ed28391 Check the weights signs 26 February 2021, 15:33:58 UTC
546f2f3 Remove to_numpy 26 February 2021, 15:27:28 UTC
2ee0bcc Renamed to match SVD method 26 February 2021, 14:50:04 UTC
78d9f41 Last fix 26 February 2021, 14:34:07 UTC
4c8ec58 Fixes from review 26 February 2021, 14:33:02 UTC
a550e2d check_random_state 25 February 2021, 15:02:58 UTC
7234aae fix bug 25 February 2021, 12:45:45 UTC
d28c74a tl.max to tl.where 25 February 2021, 12:16:43 UTC
3a789c1 complexity ratio for rho 25 February 2021, 12:16:43 UTC
4d6062e PEP8 25 February 2021, 12:16:43 UTC
806adfe PR review 25 February 2021, 12:16:43 UTC
12c6886 return_errors 25 February 2021, 12:16:43 UTC
761d299 authors, function names and exact string 25 February 2021, 12:16:43 UTC
4850118 PR review 25 February 2021, 12:16:43 UTC
b3757e5 sparsity 25 February 2021, 12:16:43 UTC
10a6518 PR review 25 February 2021, 12:16:43 UTC
dcd3ffc PR Review 25 February 2021, 12:16:43 UTC
d921527 PR review 25 February 2021, 12:16:43 UTC
771a9e5 typo 25 February 2021, 12:16:43 UTC
8be82dd PR Review 25 February 2021, 12:16:43 UTC
4cdc970 Apply suggestions from code review Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
2b74309 Apply suggestions from code review Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
97c8cb4 Update tensorly/decomposition/_nn_cp.py Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
c780d1d Update tensorly/decomposition/_nn_cp.py Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
200ee01 Adding test for hals 25 February 2021, 12:16:43 UTC
03e50b0 correcting typo 25 February 2021, 12:16:43 UTC
d5aa7e2 final code review changes 25 February 2021, 12:16:43 UTC
19ffd51 Changing nonzero name to nonzero_row 25 February 2021, 12:16:43 UTC
95203ae backends 25 February 2021, 12:16:43 UTC
8655756 update 25 February 2021, 12:16:43 UTC
6dfa3d3 update 25 February 2021, 12:16:43 UTC
cf0de29 update 25 February 2021, 12:16:43 UTC
310e16a update 25 February 2021, 12:16:43 UTC
1d011b8 update 25 February 2021, 12:16:43 UTC
a90db74 CPNN_Hals 25 February 2021, 12:16:43 UTC
5b5f8c9 hals 25 February 2021, 12:16:43 UTC
9e9deaf CPNN_Hals 25 February 2021, 12:16:43 UTC
34416d9 hals 25 February 2021, 12:16:43 UTC
35e1be0 Fix merge error. 19 February 2021, 00:17:28 UTC
fd18937 Add fix-sign function 18 February 2021, 23:29:39 UTC
c1e2974 Fix 18 February 2021, 21:39:34 UTC
e734d2a Fix. 18 February 2021, 20:44:20 UTC
933f96a Merge branch 'main' into backend-refactor 18 February 2021, 20:29:31 UTC
dc419c5 Merge pull request #212 from merajhashemi/mh-random Move check_random_state to core backend 17 February 2021, 14:10:20 UTC
d4be55e Bug fix 14 February 2021, 08:46:07 UTC
8133fe0 Add randn function to backend 14 February 2021, 08:39:39 UTC
318f312 Merge branch 'main' into mh-random 14 February 2021, 08:22:55 UTC
49185e7 One more typing fix 13 February 2021, 19:01:15 UTC
76ddc33 More fixes for cupy 13 February 2021, 18:46:41 UTC
e379dd1 Fix incorrect merge 13 February 2021, 18:04:10 UTC
f08bbba Seems to be working 13 February 2021, 17:58:47 UTC
6f79580 Fixes 13 February 2021, 16:12:50 UTC
4cba332 More rearrangement. Make symeig common across backends 13 February 2021, 14:44:31 UTC
d1a8a50 Fix for different exceptions 13 February 2021, 02:33:08 UTC
20da3c3 Add mxnet.np.linalg.svd 12 February 2021, 16:36:46 UTC
62071fd Merge branch 'master' into backend-refactor 12 February 2021, 16:27:54 UTC
1c73ead Fixed two bugs for SVD init 1. A matrix was initialised using SVD, should be ones 2. Created Parafac2Tensor from tuple of factors not list of factors 12 February 2021, 16:26:02 UTC
4215e3d Merge pull request #225 from aarmey/upgrade-mxnet Upgrade MXNet backend to use MXNet.np interface 12 February 2021, 16:08:10 UTC
36c5710 Comment to reference MXNet issue 12 February 2021, 15:11:44 UTC
03ccce8 Fixes 11 February 2021, 23:28:37 UTC
1448085 Another fix 11 February 2021, 20:53:07 UTC
803daf2 Fix types 11 February 2021, 20:52:49 UTC
a1db10e Merge branch 'upgrade-mxnet' of github.com:aarmey/tensorly into upgrade-mxnet 11 February 2021, 19:54:58 UTC
5df81b7 Merge branch 'master' into upgrade-mxnet 11 February 2021, 19:54:42 UTC
d1630c3 Power iteration: add to API + fix docstring 07 February 2021, 23:04:43 UTC
d3ddaf3 Add UCLA logo 07 February 2021, 22:59:27 UTC
314470a API: add missing functions 07 February 2021, 20:51:19 UTC
7415633 Github action - FIX test.yml 07 February 2021, 20:50:18 UTC
481584e Merge branch 'master' into upgrade-mxnet 06 February 2021, 20:05:49 UTC
c75e011 Update mxnet_backend.py 06 February 2021, 17:15:16 UTC
f937bbf It works! 06 February 2021, 17:12:04 UTC
796cfde Simplify backend checks 06 February 2021, 16:04:43 UTC
f0b701e FIX tenalg backend for multi-thread 30 January 2021, 00:11:51 UTC
42049d0 DOC: improve API doc for backend + guide 27 January 2021, 12:20:44 UTC
493c4fc Import explicitely missed bakend funs 27 January 2021, 12:20:27 UTC
5eddb3c Doc: github action, change branch name 22 January 2021, 18:19:08 UTC
18bd1b0 DOC: use mathjax 22 January 2021, 17:51:39 UTC
51d925f Minor doc fix 21 January 2021, 22:57:04 UTC
876c081 DOC improvements 21 January 2021, 20:40:41 UTC
e328d8e DOC: new theme 21 January 2021, 20:40:26 UTC
2aa9834 Update Github action to build doc 03 January 2021, 14:51:11 UTC
8ff587e CP: relax tol for abs rec 02 January 2021, 20:15:37 UTC
640c1d3 DOC: add matplotlib to requirements 02 January 2021, 20:15:27 UTC
16b1093 Github action for building doc 02 January 2021, 18:37:38 UTC
4b5c3e9 Doc: improve user-guide 02 January 2021, 18:30:18 UTC
e23b6d6 Merge pull request #221 from MarieRoald/fix_220 Fix #220 - Improving naming consistency 02 January 2021, 18:25:01 UTC
760240a Renamed _robust_decomposition back to robust_decomposition 02 January 2021, 11:08:31 UTC
e828917 Moved docstring to make it accessible at class level 01 January 2021, 19:18:25 UTC
96cdc84 Rename files to increase consistency The `tensorly.decomposition.parafac2` and `tensorly.decomposition.robust_decomposition` modules provided implementations of decompositions, but all other modules that does this are hidden (start with a leading underscore). The files are renamed to resolve this inconsistency. 01 January 2021, 19:15:44 UTC
e51fd09 Update README.rst 28 December 2020, 21:04:56 UTC
f85f0d4 README: Added CodeConv badge 28 December 2020, 21:04:05 UTC
7341697 Update README.rst 28 December 2020, 20:23:12 UTC
6fc0167 Updating README: github action badge instead of Travis 28 December 2020, 20:22:12 UTC
e0dd5a4 Merge pull request #204 from aarmey/nnsvd-cp Refactor non-negative CP and provide nndsvd initialization 28 December 2020, 18:18:11 UTC
8069796 Add to author list 28 December 2020, 18:15:56 UTC
back to top