No articles match
Cross-validation by mask matrix/tensor (kFoldMaskTensor) 2 months ago
Introduction | NMF | NMTF | siNMF | jNMF | NTF | NTD | Session Information | References
Introduction to otTensor3 months ago
What is Optimal Transport? | What is a Tensor? | The Problem OTT Solves | The Key Concept: the f Parameter | Quick Start Example | Step 1: Create two tensors | Step 2: Choose the f parameter | Step 3: Run OTT | Step 4: Inspect the results | Parameter Reference | What's Next? | Session Information | References
Optimal Tensor Transport3 months ago
Introduction | OTT_1 (OT) | OTT_12 (Co-OT) | OTT_11 (GW) | OTT_111 (triplets) | OTT_123 (triCo-OT) | OTT_112 (GW Collection) | Session Information | References
Introduction to mwTensor3 months ago
Overview | 1. Single Tensor Decomposition with MWCA | Choosing different algorithms per mode | 2. Coupled Tensor Decomposition with CoupledMWCA | Toy data | Setting up the model | Running with default parameters | Customizing algorithms and dimensions | 3. Validating Parameters with checkCoupledMWCA | 4. Reproducible Initialization with initCoupledMWCA | Initialization policies | Using initialized values for optimization | 5. Factor Refinement with refineFactor (Experimental) | Mathematical interpretation | Refinement on CoupledMWCA results | 6. Factorization Programs with MWCAProgram (Experimental) | Defining a program | Validation | Compiling to solver parameters | Programs with refinement | Factor status: decomposed, fixed, frozen | Session Info
Discretized Singular Value Decomposition (dSVD) 2 years ago
Introduction | Semi-Ternary Matrix Factorization (STMF) | Basic Usage | Session Information | References
Discretized Simultaneous Non-negative Matrix Factrozation (dsiNMF) 2 years ago
Introduction | Binary Simultaneous Matrix Factorization (BSMF) | Basic Usage | Semi-Binary Simultaneous Matrix Factorization (SBSMF) | Session Information | References
Discretized Joint Non-negative Matrix Factrozation (djNMF) 2 years ago
Introduction | Semi-Binary Simultaneous Matrix Factorization (SBSMF) | Basic Usage | Session Information | References
Discretized Partial Least Squares (dPLS) 2 years ago
Introduction | Semi-Ternary Simultaneous Matrix Factorization (STSMF) | Basic Usage | Session Information | References
Discretized Non-negative Tensor Factorization (dNTF) 2 years ago
Introduction | Binary Tensor Factorization (BTF) | Basic Usage | Semi-Binary Tensor Factorization (SBTF) | Session Information | References
Discretized Non-negative Tucker Decomposition (dNTD) 2 years ago
Introduction | Binary Tensor Factorization (BTF) | Basic Usage | Semi-Binary Tensor Factorization (SBTF) | Session Information | References
Discretized Non-negative Tri-Matrix Factorization (dNMTF) 2 years ago
Introduction | Binary Matrix Tri-Factorization (BMTF) | Basic Usage | Semi-Binary Matrix Tri-Factorization (SBMTF) | Semi-Ternary Matrix Tri-Factorization (STMTF) | Session Information | References
Discretized Non-negative Matrix Factorization (dNMF) 3 years ago
Introduction | Binary Matrix Factorization (BMF) | Basic Usage | Semi-Binary Matrix Factorization (SBMF) | Semi-Ternary Matrix Factorization (STMF) | Session Information | References
Independent Component Analysis (ICA) 3 years ago
Introduction | 1. ICA with time-independent sub-Gaussian data | 2. ICA with time-independent super-Gaussian data | 3. ICA with data mixed with signals having no time dependence and different kurtosis | 4. ICA with time-dependent data | 5. IPCA in N < P systems | Session Information | References
Multimodal Independent Component Analysis (MICA) and Group Independent Component Analysis (GroupICA) 3 years ago
Introduction | Multimodal Independent Component Analysis (MICA) | Group Independent Component Analysis (GroupICA) | Session Information | References
Multilinear Independent Component Analysis (MultilinearICA) 3 years ago
Introduction | Multilinear Independent Component Analysis (MultilinearICA) | Session Information | References
Vicus: Exploiting local structures to improve network-based analysis of biological data3 years ago
Introduction | 2D Embedding | 3D Embedding | Session Information | References
Guided Partial Least Squares (guided-PLS) 3 years ago
Introduction | Guided Partial Least Squares (guided-PLS) | Basic Usage | Session Information | References
Partial Least Squares (PLS) Models 3 years ago
Introduction | Partial Least Squares by Singular Value Decomposition (PLS-SVD) | Basic Usage | Partial Least Squares Discriminant Analysis (PLS-DA) | Sparse Partial Least Squares Discriminant Analysis (sPLS-DA) | Comparison with unsupervised learning | Session Information | References
Non-negative Matrix Factorization (NMF and NMTF) 3 years ago
Introduction | NMF | Basic Usage | Rank Estimation of NMF | NMTF | Session Information | References
Simultaneous Non-negative Matrix Factorization (siNMF and jNMF) 3 years ago
Introduction | siNMF | jNMF | Session Information | References
Non-negative Tensor Factorization (NTF and NTD) 3 years ago
Introduction | NTF | NTD | NTD-2 | NTD-1 | Higher-order tensor decomposition | Session Information | References
Clustering and visualization of time-series whole-brain activity data of C. elegans using WormTensor4 years ago
Load libraries | worm_download | as_worm_tensor | worm_membership | worm_clustering | worm_evaluate | worm_visualize` | Pipe Operation | Pipe Operation (with Labels) | worm_distance | Session Information
AnnotationHub-style MeSH ORA Framework from BioC 3.145 years ago
What is MeSH? | What is MeSH ORA Framework? | Specification change of MeSH ORA Framework from BioC 3.14 (Nov. 2021) | Access to MeSH data on AnnotationHub | MeSH Enrichment Analysis | Session Information
Tensor arithmetic by DelayedTensor 5 years ago
Setting | Tensor Arithmetic Operations | Unfold/Fold Operations | Vectorization | Norm Operations | Outer Product | Diagonal Operations | Mode-wise Operations | Tensor Product Operations | Hadamard Product | Kronecker Product | Khatri-Rao Product | Utilities Functions | Bind Operations | Session information
Tensor decomposition by DelayedTensor 5 years ago
Setting | Tensor Decomposition | Tucker Decomposition | CANDECOMP/PARAFAC (CP) Decomposition | Multilinear Principal Component Analysis (MPCA) | Population Value Decomposition (PVD) | Session information
Concept of DelayedTensor 5 years ago
Introduction | Heterogenous Biological Data | What is Tensor | What is Tensor Decomposition | Concept of DelayedTensor: Block Processing-enabled Tensor Operations | Session information
Einsum operation by DelayedTensor 5 years ago
What is einsum | Einsum of DelayedTensor | Typical operations of einsum | No Operation | print, show | diag | Multiplication | Hadamard Product | Outer Product | Summation | Row-wise / Column-wise Summation | Mode-wise Vectorization | Mode-wise Summation | Trace | Permutation | Multiplication + Summation | Inner Product (Squared Frobenius Norm) | Contracted Product | Matrix Multiplication | Multiplication + Permutation | Summation + Permutation | Multiplication + Summation + Permutation | Create your original function by einsum | Session information