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

swh:1:snp:4e3e7077647a709f15b8c1b32ce7100175d0580b
  • Code
  • Branches (2)
  • Releases (15)
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    • refs/tags/0.6.0
    • 0.5.1
    • 0.5.0
    • 0.4.5
    • 0.4.4
    • 0.4.3
    • 0.4.2
    • 0.4.1
    • 0.4.0
    • 0.3.0
    • 0.2.0
    • 0.1.6
    • 0.1.5
    • 0.1.4
    • 0.1.3
    • 0.1.2
  • 43bb480
  • /
  • 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
  • revision
  • snapshot
  • release
content badge
swh:1:cnt:4e7e06a02595a58ae512d761775f1726d6659756
directory badge
swh:1:dir:db427b67a1ad17c485edd19fd03b1b03bfc0e80c
revision badge
swh:1:rev:1295ccb09626f89f20d0c0183d618f96b4833bf1
snapshot badge
swh:1:snp:4e3e7077647a709f15b8c1b32ce7100175d0580b
release badge
swh:1:rel:43aef773c36f17018436f47e31b9c6b378ead1f7

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
  • revision
  • snapshot
  • release
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 1295ccb09626f89f20d0c0183d618f96b4833bf1 authored by Jean Kossaifi on 08 May 2018, 21:04:53 UTC
FIX README + bump version
Tip revision: 1295ccb
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>
   authors


.. 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="authors.html">
                  <p class="title">Authors</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 Maja Pantic}, <br/>
					&nbsp;&nbsp;&nbsp;&nbsp;title = {TensorLy: Tensor Learning in Python}, <br/>
					&nbsp;&nbsp;&nbsp;&nbsp;journal = {ArXiv e-print} <br/>
					&nbsp;&nbsp;&nbsp;&nbsp;year = {2016}, <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 and Maja Pantic, <strong> TensorLy: Tensor Learning in Python</strong>, <br/><a href="https://arxiv.org/abs/1610.09555">https://arxiv.org/abs/1610.09555</a>.
			</div>

	  </div>


back to top

Software Heritage — Copyright (C) 2015–2026, 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