E-Learning-Inclusivo (Mashup)
1.1M views | +65 today
Follow
E-Learning-Inclusivo (Mashup)
Aprendizaje con TIC basado en los aprendices.
Curated by juandoming
Your new post is loading...
Your new post is loading...
Rescooped by juandoming from Influence et contagion
Scoop.it!

graph-tool: Efficent network analysis with #python | #SNA #tools

graph-tool: Efficent network analysis with #python | #SNA #tools | E-Learning-Inclusivo (Mashup) | Scoop.it
graph-tool: Efficent network analysis with python

Via luiy
luiy's curator insight, September 11, 2014 10:29 AM

An extensive array of features is included, such as support for arbitrary vertex, edge or graph properties, efficient "on the fly" filtering of vertices and edges, powerful graph I/O using the GraphML, GML and dot file formats, graph pickling, graph statistics (degree/property histogram, vertex correlations, average shortest distance, etc.), centrality measures, standard topological algorithms (isomorphism, minimum spanning tree, connected components, dominator tree, maximum flow, etc.), generation of random graphs with arbitrary degrees and correlations, detection of modules and communities via statistical inference ,,,,,, 

Rescooped by juandoming from e-Xploration
Scoop.it!

A smart local moving #algorithm for large-scale modularity-based community detection | #SNA #clustering

A smart local moving #algorithm for large-scale modularity-based community detection | #SNA #clustering | E-Learning-Inclusivo (Mashup) | Scoop.it

Via luiy
luiy's curator insight, November 15, 2013 10:41 AM

Our smart local moving (SLM) algorithm is an algorithm for community detection (or clustering) in large networks. The SLM algorithm maximizes a so-called modularity function. The algorithm has been successfully applied to networks with tens of millions of nodes and hundreds of millions of edges. The details of the algorithm are documented in a paper (preprint available here).

 

The SLM algorithm has been implemented in the Modularity Optimizer, a simple command-line computer program written in Java. The Modularity Optimizer can be freely downloaded. The program can be run on any system that supports Java version 1.6 or higher. In addition to the SLM algorithm, the Modularity Optimizer also provides an implementation of the well-known Louvain algorithm for large-scale community detection developed by Vincent Blondel and colleagues. An extension of the Louvain algorithm with a multilevel refinement procedure, as proposed by Randolf Rotta and Andreas Noack, is implemented as well. All algorithms implemented in the Modularity Optimizer support the use of a resolution parameter to determine the granularity level at which communities are detected.

Jean-Michel Livowsky's curator insight, November 16, 2013 8:38 AM

SLM algoritm. Very nice move in this complex approach of collective intelligence.

Rescooped by juandoming from eLearning + TICs + Didáctica Digital
Scoop.it!

graph-tool: Efficent network analysis with python I #SNA #python

graph-tool: Efficent network analysis with python I #SNA #python | E-Learning-Inclusivo (Mashup) | Scoop.it
graph-tool: Efficent network analysis with python

Via luiy, ukituki, Pablo Torres
luiy's curator insight, November 19, 2013 9:04 AM

Graph-tool is an efficient Python module for manipulation and statistical analysis ofgraphs (a.k.a. networks). Contrary to most other python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance which is comparable (both in memory usage and computation time) to that of a pure C/C++ library.