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 23 Nov. 2024.
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

RH2  
DBI/RJDBC Interface to H2 Database
DBI/RJDBC interface to h2 database. h2 version 1.3.175 is included. ...
Download / Learn more Package Citations See dependency  
Mondrian  
A Simple Graphical Representation of the Relative Occurrence and Co-Occurrence of Events
The unique function of this package allows representing in a single graph the relative occurrence an ...
Download / Learn more Package Citations See dependency  
triplot  
Explaining Correlated Features in Machine Learning Models
Tools for exploring effects of correlated features in predictive models. The predict_triplot() func ...
Download / Learn more Package Citations See dependency  
abcADM  
Fit Accumulated Damage Models and Estimate Reliability using ABC
Estimate parameters of accumulated damage load duration models based on failure time data under a Ba ...
Download / Learn more Package Citations See dependency  
Simile  
Interact with Simile Models
Allows a Simile model saved as a compiled binary to be loaded, parameterized, executed and interroga ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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