Start reading Mining the Social Web on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
Mining the Social Web: Analyzing Data from Facebook, Twitter, LinkedIn, and Other Social Media Sites
 
 

Mining the Social Web: Analyzing Data from Facebook, Twitter, LinkedIn, and Other Social Media Sites [Kindle Edition]

Matthew A. Russell
4.0 out of 5 stars  See all reviews (2 customer reviews)

Digital List Price: £20.84 What's this?
Print List Price: £30.99
Kindle Price: £16.67 includes VAT* & free wireless delivery via Amazon Whispernet
You Save: £14.32 (46%)
Unlike print books, digital books are subject to VAT.

Formats

Amazon Price New from Used from
Kindle Edition £16.67  
Paperback £20.14  


Product Description

Book Description

Finding Needles in the Social Haystack

Product Description

Want to tap the tremendous amount of valuable social data in Facebook, Twitter, LinkedIn, and Google+? This refreshed edition helps you discover who’s making connections with social media, what they’re talking about, and where they’re located. You’ll learn how to combine social web data, analysis techniques, and visualization to find what you’ve been looking for in the social haystack—as well as useful information you didn’t know existed.

Each standalone chapter introduces techniques for mining data in different areas of the social Web, including blogs and email. All you need to get started is a programming background and a willingness to learn basic Python tools.

  • Get a straightforward synopsis of the social web landscape
  • Use adaptable scripts on GitHub to harvest data from social network APIs such as Twitter, Facebook, LinkedIn, and Google+
  • Learn how to employ easy-to-use Python tools to slice and dice the data you collect
  • Explore social connections in microformats with the XHTML Friends Network
  • Apply advanced mining techniques such as TF-IDF, cosine similarity, collocation analysis, document summarization, and clique detection
  • Build interactive visualizations with web technologies based upon HTML5 and JavaScript toolkits

"A rich, compact, useful, practical introduction to a galaxy of tools, techniques, and theories for exploring structured and unstructured data."
--Alex Martelli, Senior Staff Engineer, Google


Product details


More About the Authors

Discover books, learn about writers, and more.

What Other Items Do Customers Buy After Viewing This Item?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Customer Reviews

4 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
9 of 9 people found the following review helpful
Format:Paperback
Mining the Social Web by Matthew Russell, published by O'Reilly, is an overview of data mining popular websites such as Twitter, Facebook, Linkedin and more. It even goes as far as touching on the semantic web and the not-so-popular Google Buzz.

Each area is covered with a brief explanation of how to set up any programs, a look at the API, some examples of the mining code and a couple of suggestions on how to use it. The book covers a lot of ground which is either a blessing, or a curse, depending on what you're looking for.

I found this book only partially useful because it really didn't delve deeply into any one area. It could have focused solely on Twitter, showing more business, or personal specific examples. Instead we had sections on the semantic web and e-mail mining, while interesting, are not specific to a 'social web' book. Linkedin makes an appearance, one example used being grouping all your contacts with the same job title. How useful is this really? I understand it's an example but that's what I wanted more of - really useful examples I could apply to day-to-day business activities.

I'd recommend this book to anybody with some programming knowledge (Python being a huge help) who wants to know a little about a lot. For those looking for in-depth social mining techniques, I'd look elsewhere.

Disclosure: I received a free electronic copy of this book as party of the O'Reilly Blogger program
Comment | 
Was this review helpful to you?
1 of 3 people found the following review helpful
Format:Paperback
I found the book and thought "yes, this is what I've been looking for!". I read the book, and it delivers exactly what is promises. The handy code examples (in python) are freely available on the web.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  16 reviews
17 of 18 people found the following review helpful
pure fun 3 Mar 2011
By H. Smith - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
Mining the Social Web does a great job of introducing a wide variety of techniques and wealth of resources for exploring freely available social data and personal information. If you are willing to spend the time tinkering with the examples, the book is pure fun. It offers a nice compliment to Segaran's Programming Collective Intelligence: Building Smart Web 2.0 Applications. The two books overlap but where they do offer different perspectives and explanations of common techniques (e.g., TF-IDF, cosine similarity, Jaccard index). If you are well-versed in data mining the web you may find much of the discussion familiar. If you have only been casually engaged to date, your toolbox will fill quickly.

In order to work with the book's examples related to LinkedIn and Facebook you really need to have a robust collection of connections. In terms of the source code itself, most of it worked as is. I wasn't able to install the Buzz library which limited my interaction with material in chapter 7 and opted to not get involved with the LinkedIn or Facebook but found the discussions around them easy to follow. By far my favorite chapter in the book was chapter 8, "Blogs et al.: Natural Language Processing (and Beyond)..." It was quite fascinating and caused my reading list to grow considerably.
11 of 12 people found the following review helpful
A book that covers an awesome lot of ground 8 Feb 2011
By Ricardo Bánffy - Published on Amazon.com
Format:Paperback
This book covers a lot of ground. It's, at times, a bit vertiginous in the amount of subjects and technologies it touches per chapter, and is not always easy to follow. It can also introduce so many interesting things that, by the time you finished becoming familiar with all of them, after wandering for hours on the web, jumping from interesting technology to interesting technology, you may have forgotten what took you to these places and wonder where you were in the book. Time spent reading it is, however, time very well spent. When you finish it, you will have at least a cursory familiarity with tools like OAuth, CouchDB, Redis, MapReduce, NumPy (and the Python programming language, albeit it will help you a lot if you know your way around Python before you start the book), Graphviz, SIMILE widgets, NLTK, various service APIs and data formats, and will be well equipped to explore those rich datasets on your own. The chapters are well compartmentalized and it's easy to pick chapters to read according to your needs. I know that, when I face the problems they tackle, I will do exactly that.

If you do any kind of analysis and visualization of social-generated data that's on the web, this book is a good pick. Even if your datasets are not from the web, you may find the parts on analysis and visualization very interesting.
5 of 5 people found the following review helpful
Easy to read. I tore through it 8 Mar 2011
By Wiebe de Jong - Published on Amazon.com
Format:Paperback
Some basic programming ability is a must for this book, as the first page starts with installing the Python development tools. If you don't know Python, that is okay since all the code is easy to follow. Everything you need to develop and run the examples is described step by step with clear instructions at every point.

Once you get comfortable with the basics, the author quickly moves from topic to topic, giving a good introduction into many aspects of how to mine data and generate useful conclusions. Some of the examples include

accessing your twitter feed with OAuth,
processing feeds to determine influence,
using set-wise opeations with redis to determine which of your friends are also followers,
storing data in CouchDB,
using map-reduce to determine the most popular mentions and topics,
natural language processing,
and seeing data with various visualization tools.

And that was just for Twitter.

The book continues on with examples of processing mailboxes, LinkedIn, Google Buzz, blogs, Facebook, and the Semantic Web. The examples show how easy it is to gather and analyze data from all these social web sites.

With a good breadth of coverage, I highly recommend this book for anyone wanting to learn to process and visualize large amounts of data, either from the social web or any other data source.
Search Customer Reviews
Only search this product's reviews

Popular Highlights

 (What's this?)
&quote;
social networking websites are satisfying some very basic human desires on a massive scale in ways that search engines were never designed to fulfill. &quote;
Highlighted by 8 Kindle users
&quote;
Most of the numbered examples in the following chapters are available for download at GitHub at https://github.com/ptwobrussell/Mining-the-Social-Webthe official code repository for this book. &quote;
Highlighted by 6 Kindle users
&quote;
The official GitHub repository that maintains the latest and greatest bug-fixed source code for this book is http://github.com/ptwobrussell/Mining-the-Social-Web. The official Twitter account for this book is @SocialWebMining. &quote;
Highlighted by 6 Kindle users

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



Look for similar items by category


Look for similar items by subject


Amazon Media EU S.à r.l. GB Privacy Statement Amazon Media EU S.à r.l. GB Delivery Information Amazon Media EU S.à r.l. GB Returns & Exchanges