• Complain

Yingxia Shao - Large-scale Graph Analysis: System, Algorithm and Optimization

Here you can read online Yingxia Shao - Large-scale Graph Analysis: System, Algorithm and Optimization full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. publisher: Springer Singapore, genre: Computer. 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.

Yingxia Shao Large-scale Graph Analysis: System, Algorithm and Optimization
  • Book:
    Large-scale Graph Analysis: System, Algorithm and Optimization
  • Author:
  • Publisher:
    Springer Singapore
  • Genre:
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Large-scale Graph Analysis: System, Algorithm and Optimization: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Large-scale Graph Analysis: System, Algorithm and Optimization" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Yingxia Shao: author's other books


Who wrote Large-scale Graph Analysis: System, Algorithm and Optimization? Find out the surname, the name of the author of the book and a list of all author's works by series.

Large-scale Graph Analysis: System, Algorithm and Optimization — 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 "Large-scale Graph Analysis: System, Algorithm and Optimization" 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
Big Data Management Editor-in-Chief Xiaofeng Meng Renmin University of China - photo 1
Big Data Management
Editor-in-Chief
Xiaofeng Meng
Renmin University of China, China
Editorial Board
Daniel Dajun Zeng
University of Arizona, USA
Hai Jin
Huazhong University of Science and Technology, China
Haixun Wang
Facebook Research, USA
Huan Liu
Arizona State University, USA
X. Sean Wang
Fudan University, China
Weiyi Meng
Binghamton University, USA
Advisory Editors
Jiawei Han
University Illinois at Urbana-Champaign, USA
Masaru Kitsuregawa
University of Tokyo, Japan
Philip S. Yu
University of Illinois at Chicago, USA
Tieniu Tan
Chiense Academy of Sciences, China
Wen Gao
Peking University, China

The big data paradigm presents a number of challenges for university curricula on big data or data science related topics. On the one hand, new research, tools and technologies are currently being developed to harness the increasingly large quantities of data being generated within our society. On the other, big data curricula at universities are still based on the computer science knowledge systems established in the 1960s and 70s. The gap between the theories and applications is becoming larger, as a result of which current education programs cannot meet the industrys demands for big data talents.

This series aims to refresh and complement the theory and knowledge framework for data management and analytics, reflect the latest research and applications in big data, and highlight key computational tools and techniques currently in development. Its goal is to publish a broad range of textbooks, research monographs, and edited volumes that will:
  • Present a systematic and comprehensive knowledge structure for big data and data science research and education

  • Supply lectures on big data and data science education with timely and practical reference materials to be used in courses

  • Provide introductory and advanced instructional and reference material for students and professionals in computational science and big data

  • Familiarize researchers with the latest discoveries and resources they need to advance the field

  • Offer assistance to interdisciplinary researchers and practitioners seeking to learn more about big data

This series aims to refresh and complement the theory and knowledge framework for data management and analytics, reflect the latest research and applications in big data, and highlight key computational tools and techniques currently in development. Its goal is to publish a broad range of textbooks, research monographs, and edited volumes that will:

- Present a systematic and comprehensive knowledge structure for big data and data science research and education

More information about this series at http://www.springer.com/series/15869 - Supply lectures on big data and data science education with timely and practical reference materials to be used in courses

- Provide introductory and advanced instructional and reference material for students and professionals in computational science and big data

- Familiarize researchers with the latest discoveries and resources they need to advance the field

- Offer assistance to interdisciplinary researchers and practitioners seeking to learn more about big data

The scope of the series includes, but is not limited to, titles in the areas of database management, data mining, data analytics, search engines, data integration, NLP, knowledge graphs, information retrieval, social networks, etc. Other relevant topics will also be considered.

Yingxia Shao , Bin Cui and Lei Chen
Large-scale Graph Analysis: System, Algorithm and Optimization
Yingxia Shao School of Computer Science Beijing University of Posts and - photo 2
Yingxia Shao
School of Computer Science, Beijing University of Posts and Telecommunications Beijing, Beijing, China
Bin Cui
School of Electronics Engineering and Computer Science, Peking University Beijing, Beijing, China
Lei Chen
Department of Computer Science and Engineering, Hong Kong University of Science and Technology, Hong Kong, China
ISSN 2522-0179 e-ISSN 2522-0187
Big Data Management
ISBN 978-981-15-3927-5 e-ISBN 978-981-15-3928-2
https://doi.org/10.1007/978-981-15-3928-2
Springer Nature Singapore Pte Ltd. 2020
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, expressed 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 Singapore Pte Ltd.

The registered company address is: 152 Beach Road, #21-01/04 Gateway East, Singapore 189721, Singapore

Love the world as your own self; then you can truly care for all things.

Lao Tzu

Preface

In this book, we will introduce readers to a methodology for scalable graph algorithm optimization in graph computing systems. Although the distributed graph computing system has been a standard platform for large graph analysis from 2010, it cannot efficiently handle advanced graph algorithms, which have complex computation patterns like dynamic and imbalance workload, huge amount of intermediate data, graph mutation, etc. Efficient and scalable large-scale graph analysis in general is a highly challenging research problem. We focus on the workload perspective and introduce a workload-aware cost model in the context of distributed graph computing systems. The cost model guides the development of high-performance graph algorithms. Furthermore, on the basis of the cost model, we subsequently present a system-level optimization resulting in a partition-aware graph-computing engine PAGE and present three efficient and scalable optimized graph algorithmsthe subgraph enumeration, graph extraction, and cohesive subgraph detection.

This book offers a valuable reference guide for junior researchers, covering the latest advances in large-scale graph analysis, and for senior researchers, sharing state-of-the-art solutions of advanced graph algorithms. In addition, all the readers will find a workload-aware methodology for designing efficient large-scale graph algorithms.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Large-scale Graph Analysis: System, Algorithm and Optimization»

Look at similar books to Large-scale Graph Analysis: System, Algorithm and Optimization. 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 «Large-scale Graph Analysis: System, Algorithm and Optimization»

Discussion, reviews of the book Large-scale Graph Analysis: System, Algorithm and Optimization 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.