ArticleslgStudy

computer science

Google Flu Trends

Google Flu Trends is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Google Flu Trends rather than just read about it. In short: Google Flu Trends (GFT) was a web service operated by Google. It provided estimates of influenza activity for more than 29 countries.

Google Flu Trends — main illustration
Google Flu Trends — illustration

Key takeaways

  • Google Flu Trends belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Google Flu Trends to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Google Flu Trends from memory before moving on to harder problems.

Reference excerpt

Google Flu Trends (GFT) was a web service operated by Google. It provided estimates of influenza activity for more than 29 countries. By aggregating Google Search queries, it attempted to make accurate predictions about flu activity. This project was first launched in 2008 by Google.org to help predict outbreaks of flu. Google Flu Trends stopped publishing current estimates on 9 August 2015. Historical estimates are still available for download, and current data are offered for declared research purposes.

History The idea behind Google Flu Trends was that, by monitoring millions of users' health tracking behaviors online, the large number of Google search queries gathered can be analyzed to reveal if there is the presence of flu-like illness in a population. Google Flu Trends compared these findings to a historic baseline level of influenza activity for its corresponding region and then reports the activity level as either minimal, low, moderate, high, or intense. These estimates have been generally consistent with conventional surveillance data collected by health agencies, both nationally and regionally. Roni Zeiger helped develop Google Flu Trends.

Methods Google Flu Trends was described as using the following method to gather information about flu trends. First, a time series is computed for about 50 million common queries entered weekly within the United States from 2003 to 2008. A query's time series is computed separately for each state and normalized into a fraction by dividing the number of each query by the number of all queries in that state. By identifying the IP address associated with each search, the state in which this query was entered can be determined. A linear model is used to compute the log-odds of Influenza-like illness (ILI) physician visit and the log-odds of ILI-related search query:

logit ⁡ ( P ) = β 0 + β 1 × logit ⁡ ( Q ) + ϵ {\displaystyle \operatorname {logit} (P)=\beta _{0}+\beta _{1}\times \operatorname {logit} (Q)+\epsilon }

P is the percentage of ILI physician visit and Q is the ILI-related query fraction computed in previous steps. β0 is the intercept and β1 is the coefficient, while ε is the error term. Each of the 50 million queries is tested as Q to see if the result computed from a single query could match the actual history ILI data obtained from the U.S. Centers for Disease Control and Prevention (CDC). This process produces a list of top queries which gives the most accurate predictions of CDC ILI data when using the linear model. Then the top 45 queries are chosen because, when aggregated together, these queries fit the history data the most accurately. Using the sum of top 45 ILI-related queries, the linear model is fitted to the weekly ILI data between 2003 and 2007 so that the coefficient can be gained. Finally, the trained model is used to predict flu outbreak across all regions in the United States. This algorithm has been subsequently revised by Google, partially in response to concerns about accuracy, and attempts to replicate its results have suggested that the algorithm developers "felt an unarticulated need to cloak the actual search terms identified".

Privacy concerns Google Flu Trends tries to avoid privacy violations by only aggregating millions of anonymous search queries, without identifying individuals that performed the search. Their search log contains the IP address of the user, which could be used to trace back to the region where the search query is originally submitted. Google runs programs on computers to access and calculate the data, so no human is involved in the process. Google also implemented the policy to anonymize IP address in their search logs after 9 months. However, Google Flu Trends has raised privacy concerns among some privacy groups. Electronic Privacy Information Center and Patient Privacy Rights sent a letter to Eric Schmidt in 2008, then the CEO of Google. They conceded that the use of user-generated data could support public health effort in significant ways, but expressed their worries that "user-specific investigations could be compelled, even over Google's objection, by court order or Presidential authority".

Impact An initial motivation for GFT was that being able to identify disease activity early and respond quickly could reduce the impact of seasonal and pandemic influenza. One report was that Google Flu Trends was able to predict regional outbreaks of flu up to 10 days before they were reported by the CDC (Centers for Disease Control and Prevention). In the 2009 flu pandemic Google Flu Trends tracked information about flu in the United States. In February 2010, the CDC identified influenza cases spiking in the mid-Atlantic region of the United States. However, Google's data of search queries about flu symptoms was able to show that same spike two weeks prior to the CDC report being released. "The earlier the warning, the earlier prevention and control measures can be put in place, and this could prevent cases of influenza," said Dr. Lyn Finelli, lead for surveillance at the influenza division of the CDC. "From 5 to 20 percent of the nation's population contract the flu each year, leading to roughly 36,000 deaths on average." Google Flu Trends is an example of collective intelligence that can be used to identify trends and calculate predictions. The data amassed by search engines is significantly insightful because the search queries represent people's unfiltered wants and needs. "This seems like a really clever way of using data that is created unintentionally by the users of Google to see patterns in the world that would otherwise be invisible," said Thomas W. Malone, a professor at the Sloan School of Management at MIT. "I think we are just scratching the surface of what's possible with collective intelligence."

… excerpt ends here. Continue reading the full article.

Illustrations

Google Flu Trends: Google Flu Trends data, South Africa
Google Flu Trends data, South Africa

Worked examples

Example 1 — a first encounter with Google Flu Trends

Start with the simplest possible case. Write down what Google Flu Trends claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Google Flu Trends before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Google Flu Trends ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Google Flu Trends

In research
Google Flu Trends appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Google Flu Trends in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Google Flu Trends is common in secondary-school and first-year university syllabi. It links to neighbouring topics Data analysis software, Discontinued Google services, Influenza, so understanding it makes those chapters shorter.
In everyday life
Look for Google Flu Trends outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Google Flu Trends” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Google Flu Trends in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Google Flu Trends means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Google Flu Trends out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Google Flu Trends in simple terms?

Google Flu Trends (GFT) was a web service operated by Google. It provided estimates of influenza activity for more than 29 countries.

Why does Google Flu Trends matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Google Flu Trends?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Google Flu Trends.

Tags

  • Data analysis software
  • Discontinued Google services
  • Influenza
  • Internet properties established in 2008
  • Prediction
  • Projects established in 2008
  • Public health and biosurveillance software

Keep exploring