Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 1189 packages in 0.01 seconds

bipartite — by Carsten F. Dormann, 2 months ago

Visualising Bipartite Networks and Calculating Some (Ecological) Indices

Functions to visualise webs and calculate a series of indices commonly used to describe pattern in (ecological) webs. It focuses on webs consisting of only two levels (bipartite), e.g. pollination webs or predator-prey-webs. Visualisation is important to get an idea of what we are actually looking at, while the indices summarise different aspects of the web's topology.

NeuralNetTools — by Marcus W. Beck, 4 years ago

Visualization and Analysis Tools for Neural Networks

Visualization and analysis tools to aid in the interpretation of neural network models. Functions are available for plotting, quantifying variable importance, conducting a sensitivity analysis, and obtaining a simple list of model weights.

networkDynamic — by Skye Bender-deMoll, 2 months ago

Dynamic Extensions for Network Objects

Simple interface routines to facilitate the handling of network objects with complex intertemporal data. This is a part of the "statnet" suite of packages for network analysis.

brnn — by Paulino Perez Rodriguez, a year ago

Bayesian Regularization for Feed-Forward Neural Networks

Bayesian regularization for feed-forward neural networks.

networktools — by Payton Jones, a year ago

Tools for Identifying Important Nodes in Networks

Includes assorted tools for network analysis. Bridge centrality; goldbricker; MDS, PCA, & eigenmodel network plotting.

graphlayouts — by David Schoch, 3 months ago

Additional Layout Algorithms for Network Visualizations

Several new layout algorithms to visualize networks are provided which are not part of 'igraph'. Most are based on the concept of stress majorization by Gansner et al. (2004) . Some more specific algorithms allow the user to emphasize hidden group structures in networks or focus on specific nodes.

SNFtool — by Benjamin Brew, 5 years ago

Similarity Network Fusion

Similarity Network Fusion takes multiple views of a network and fuses them together to construct an overall status matrix. The input to our algorithm can be feature vectors, pairwise distances, or pairwise similarities. The learned status matrix can then be used for retrieval, clustering, and classification.

latentnet — by Pavel N. Krivitsky, 9 months ago

Latent Position and Cluster Models for Statistical Networks

Fit and simulate latent position and cluster models for statistical networks. See Krivitsky and Handcock (2008) and Krivitsky, Handcock, Raftery, and Hoff (2009) .

keras — by Tomasz Kalinowski, 4 months ago

R Interface to 'Keras'

Interface to 'Keras' < https://keras.io>, a high-level neural networks 'API'. 'Keras' was developed with a focus on enabling fast experimentation, supports both convolution based networks and recurrent networks (as well as combinations of the two), and runs seamlessly on both 'CPU' and 'GPU' devices.

networkLite — by Samuel Jenness, a year ago

An Simplified Implementation of the 'network' Package Functionality

An implementation of some of the core 'network' package functionality based on a simplified data structure that is faster in many research applications. This package is designed for back-end use in the 'statnet' family of packages, including 'EpiModel'. Support is provided for binary and weighted, directed and undirected, bipartite and unipartite networks; no current support for multigraphs, hypergraphs, or loops.