https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
b4ec668 Add exp and log to backend exports 28 March 2022, 22:55:25 UTC
c41e805 default axis for tensorflow concatenate 28 March 2022, 20:48:35 UTC
1eac142 PyTorch backend: fix tensordot args 19 March 2022, 00:04:39 UTC
011e996 Drop nosetests It was added as numpy.testing required nose [1], which is no longer the case for numpy >= 1.15 [2] from 2018 [3]. Testing: * nosetests fails as some testing code uses pytest-specific features (ex: @pytest.mark.parametrize in several files) * `cd doc && make html` still works fine [1] https://github.com/tensorly/tensorly/issues/48 [2] https://numpy.org/devdocs/release/1.15.0-notes.html [3] https://pypi.org/project/numpy/#history 14 March 2022, 15:54:54 UTC
056ac52 fix typo in the doc 10 March 2022, 00:21:43 UTC
0ed4352 indices list doc Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 10 March 2022, 00:21:43 UTC
c5283a7 improve docstring 10 March 2022, 00:21:43 UTC
a089d9f user defined indices list for sample kr 10 March 2022, 00:21:43 UTC
f37e4c8 fix normalized sparsity test 09 March 2022, 03:14:50 UTC
9858cde Adds gamma random generator 07 March 2022, 17:58:23 UTC
e0831ea pad_tt_rank: make compatible with tt-matrices 01 March 2022, 01:31:30 UTC
6708e4d Merge branch 'main' of https://github.com/tensorly/tensorly 01 March 2022, 00:15:40 UTC
dc6fb09 FIX pad_tt_rank (indexing) 01 March 2022, 00:15:08 UTC
c8cd0b6 FIX + doc 28 February 2022, 23:37:40 UTC
aef788b Better naming 28 February 2022, 23:37:40 UTC
38412da Adds padding of rank for tensor-train 28 February 2022, 23:37:40 UTC
c814d0b FIX + doc 28 February 2022, 23:03:36 UTC
cfed14c Better naming 28 February 2022, 22:59:40 UTC
42e99a1 Adds padding of rank for tensor-train 28 February 2022, 22:57:59 UTC
90338c3 Implemented multiple methods to compute the correlation index 21 February 2022, 20:00:53 UTC
382b371 Now works for all backends 21 February 2022, 20:00:53 UTC
2bb6adb Update similarity.py 21 February 2022, 20:00:53 UTC
76b7c05 merge into one function, pep8 formatting and tl backend compatibility 21 February 2022, 20:00:53 UTC
8a005fc tests for calc_corrindex 21 February 2022, 20:00:53 UTC
d32b3e7 use tensorly operations instead of numpy 21 February 2022, 20:00:53 UTC
6227872 CorrIndex implementation for comparing decomposition outputs 21 February 2022, 20:00:53 UTC
5845688 Merge branch 'main' of https://github.com/tensorly/tensorly 21 February 2022, 19:52:06 UTC
f7f3119 Adds doc for example + fix covid example 21 February 2022, 19:51:50 UTC
1e4cd85 Merge pull request #379 from caglayantuna/sparse_robust_pca_issue Clip function to sparse backend with a_max=None 19 February 2022, 18:54:45 UTC
9e3df6e Merge pull request #381 from caglayantuna/add_log Adds log function to tensorly 19 February 2022, 18:54:17 UTC
56f621d add log function to tensorly 18 February 2022, 13:02:30 UTC
2409301 clip to sparse with amax=None 17 February 2022, 09:24:23 UTC
15b3ba0 Merge pull request #378 from JeanKossaifi/main Adds digamma fun to backend 16 February 2022, 22:34:35 UTC
873301d Adds digamma fun to backend 16 February 2022, 22:26:33 UTC
7d50b74 Merge pull request #377 from JeanKossaifi/main Adds exp to the backend 16 February 2022, 22:06:23 UTC
c66a824 Adds exp to the backend 16 February 2022, 22:04:54 UTC
81f4e8d Merge pull request #361 from cyrillustan/covid_notebook Add Covid example notebook 13 February 2022, 18:20:59 UTC
4dc32a0 Merge branch 'tensorly:main' into covid_notebook 13 February 2022, 16:55:30 UTC
fa8d1ed Merge pull request #359 from cyrillustan/covid_example Import COVID-19 systems serology example dataset 12 February 2022, 22:32:26 UTC
e1189d3 Minor changes on adding more explanatory texts 12 February 2022, 02:33:39 UTC
cd6f987 Merge branch 'covid_example' into covid_notebook 12 February 2022, 02:23:46 UTC
697852d Adjust the name in data import testing accordingly 12 February 2022, 02:23:07 UTC
d54b873 Some changes on importing data, more DESC 12 February 2022, 02:22:10 UTC
5bad516 Merge branch 'covid_example' into covid_notebook 12 February 2022, 02:18:29 UTC
47be637 Change function name and expand DESC 12 February 2022, 02:18:07 UTC
60b93cd Remove ROC curve; plot everything in matplotlib 12 February 2022, 01:48:33 UTC
215f715 Changes addressing Jean's comments 11 February 2022, 22:14:51 UTC
4f9b501 Merge pull request #355 from MarieRoald/fix_clip Fix bug with `tl.clip` for the PyTorch and TensorFlow backends 11 February 2022, 19:17:36 UTC
68acb4b Merge pull request #356 from MarieRoald/pytorch_sum_keepdims Add `keepdims` to `tl.sum` with the PyTorch backend 11 February 2022, 19:15:52 UTC
97702a7 Merge pull request #357 from MarieRoald/pytorch_shape_as_tuple Make `tl.shape` return tuple for PyTorch backend 11 February 2022, 19:15:19 UTC
5c9cef3 Merge pull request #363 from caglayantuna/fix_simplex simplex projection issue 11 February 2022, 19:08:18 UTC
18bf649 Merge pull request #367 from caglayantuna/tucker_copy copy tucker tensor 11 February 2022, 19:07:11 UTC
183886c Change the structure of Bunch in example accordingly 08 February 2022, 18:38:10 UTC
163b4e6 Merge branch 'covid_example' into covid_notebook 08 February 2022, 18:34:10 UTC
2dd1f61 Change how Bunch object is structured 08 February 2022, 18:34:01 UTC
d17162c copy tucker tensor 27 January 2022, 09:51:04 UTC
9c329b3 fix constrained parafac simplex test 26 January 2022, 14:42:01 UTC
de3a04b fix casting to int 24 January 2022, 09:06:15 UTC
8202762 fix simplex prox 24 January 2022, 09:06:15 UTC
3265c02 Merge pull request #366 from JeanKossaifi/main Adds matricize function 24 January 2022, 05:01:10 UTC
8f03930 Adds matricize function 24 January 2022, 03:56:36 UTC
eff542a MXNet backend fix 20 January 2022, 02:26:24 UTC
2851215 Backend: accept device in tensor 20 January 2022, 01:00:08 UTC
842edda Add COVID example notebook 14 January 2022, 03:21:44 UTC
264e2f5 Import COVID-19 systems serology example dataset 11 January 2022, 23:09:42 UTC
3dfaf2b Fixed so shape returns tuple 08 January 2022, 10:46:58 UTC
f9baf2d Added test to check if shape returns tuple 08 January 2022, 10:46:39 UTC
0b01b06 Add keepdims argument to sum with pytorch backend 08 January 2022, 10:43:24 UTC
c0ed090 Added tests for sum function 08 January 2022, 10:42:51 UTC
c4e2615 Converted clip limits to single precision 08 January 2022, 10:17:43 UTC
dbfa679 Fixed clip bug in tensorflow backend 08 January 2022, 08:12:39 UTC
e51aba3 Fixed clip bug in pytorch backend 08 January 2022, 08:12:27 UTC
5fd42ab Added regression test for bug with clip 08 January 2022, 08:11:20 UTC
c762eb8 Extended test_clip 08 January 2022, 08:10:59 UTC
87b435b Merge pull request #348 from borcuttjahns/main Adds IL-2 stimulation dataset 22 December 2021, 11:36:03 UTC
4ed7877 Added license to Bunch 20 December 2021, 18:59:05 UTC
2c93690 Add docstring, and .DESC to data 17 December 2021, 23:45:20 UTC
8ecb1e4 Added a test 17 December 2021, 15:25:00 UTC
2a7bb28 Add metadata, bunch function 14 December 2021, 23:33:02 UTC
3fc522a Relocate data, remove example for now 14 December 2021, 00:49:56 UTC
cdce431 Merge pull request #347 from caglayantuna/constrained_cp_gallery Constrained parafac example and improved docstrings 13 December 2021, 18:34:24 UTC
8b949d1 Initial edits 10 December 2021, 23:35:55 UTC
0d587a9 Merge pull request #1 from borcuttjahns/IL2_Example_Notebook Add IL-2 NN PARAFAC Notebook 10 December 2021, 21:57:41 UTC
d9df81c Add IL-2 NN PARAFAC Notebook 10 December 2021, 20:26:09 UTC
b93fba7 imroves constrained_parafac docs and adds example improve example and api docs improve the example imrove example fix improve texts 07 December 2021, 15:04:55 UTC
82601b4 Merge pull request #345 from caglayantuna/nn_tucker_hals_class_doc nn_tucker hals class, doc, api improvements 01 December 2021, 17:41:12 UTC
e87b706 Merge pull request #340 from caglayantuna/tensorflow_cast fix tensorflow dtype issue 01 December 2021, 17:40:03 UTC
23d53b4 nn_tucker hals class, doc, api improvements update doc fix indents edit doc 01 December 2021, 14:18:39 UTC
05e82fa fix tensorflow dtype issue 01 December 2021, 10:52:04 UTC
9bcb608 Merge pull request #344 from MarieRoald/nn_parafac_seed Adds random_state for non negative PARAFAC HALS 30 November 2021, 17:07:42 UTC
31c196e Fixed repeating argument due to merge 30 November 2021, 04:55:41 UTC
68f73b5 Merge branch 'main' into nn_parafac_seed 29 November 2021, 20:43:14 UTC
c2fa4ec Merge pull request #281 from caglayantuna/normalization Better CP normalisation 29 November 2021, 20:40:55 UTC
0bd973a Updated docstring 26 November 2021, 19:04:59 UTC
7ec7bc4 Added random state for NN PARAFAC HALS 26 November 2021, 18:51:10 UTC
68e18a7 Merge pull request #324 from caglayantuna/copy_cptensor Adds a `copy` method to CPTensor 25 November 2021, 17:07:08 UTC
35cd80c copy cptensor naming cp_copy and adding test for it copy each factor remove import copy new 19 November 2021, 08:47:20 UTC
afcaa2f Merge pull request #339 from caglayantuna/nn_hals_issue Solves hals rec_error0 issue #338 + pep8 improvements 18 November 2021, 11:36:14 UTC
4113620 solves hals rec-error0 issue and does some pep improvements 15 November 2021, 10:20:39 UTC
cff18e7 normalize inner loop and test normalize 15 November 2021, 09:45:20 UTC
back to top