Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 5260202
  • /
  • doc
  • /
  • index.rst
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:7313bc36f7cccb9ca35a5b1188465066fcf51886
directory badge Iframe embedding
swh:1:dir:fdb31d2aea670b75141c74c18fdfa839954ca863

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
index.rst
.. tensorly documentation

TensorLy: Tensor Learning in Python
======================================

.. toctree::
   :maxdepth: 1
   :hidden:

   installation
   user_guide/index
   modules/api
   auto_examples/index
   development_guide/index
   Notebooks <https://github.com/JeanKossaifi/tensorly-notebooks>
   about


.. only:: html


   .. raw:: html

         <div class="tile is-ancestor">
              <div class="tile is-parent">
              <a class="tile is-child box" href="installation.html">
                  <p class="title">Install TensorLy</p>
                  <p class="subtitle">Installation instructions </p>
              </a>
              </div>

              <div class="tile is-parent">
              <a class="tile is-child box" href="user_guide/index.html">
                  <p class="title">User Guide</p>
                  <p class="subtitle">A friendly guide to tensor learning</p>
              </a>
              </div>

              <div class="tile is-parent">
              <a class="tile is-child box" href="auto_examples/index.html">
                  <p class="title">Examples</p>
                  <p class="subtitle">See usage examples with code</p>
              </a>
              </div>
         </div>
         
         <div class="tile is-ancestor">
              <div class="tile is-parent">
              <a class="tile is-child box" href="modules/api.html">
                  <p class="title">
                      <i class="fa fa-book" aria-hidden="true"></i>
                      API
                  </p>
                  <p class="subtitle">Functions and classes documentation</p>
              </a>
              </div>

              <div class="tile is-parent">
              <a class="tile is-child box" href="about.html">
                  <p class="title">About us</p>
                  <p class="subtitle">About the developers</p>
              </a>
              </div>

              <div class="tile is-parent">
              <a class="tile is-child box" href="development_guide/index.html">
                  <p class="title">
                      <span>Development guide</span>
                  </p>
                  <p class="subtitle">Contribute to the project</p>
              </a>
              </div>
         </div>



   .. raw:: html

		<script type="text/javascript">
		function disp(s) {
			 var win;
			 var doc;    
			 win = window.open("", "WINDOWID");
			 doc = win.document;
			 doc.open("text/plain");
			 doc.write("<pre>" + s + "</pre>");
			 doc.close();
			 }                   
		</script>                   
												  
											 
		<script>                
		function toggle_modal(id){
			 var modal = document.getElementById(id);
			 modal.classList.toggle('is-active');
		};
		</script>     


		<div class="modal" id="tensorly_bibtex">
			<div class="modal-background" onclick="javascrip:toggle_modal('tensorly_bibtex');"></div>
			<div class="modal-content">
				<div class="box">
				<div class="content">
				<code class="language-latex" data-lang="latex">
				   @article{tensorly, <br/>
					&nbsp;&nbsp;&nbsp;&nbsp;author = {Jean Kossaifi and Yannis Panagakis and Anima Anandkumar and Maja Pantic}, <br/>
					&nbsp;&nbsp;&nbsp;&nbsp;title = {TensorLy: Tensor Learning in Python}, <br/>
					&nbsp;&nbsp;&nbsp;&nbsp;journal = {Journal of Machine Learning Research (JMLR)} <br/>
                    &nbsp;&nbsp;&nbsp;&nbsp;volume = {20},
                    &nbsp;&nbsp;&nbsp;&nbsp;number = {26},
					&nbsp;&nbsp;&nbsp;&nbsp;year = {2019}, <br/>
					} <br/>
				</code>
				</div>
				</div>                                              
			</div>
			<button class="modal-close" onclick="javascrip:toggle_modal('tensorly_bibtex');"></button>
	  </div>



      <br/> <br/>

		<div class="card">
			<header class="card-header">
				 <p class="card-header-title">
				 If you use TensorLy, please cite:
				 </p>

				<a class="card-header-icon" onclick="javascrip:toggle_modal('tensorly_bibtex');" >
					<span class="icon" style="margin-right:0.7em">
					[bibtex]
					</span>
				 </a>
			</header>

			<div class="card-content">
			Jean Kossaifi, Yannis Panagakis, Anima Anandkumar and Maja Pantic, <strong> TensorLy: Tensor Learning in Python</strong>, Journal of Machine Learning Research, 2019. <br/><a href="http://jmlr.org/papers/v20/18-277.html">http://jmlr.org/papers/v20/18-277.html</a>.
			</div>

	  </div>


back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API