E-Learning-Inclusivo (Mashup)
1.1M views | +28 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 Creative teaching and learning
Scoop.it!

Computational thinking: Over 50 resources to teach CT across the entire curriculum, Part 2 

Computational thinking: Over 50 resources to teach CT across the entire curriculum, Part 2  | E-Learning-Inclusivo (Mashup) | Scoop.it

"As educators, we must take that next step - teaching students to problem-solve and come up with algorithms of their own ..."


Via Leona Ungerer
No comment yet.
Rescooped by juandoming from Effective Education
Scoop.it!

This is why human perspective is essential in understanding big data

This is why human perspective is essential in understanding big data | E-Learning-Inclusivo (Mashup) | Scoop.it
Looping back to Anderson’s original premise on the ascendency of Big Data, it’s becoming clear that these tools are a valuable addition to existing research methodologies, particularly where large amounts of information are in play, but not a replacement for them.

Via Elizabeth E Charles, Mark E. Deschaine, PhD
No comment yet.
Rescooped by juandoming from e-Xploration
Scoop.it!

#Bigdata, language and the death of the theorist | #DH #algorithms

#Bigdata, language and the death of the theorist | #DH #algorithms | E-Learning-Inclusivo (Mashup) | Scoop.it
Plenty of people have foreseen the death of the scientific theory at the hands of big data analysis, but when computers become good enough to understand literature, art and human history, will it spell the end for the humanities academic?

Via luiy
luiy's curator insight, August 26, 2014 11:02 AM

A lot has been written about the ways that big data has changed scientific enquiry, but as supercomputers increase in power and the tools to use them become less obtuse, whole new academic disciplines are beginning to feel the benefits of crunching data.

 

Believe it or not, some people even think we can forecast the future with big data. Predicting world-changing events is a possibility, some claim, if you treat society and history like a big data problem. It's how big data analyst Kalev Leetaru found where Osama bin Laden had been hiding, in a way.

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.

Rescooped by juandoming from Science, Technology, and Current Futurism
Scoop.it!

New system greatly speeds common parallel-computing algorithms

New system greatly speeds common parallel-computing algorithms | E-Learning-Inclusivo (Mashup) | Scoop.it
Researchers from MIT's Computer Science and Artificial Intelligence Laboratory have developed a new system that not only makes parallel programs run much more efficiently but also makes them easier to code.

Via Sharrock
No comment yet.
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 Open source urbanism
Scoop.it!

The #Algorithmic City | #smartcities #opendata

The #Algorithmic City | #smartcities #opendata | E-Learning-Inclusivo (Mashup) | Scoop.it
:snips - We Scale Cities

Via luiy, Luciana Santos
luiy's curator insight, July 10, 2014 6:00 AM

What else can we predict? In theory, any event that is not random, provided we have enough data to model the context. Examples include passenger load in public transports, availability of parking spots, traffic jams, waste production, energy consumption and revenues of a shop in a specific street. These all share a common underlying principle: use context rather than history to predict behavior.

 

In themselves, each of these predictions could lead to amazing new products and services. The real power though comes from integrating everything together and modeling an entire city and its interactions with people. For instance, if you can predict where people will need to go tomorrow, then you can create optimal bus routes, minimizing time to destination and walking distance, taking into account predicted traffic, weather and garbage collection schedules. In this ideal system, all services would be optimal and available to citizens at anytime. We call this new way of designing cities "Algorithmic Urbanism".

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.