Other packages > Find by keyword >

TransGraph  

Transfer Graph Learning
View on CRAN: Click here


Download and install TransGraph package within the R console
Install from CRAN:
install.packages("TransGraph")

Install from Github:
library("remotes")
install_github("cran/TransGraph")

Install by package version:
library("remotes")
install_version("TransGraph", "1.0.1")



Attach the package and use:
library("TransGraph")
Maintained by
Mingyang Ren
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-10-19
Latest Update: 2023-10-19
Description:
Transfer learning, aiming to use auxiliary domains to help improve learning of the target domain of interest when multiple heterogeneous datasets are available, has always been a hot topic in statistical machine learning. The recent transfer learning methods with statistical guarantees mainly focus on the overall parameter transfer for supervised models in the ideal case with the informative auxiliary domains with overall similarity. In contrast, transfer learning for unsupervised graph learning is in its infancy and largely follows the idea of overall parameter transfer as for supervised learning. In this package, the transfer learning for several complex graphical models is implemented, including Tensor Gaussian graphical models, non-Gaussian directed acyclic graph (DAG), and Gaussian graphical mixture models. Notably, this package promotes local transfer at node-level and subgroup-level in DAG structural learning and Gaussian graphical mixture models, respectively, which are more flexible and robust than the existing overall parameter transfer. As by-products, transfer learning for undirected graphical model (precision matrix) via D-trace loss, transfer learning for mean vector estimation, and single non-Gaussian learning via topological layer method are also included in this package. Moreover, the aggregation of auxiliary information is an important issue in transfer learning, and this package provides multiple user-friendly aggregation methods, including sample weighting, similarity weighting, and most informative selection. Reference: Ren, M., Zhen Y., and Wang J. (2022) <doi:10.48550/arXiv.2211.09391> "Transfer learning for tensor graphical models". Ren, M., He X., and Wang J. (2023) <doi:10.48550/arXiv.2310.10239> "Structural transfer learning of non-Gaussian DAG". Zhao, R., He X., and Wang J. (2022) <https://jmlr.org/papers/v23/21-1173.html> "Learning linear non-Gaussian directed acyclic graph with diverging number of nodes".
How to cite:
Mingyang Ren (2023). TransGraph: Transfer Graph Learning. R package version 1.0.1, https://cran.r-project.org/web/packages/TransGraph. Accessed 05 Jan. 2025.
Previous versions and publish date:
1.0.0 (2023-10-19 09:10)
Other packages that cited TransGraph R package
View TransGraph citation profile
Other R packages that TransGraph depends, imports, suggests or enhances
Complete documentation for TransGraph
Functions, R codes and Examples using the TransGraph R package
Full TransGraph package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

GFisher  
Generalized Fisher's Combination Tests Under Dependence
Accurate and computationally efficient p-value calculation methods for a general family of Fisher ty ...
Download / Learn more Package Citations See dependency  
bama  
High Dimensional Bayesian Mediation Analysis
Perform mediation analysis in the presence of high-dimensional mediators based on the potential out ...
Download / Learn more Package Citations See dependency  
ENMeval  
Automated Tuning and Evaluations of Ecological Niche Models
Runs ecological niche models over all combinations of user-defined settings (i.e., tuning), performs ...
Download / Learn more Package Citations See dependency  
interplot  
Plot the Effects of Variables in Interaction Terms
Plots the conditional coefficients ("marginal effects") of variables included in multiplicative int ...
Download / Learn more Package Citations See dependency  
Maintainer: Yue Hu (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
uclust  
Clustering and Classification Inference with U-Statistics
Clustering and classification inference for high dimension low sample size (HDLSS) data with U-stati ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA