• Complain

Krishna Raj P.M. - Practical Social Network Analysis with Python

Here you can read online Krishna Raj P.M. - Practical Social Network Analysis with Python full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Springer, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Krishna Raj P.M. Practical Social Network Analysis with Python

Practical Social Network Analysis with Python: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Practical Social Network Analysis with Python" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

- Introduces the fundamentals of social network analysis- Discusses key concepts and important analysis techniques- Highlights, with real-world examples, how large networks can be analyzed using deep learning techniquesThis book focuses on social network analysis from a computational perspective, introducing readers to the fundamental aspects of network theory by discussing the various metrics used to measure the social network. It covers different forms of graphs and their analysis using techniques like filtering, clustering and rule mining, as well as important theories like small world phenomenon. It also presents methods for identifying influential nodes in the network and information dissemination models. Further, it uses examples to explain the tools for visualising large-scale networks, and explores emerging topics like big data and deep learning in the context of social network analysis.With the Internet becoming part of our everyday lives, social networking tools are used as the primary means of communication. And as the volume and speed of such data is increasing rapidly, there is a need to apply computational techniques to interpret and understand it. Moreover, relationships in molecular structures, co-authors in scientific journals, and developers in a software community can also be understood better by visualising them as networks.This book brings together the theory and practice of social network analysis and includes mathematical concepts, computational techniques and examples from the real world to offer readers an overview of this domain.

Krishna Raj P.M.: author's other books


Who wrote Practical Social Network Analysis with Python? Find out the surname, the name of the author of the book and a list of all author's works by series.

Practical Social Network Analysis with Python — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Practical Social Network Analysis with Python" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Computer Communications and Networks Series Editors Jacek Rak Department of - photo 1
Computer Communications and Networks
Series Editors
Jacek Rak
Department of Computer Communications, Faculty of Electronics, Telecommunications and Informatics, Gdansk University of Technology, Gdansk, Poland
A. J. Sammes
Cyber Security Centre, Faculty of Technology, De Montfort University, Leicester, UK

The Computer Communications and Networks series is a range of textbooks, monographs and handbooks. It sets out to provide students, researchers, and non-specialists alike with a sure grounding in current knowledge, together with comprehensible access to the latest developments in computer communications and networking.

Emphasis is placed on clear and explanatory styles that support a tutorial approach, so that even the most complex of topics is presented in a lucid and intelligible manner.

More information about this series at http://www.springer.com/series/4198

Krishna Raj P. M. , Ankith Mohan and K. G. Srinivasa
Practical Social Network Analysis with Python
Practical Social Network Analysis with Python - image 2
Krishna Raj P. M.
Department of ISE, Ramaiah Institute of Technology, Bangalore, Karnataka, India
Ankith Mohan
Department of ISE, Ramaiah Institute of Technology, Bangalore, Karnataka, India
K. G. Srinivasa
Department of Information Technology, C.B.P. Government Engineering College, Jaffarpur, Delhi, India

Additional material to this book can be downloaded from http://extras.springer.com .

ISSN 1617-7975 e-ISSN 2197-8433
Computer Communications and Networks
ISBN 978-3-319-96745-5 e-ISBN 978-3-319-96746-2
https://doi.org/10.1007/978-3-319-96746-2
Library of Congress Control Number: 2018949639
Springer Nature Switzerland AG 2018
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Springer imprint is published by the registered company Springer Nature Switzerland AG

The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland

Preface

Although there are innumerable complex systems and therefore such a large number of networks, the focus of this book is social networks . A social network contains individuals as nodes and links representing the relationship between these individuals. The study of social networks is of particular interest because it focuses on this abstract view of human relationships which gives insight into various kinds of social relationships ranging all the way from bargaining power to psychological health.

We describe in detail graph theory, statistical properties and graph algorithms. Through this, we hope to describe the various patterns and statistical properties of networks, introduce design principles and models for looking at these properties, provide an understanding as to why networks are organized the way they are and apply our understanding to predict behaviour of networks.

The world around us provides a plethora of instances of complex systems . Transportation networks, social media applications, proteinprotein interactions, auction houses, spreading of diseases and so on are all examples of complex systems we all encounter in our daily lives. All of these systems are extremely complicated to comprehend because they contain several seemingly disparate components which may be directly or indirectly related to one another. These components exhibit behaviour which is increasingly difficult to reason about and too risky to tinker with. Even a slight seemingly innocuous change in one of the components can have a domino effect which could have unexpected consequences.

Figure depicts the Internet on a global scale. This figure can help paint a sort of picture as to how complicated a system really is, and how one must proceed in order to understand such a complex system.
Fig 1 Illustration of the global Internet Online at - photo 3
Fig. 1

Illustration of the global Internet. Online at https://www.weforum.org/projects/internet-for-all

Each of these complex systems (especially the Internet) has its own unique idiosyncrasies but all of them share a particular commonality in the fact that they can be described by an intricate wiring diagram, a network , which defines the interactions between the components. We can never fully understand the system unless we gain a full understanding of its network.

Network

A network is a collection of objects where some pairs of these objects are connected by links. These objects are also sometimes referred to as nodes. By representing a complex system through its network, we are able to better visualize the system and observe the interconnections among the various nodes. From close examination of networks, we can gather information about which nodes are closely linked to one another, which are sparsely linked, whether there is a concentration of links in a particular part of the network, do some nodes have a very high number of links when compared to others and so on.

Figure illustrates network corresponding to the ARPANET in December 1970 (what the Internet was called then). It consisted of 13 sites where the nodes represent computing hosts and links represent direct communication lines between these hosts.
Fig 2 ARPANET in December 1970 Computing hosts are represented as nodes and - photo 4
Fig. 2

ARPANET in December 1970. Computing hosts are represented as nodes and links denote the communication lines. Online at https://imgur.com/gallery/Xk9MP

Graph

Several properties can be retrieved from these networks but there are some others which require a more mathematical approach. In the purview of mathematics, networks in its current state fail to be amenable. To allow for this amenability, a network is represented as a graph . In this view, a graph can be described as a mathematical representation of networks which acts as a framework for reasoning about numerous concepts. More formally, a graph can be defined as Practical Social Network Analysis with Python - image 5

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Practical Social Network Analysis with Python»

Look at similar books to Practical Social Network Analysis with Python. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Practical Social Network Analysis with Python»

Discussion, reviews of the book Practical Social Network Analysis with Python and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.