Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Network Science with Python
Network Science with Python

Network Science with Python: Explore the networks around us using network science, social network analysis, and machine learning

eBook
$39.99
Paperback
$49.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Create networks using data points and information
  • Learn to visualize and analyze networks to better understand communities
  • Explore the use of network data in both - supervised and unsupervised machine learning projects
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Network analysis is often taught with tiny or toy data sets, leaving you with a limited scope of learning and practical usage. Network Science with Python helps you extract relevant data, draw conclusions and build networks using industry-standard – practical data sets. You’ll begin by learning the basics of natural language processing, network science, and social network analysis, then move on to programmatically building and analyzing networks. You’ll get a hands-on understanding of the data source, data extraction, interaction with it, and drawing insights from it. This is a hands-on book with theory grounding, specific technical, and mathematical details for future reference. As you progress, you’ll learn to construct and clean networks, conduct network analysis, egocentric network analysis, community detection, and use network data with machine learning. You’ll also explore network analysis concepts, from basics to an advanced level. By the end of the book, you’ll be able to identify network data and use it to extract unconventional insights to comprehend the complex world around you.

Who is this book for?

Network Science with Python demonstrates how programming and social science can be combined to find new insights. Data scientists, NLP engineers, software engineers, social scientists, and data science students will find this book useful. An intermediate level of Python programming is a prerequisite. Readers from both – social science and programming backgrounds will find a new perspective and add a feather to their hat.

What you will learn

  • Explore NLP, network science, and social network analysis
  • Apply the tech stack used for NLP, network science, and analysis
  • Extract insights from NLP and network data
  • Generate personalized NLP and network projects
  • Authenticate and scrape tweets, connections, the web, and data streams
  • Discover the use of network data in machine learning projects

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 28, 2023
Length: 414 pages
Edition : 1st
Language : English
ISBN-13 : 9781801075213
Vendor :
Apache
Category :
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Feb 28, 2023
Length: 414 pages
Edition : 1st
Language : English
ISBN-13 : 9781801075213
Vendor :
Apache
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 153.97
Causal Inference and Discovery in Python
$53.99
Interpretable Machine Learning with Python
$49.99
Network Science with Python
$49.99
Total $ 153.97 Stars icon
Visually different images

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(15 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Ben Bearden Mar 21, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I've had an awesome time reading and applying the concepts of David Knickerbocker's book "Network Science with Python" to my own research.Above is a social network of Russian propaganda channels on Telegram that I've made using the techniques he laid out in his book.It is still a work in progress, but I am baffled by the applicability of network science to OSINT and research in general.Still reading but am thoroughly enjoying it thus far!
Amazon Verified review Amazon
Deep P. Mar 11, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
"Network Science with Python" by David Knickerbocker is a fascinating and comprehensive guide to network science. This book explores the principles and applications of network science, including social network analysis, and machine learning.The author uses clear and concise language to explain complex concepts in network science, making the book accessible to a wide range of readers. It goes through the beginner-level concepts of Natural Language Processing (NLP) and also explains some important Python libraries to perform and develop the NLP and Machine Learning algorithms.The other important sections of the book take us into the field of Graph Construction and its cleanup. It also explores the Social Networking Analysis and some of its detailed sections such as (Egocentric Network Analysis, and Community Detection).Overall, "Network Science with Python" is an excellent comprehensive guide to the field, suitable for both students and researchers. The book is well-written, engaging, and thought-provoking, making it a must-read for anyone interested in the science of networks with python.
Amazon Verified review Amazon
Amazon Customer Apr 06, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is a great book for learning network science using networkx library package in python. The author use NLP to extract the entities from social sources such as twitter and build the network based on the entities relation. Eventually using ML techniques to come up with community detection using karate club package. Although the focus of the author is on social network but all the techniques regarding the network analysis such as centralities and degrees could be use in other sort of networks. I highly recommend this book for the readers interested in learning network science.
Amazon Verified review Amazon
Sangeetha May 10, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
🚀 Network Science with Python by David Knickerbocker 🚀First, the preface in the book was a very humble thank-you note, Love it! Made me think to learn and write more!🪄 Influence of network on us every day. I love how RLHF (Reinforcement Learning with Human Feedback) was put as “Human guided Science” in one of the articles I came across, similarly, the impact of networking in Language (Network Science in NLP) is something I was very interested in. Network analysis has a great scope in Social Media Data Mining - which in turn might need some granular insights while uncovering large search volume indices.✍🏻 Making the less obvious friends meet - NLP and networks: Uncovering the underlying relationship in texts. While it may not be very evident in the generative AI phase, to perform analysis in every sentence generated from the language models, there is a good scope of uncovering the relationship that might enhance the “missing knowledge”. Very nicely put - If there are sequences in data and it's down to words or not - get an NLP technique to process it!Figuring out relationships: Though the language domain space is possibly seeming “infinite”, there are still some “templates” surrounding it. Similar to how David mentioned questions of “Who, what, When, Where, Why, How” can be used to draw relationships.✍🏻 The scope of “insights” to “actionable insights is the sweet spot of the conversational AI domain to understand the customers and take actions based on what they want and not based on what's easy to deliver. I loved the history of NLP rooted in “sequence analysis” and his use cases with NLP solutions for the problems experienced. While there are many NLP tasks available, it is important to select the task that best addresses the problem at hand and avoid becoming overwhelmed by attempting to apply every available technique.I am planning to read one chapter a day to consume the impact of Network Science in the NLP domain. It was an insightful start of reminding the important aspects of NLP and text analysis while I was moving into the generative AI landscape of "controlling the text generation that I can't really control" - prompts. I have been reading about memory-assisted agents too in conversational AI, thinking memory as a distributed network that could be pieced out and ensembled together is something I want to experiment!🚀 Thank you Packt Vinishka Kalra for sending the book! Appreciate it!I would love to study the exploration of conversations, and relationships and how they can serve as a better context memory for referencing conversations, how the links and relationships would help to decipher an initial look towards the "Missing text phenomenon" that language models in some cases struggle to decode.#networkscience #nlp
Amazon Verified review Amazon
S M Mar 13, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
David Knickerbocker does an excellent job of explaining complex concepts in an accessible and easy-to-understand manner. The book is well-organized, and the examples are clear and concise, making it easy to follow along, even if you're not an expert in network science or Python.One of the things I appreciated most about this book is that it teaches you how to analyze and understand networks and provides real-world applications for this knowledge. The book covers a range of topics, including social network analysis, machine learning, and graph theory.The code examples provided in the book are easy to follow and provide a solid foundation for anyone looking to dive deeper. I loved playing around with the Twitter Python library, for instance.Overall, I highly recommend "Network Science with Python" to anyone interested in network analysis, or it's predictive applications with machine learning. The author's clear writing style, well-organized structure, and practical examples make this book an essential resource for anyone looking to understand and analyze the networks around us.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.