"WeRateDogs" ACT REPORT¶

- Introduction
- 10 most common dog breeds
- Dog stage with the highest numbers of likes and retweets
- How many dog predictions were truly dogs based on the machine learning model used by WeRateDogs

Introduction¶

"WeRateDogs" is a Twitter page that rates cute animals, mostly dogs, on Twitter. They post, and repost, thousands of cute dogs on their page, and rate them using a very unique rating system that has gotten them millions of followers over the years, now with over 4 million followers, they have gained international recognition.

I carried out a simple analysis of some of their tweets from 2015 to 2017 to generate some insights and share them here. In this report, I'll be communicating the 3 insights that I produced, which are listed below:

  • 10 most common dog breeds

  • Which dog stage had the highest numbers of likes and retweets

  • How many dog predictions were truly dogs based on a machine learning model

10 most common dog breeds¶

The "WeRateDogs" page features hundreds of dog breeds in their posts, but we all know they do not own the dogs that they post and rate. With this insight, I wanted to find out the 10 most common dogs that get featured on their Twitter page. Luckily for me, I worked with an image predictions dataset that made my analysis a whole lot easier. The dataset provided me with the breed predictions of each dog post, which facilitated the extraction of the 10 most common dog breeds on their twitter page as at August 1st, 2017.

In descending order, they were:

  1. Golden Retriever
  2. Labrador Retriever
  3. Pembroke
  4. Chihuahua
  5. Pug
  6. Pomranian
  7. Samoyed
  8. Chow
  9. Toy Poodle
  10. Cocker Spaniel

Which dog stage had the highest numbers of likes and retweets¶

The pictures of the dogs on the "WeRateDogs" page are from different stages in the dog life cycle. With this insight, I wanted to find out the relationship between the different dog stages and the numbers of likes and retweets that posts of dogs in each stage get. To shed some light on the different stages, below is a mini doctionary explaining the four stages that I worked with:

  • Pupper - A younger dog
  • Doggo - An older dog
  • Puppo - A dog in between the pupper and doggo phase
  • Floofer - Any dog really, but usually a furry buddy

I got the means of the retweet and like counts for all the dog stages posted between 2015 and 2017, and came to a conclusion that posts of dogs in the puppo stage had more likes and retweets compared to posts of dogs in other stages.

Below are the means of likes and retweets respectively, for each dog stage.

  • Doggo - 16,772 and 5,625
  • Floofer - 16,772 and 3,839
  • Pupper - 6,252 and 1,911
  • Puppo - 20,553 and 5,798

A visual representation of relationship between the dog stage and the number of retweets is shown in the figure below

How many dog predictions were truly dogs based on the machine learning model used¶

Most of their posts are dog posts, or I would think that at least 90% of them are, considering that their user name literlly has the word "dog" in it. With this final insight, I wanted to find out the percentage of their posts as at August 1st, 2017, that was about dogs. The machine learning model dataset that I worked with already had a section that stated whether the predictions were dog predictions or not. I calculated the percentage of dog posts using the number of dog predictions, dividing it by the total number of posts that I worked with, and multiplying the result by 100. I could infer that based on the data that I worked with, about 84.47% of their posts were dog posts. So close to my guess!

Those were the insights I produced from working with the Twitter archives, Twitter API and image predictions datasets of "WeRateDogs".