Coder Social home page Coder Social logo

kbatseli / ttc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ireneko/ttc

0.0 1.0 0.0 2.71 MB

Fast and accurate tensor completion using tensor trains with a system identification approach

License: GNU Lesser General Public License v3.0

MATLAB 100.00%

ttc's Introduction

Fast and Accurate Tensor Completion with Tensor Trains: A System Identification Approach (TTC) for Matlab©/Octave©

This package contains Matlab/Octave code for tensor completion using tensor trains with a system identification approach (TTC).

  1. Functions

  • demo

Demonstrates the usage of the TTC algorithm in tensor completions.

  • data_generate

Generate the missing entris and known entris for the data.

  • b=contract(a)

Sums over all auxiliary indices of a Tensor Network a to return the underlying tensor b.

  • y=dotkron(varargin)

Computes the row-wise right-Kronecker product of matrices A,B,C. Note that this computes the right-Kronecker product such that the order of the indices is maintained.

  • cores=mpsvd(core,n,r)

Decompose a tensor into its tensor train form with TT-rank r.

  • cores=mpsvd_op(core,n,r)

Decompose a tensor into its tensor train form with TT-rank r in an opposite direction.

  • TN=tencom(y,u,r,init,varargin)

Tensor completion given the inputs, outputs, TT-ranks, and TT initialization with scalar outputs.

  • [TN,e]=tencom_TV(y,u,r,init,Kn,idf,lambda,varargin)

Tensor completion given the inputs, outputs, TT-ranks, TT initialization, coordinate of known entries, dimensions identifier, and TV term parameter lambda with scalar outputs.

  • TN=VecOtencom(y,u,r,init,varargin)

Tensor completion given the inputs, outputs, TT-ranks, and TT initialization with vector outputs.

  • [TN,e]=VecOtencom_TV(y,u,r,init,Kn,idf,lambda,varargin)

Tensor completion given the inputs, outputs, TT-ranks, TT initialization, coordinate of known entries, dimensions identifier, and TV term parameter lambda with vector outputs.

  1. Reference

"Fast and Accurate Tensor Completion with Tensor Trains: A System Identification Approach"

Authors: Ching-Yun Ko, Kim Batselier, Wenjian Yu, Ngai Wong

"Tensor Network alternating linear scheme for MIMO Volterra system identification"

Authors: Kim Batselier, Zhongming Chen, Ngai Wong

ttc's People

Contributors

ireneko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.