| 000 | 00000nam u2200205 a 4500 | |
| 001 | 000046007299 | |
| 005 | 20191128095328 | |
| 008 | 191126s2018 ncua b 001 0 eng d | |
| 020 | ▼a 9781680502695 | |
| 040 | ▼a 211009 ▼c 211009 ▼d 211009 | |
| 082 | 0 4 | ▼a 005.133 ▼2 23 |
| 084 | ▼a 005.133 ▼2 DDCK | |
| 090 | ▼a 005.133 ▼b Z78c | |
| 100 | 1 | ▼a Zinoviev, Dmitry. ▼0 AUTH(211009)63863 |
| 245 | 1 0 | ▼a Complex network analysis in Python : ▼b recognize, construct, visualize, analyze, interpret / ▼c Dmitry Zinoviev. |
| 260 | ▼a Raleigh, North Carolina : ▼b Pragmatic Bookshelf, ▼c c2018. | |
| 300 | ▼a xvii, 235 p. : ▼b ill. (chiefly col.) ; ▼c 24 cm. | |
| 490 | 1 | ▼a Pragmatic programmers |
| 504 | ▼a Includes bibliographical references and index. | |
| 650 | 0 | ▼a Python (Computer program language). |
| 650 | 0 | ▼a Network analysis (Planning) ▼x Computer programs. |
| 830 | 0 | ▼a Pragmatic programmers. |
| 945 | ▼a KLPA |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 중앙도서관/서고6층/ | 청구기호 005.133 Z78c | 등록번호 111819119 (3회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
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.
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.
What You Need:
You will need a Python 3.x installation with the following additional modules: Pandas (>=0.18), NumPy (>=1.10), matplotlib (>=1.5), networkx (>=1.11), python-louvain (>=0.5), NetworKit (>=3.6), and generalizesimilarity. We recommend using the Anaconda distribution that comes with all these modules, except for python-louvain, NetworKit, and generalizedsimilarity, and works on all major modern operating systems.
정보제공 :
목차
Preface -- About the Reader -- About the Book -- About the Software -- About the Notation -- Online Resources -- 1. The Art of Seeing Networks -- Know Thy Networks -- Enter Complex Network Analysis -- Draw Your First Network with Paper and Pencil -- Part...
