Complex Network Analysis in Python

Recognize → Construct → Visualize → Analyze → Interpret

by: Dmitry Zinoviev

Published 2018-01-12
Internal code dzcnapy
Print status In Print
Pages 260
User level Beginner
Keywords big data, complex network analysis, consumer, enterprise, research, data, visualization
Related titles

Data Science Essentials in Python

ISBN 9781680502695
Other ISBN Channel epub: 9781680505405
Channel PDF: 9781680505412
Kindle: 9781680505382
Safari: 9781680505399
Kindle: 9781680505382
BISACs COM051360 COMPUTERS / Programming Languages / Python
COM089000 COMPUTERS / Data Visualization
COM089000 COMPUTERS / Data Visualization

Highlight

Construct, analyze, and visualize networks with networkx, a Python language module. Network analysis is a powerful tool you can apply to a multitude of datasets and situations. Discover how to work with all kinds of networks, including social, product, temporal, spatial, and semantic networks. Convert almost any real-world data into a complex network—such as recommendations on co-using cosmetic products, muddy hedge fund connections, and online friendships. Analyze and visualize the network, and make business decisions based on your analysis. If you’re a curious Python programmer, a data scientist, or a CNA specialist interested in mechanizing mundane tasks, you’ll increase your productivity exponentially.

Description

Complex network analysis used to be done by hand or with non-programmable network analysis tools, but not anymore! You can now automate and program these tasks in Python. Complex networks are collections of connected items, words, concepts, or people. By exploring their structure and individual elements, we can learn about their meaning, evolution, and resilience.

Starting with simple networks, convert real-life and synthetic network graphs into networkx data structures. Look at more sophisticated networks and learn more powerful machinery to handle centrality calculation, blockmodeling, and clique and community detection. Get familiar with presentation-quality network visualization tools, both programmable and interactive—such as Gephi, a CNA explorer. Adapt the patterns from the case studies to your problems. Explore big networks with NetworKit, a high-performance networkx substitute. Each part in the book gives you an overview of a class of networks, includes a practical study of networkx functions and techniques, and concludes with case studies from various fields, including social networking, anthropology, marketing, and sports analytics.

Combine your CNA and Python programming skills to become a better network analyst, a more accomplished data scientist, and a more versatile programmer.

Contents and Extracts

Introduction