Modern Graph Theory Algorithms with Python. Harness the power of graph algorithms and real-world network applications using Python - Helion
Tytuł oryginału: Modern Graph Theory Algorithms with Python. Harness the power of graph algorithms and real-world network applications using Python
ISBN: 9781805120179
stron: 290, Format: ebook
Data wydania: 2024-06-07
Księgarnia: Helion
Cena książki: 116,10 zł (poprzednio: 129,00 zł)
Oszczędzasz: 10% (-12,90 zł)
We are living in the age of big data, and scalable solutions are a necessity. Network science leverages the power of graph theory and flexible data structures to analyze big data at scale.
This book guides you through the basics of network science, showing you how to wrangle different types of data (such as spatial and time series data) into network structures. You’ll be introduced to core tools from network science to analyze real-world case studies in Python. As you progress, you’ll find out how to predict fake news spread, track pricing patterns in local markets, forecast stock market crashes, and stop an epidemic spread. Later, you’ll learn about advanced techniques in network science, such as creating and querying graph databases, classifying datasets with graph neural networks (GNNs), and mining educational pathways for insights into student success. Case studies in the book will provide you with end-to-end examples of implementing what you learn in each chapter.
By the end of this book, you’ll be well-equipped to wrangle your own datasets into network science problems and scale solutions with Python.
Osoby które kupowały "Modern Graph Theory Algorithms with Python. Harness the power of graph algorithms and real-world network applications using Python", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Modern Graph Theory Algorithms with Python. Harness the power of graph algorithms and real-world network applications using Python eBook -- spis treści
- 1. What is a Network?
- 2. Wrangling Data into Networks with NetworkX and igraph
- 3. Demographic Data
- 4. Transportation Data
- 5. Ecological Data
- 6. Stock Market Data
- 7. Goods Prices/Sales Data
- 8. Dynamic Social Networks
- 9. Machine Learning for Networks
- 10. Pathway Mining
- 11. Mapping Language Families – an Ontological Approach
- 12. Graph Databases
- 13. Putting It All Together
- 14. New Frontiers