Google Search

Showing posts with label Predicting. Show all posts
Showing posts with label Predicting. Show all posts

Sunday, March 24, 2013

Predicting Technological Progress: Putting Moore’s Law to the Test

Being able to predict the pace of technological development could be quite useful for a lot of people. No surprise then, that several models (or ‘laws’) have been posited that aim to describe how technological progress will unfurl (the most famous one probably being Moore’s law, for those interested: original article here).

Illustration of Moore’s law (amount of transistors doubles every two years). (Wikimedia Commons, Wgsimon)

However, these laws or models haven’t really been tested in a broader perspective.

Now, they have. A new article in PLOS ONE evaluates six models for predicting technological progress, namely:

Wright’s law (1936): the cost decreases at a rate that depends on cumulative production.Moore’s law (generalized, 1965): the cost of a given technology decreases exponentially with time.Goddard’s model (1982): progress is driven purely by economies of scale.SCK model (Sinclair, Klepper and Cohen, 2000): a combination of Wrights’ and Goddard’s law.Nordhaus’ model (2009): a combination of Moore’s and Wright’s law.The sixth hypothesis the researchers consider, is Wright’s law lagged by one year.

Next, the ability of these hypotheses to predict technological progress was tested using a database holding data concerning the cost and production of 62 technologies, for annual intervals over a duration of 10 to 39 years.

The winner?

Can’t go wrong with old school: Wright’s law, with Moore’s law a close second.

In fact, an exponential increase in production and exponential decrease in cost make both laws indistinguishable (over long time spans, however, Moore’s law could perform significantly worse than the one postulated by Wright).

Interestingly, these laws hold even for technologies they weren’t originally proposed for (Wright: airplanes, Moore: integrated circuits), such as the production of chemicals and photovoltaic cells.

But, as the authors note:

Of course we must add the usual caveats about making forecasts – as Niels Bohr reputedly said, prediction is very difficult, especially of the future.

They also stress that:

Our primary goal in this paper is to compare the performance of proposed models in the literature for describing the cost evolution of technologies. Our objective is not to construct the best possible forecasting model.

And, as is noted in this Nature piece concerning the article, it’s unclear whether these laws are able to predict the development of young technologies. After all, the technologies in the database are ‘those that survived’. It also stresses that other factors, such as governmental policies play a role. Finally, the unpredictable development of new technologies, following an unexpected breakthrough, can thoroughly shake the technology landscape, like ripples in a calm pond, messing up previous forecasts.

While forecasting and anticipating is important and often educational, and well-founded guesses and probability estimates can be made, actually predicting the future, it seems, is, with our current knowledge, still tricky business.

_______________________________________________________________

Nagy, B., Farmer, J., Bui, Q., & Trancik, J. (2013). Statistical Basis for Predicting Technological Progress PLoS ONE, 8 (2) DOI: 10.1371/journal.pone.0052669


View the original article here

Saturday, January 5, 2013

Predicting what topics will trend on Twitter: Algorithm offers new technique for analyzing data that fluctuate over time

Nov. 1, 2012 — Twitter's home page features a regularly updated list of topics that are "trending," meaning that tweets about them have suddenly exploded in volume. A position on the list is highly coveted as a source of free publicity, but the selection of topics is automatic, based on a proprietary algorithm that factors in both the number of tweets and recent increases in that number.

At the Interdisciplinary Workshop on Information and Decision in Social Networks at MIT in November, Associate Professor Devavrat Shah and his student, Stanislav Nikolov, will present a new algorithm that can, with 95 percent accuracy, predict which topics will trend an average of an hour and a half before Twitter's algorithm puts them on the list -- and sometimes as much as four or five hours before.

The algorithm could be of great interest to Twitter, which could charge a premium for ads linked to popular topics, but it also represents a new approach to statistical analysis that could, in theory, apply to any quantity that varies over time: the duration of a bus ride, ticket sales for films, maybe even stock prices.

Like all machine-learning algorithms, Shah and Nikolov's needs to be "trained": it combs through data in a sample set -- in this case, data about topics that previously did and did not trend -- and tries to find meaningful patterns. What distinguishes it is that it's nonparametric, meaning that it makes no assumptions about the shape of patterns.

Let the data decide

In the standard approach to machine learning, Shah explains, researchers would posit a "model" -- a general hypothesis about the shape of the pattern whose specifics need to be inferred. "You'd say, 'Series of trending things … remain small for some time and then there is a step,'" says Shah, the Jamieson Career Development Associate Professor in the Department of Electrical Engineering and Computer Science. "This is a very simplistic model. Now, based on the data, you try to train for when the jump happens, and how much of a jump happens.

"The problem with this is, I don't know that things that trend have a step function," Shah explains. "There are a thousand things that could happen." So instead, he says, he and Nikolov "just let the data decide."

In particular, their algorithm compares changes over time in the number of tweets about each new topic to the changes over time of every sample in the training set. Samples whose statistics resemble those of the new topic are given more weight in predicting whether the new topic will trend or not. In effect, Shah explains, each sample "votes" on whether the new topic will trend, but some samples' votes count more than others'. The weighted votes are then combined, giving a probabilistic estimate of the likelihood that the new topic will trend.

In Shah and Nikolov's experiments, the training set consisted of data on 200 Twitter topics that did trend and 200 that didn't. In real time, they set their algorithm loose on live tweets, predicting trending with 95 percent accuracy and a 4 percent false-positive rate.

Shah predicts, however, that the system's accuracy will improve as the size of the training set increases. "The training sets are very small," he says, "but we still get strong results."

Keeping pace

Of course, the larger the training set, the greater the computational cost of executing Shah and Nikolov's algorithm. Indeed, Shah says, curbing computational complexity is the reason that machine-learning algorithms typically employ parametric models in the first place. "Our computation scales proportionately with the data," Shah says.

But on the Web, he adds, computational resources scale with the data, too: As Facebook or Google add customers, they also add servers. So his and Nikolov's algorithm is designed so that its execution can be split up among separate machines. "It is perfectly suited to the modern computational framework," Shah says.

In principle, Shah says, the new algorithm could be applied to any sequence of measurements performed at regular intervals. But the correlation between historical data and future events may not always be as clear cut as in the case of Twitter posts. Filtering out all the noise in the historical data might require such enormous training sets that the problem becomes computationally intractable even for a massively distributed program. But if the right subset of training data can be identified, Shah says, "It will work."

"People go to social-media sites to find out what's happening now," says Ashish Goel, an associate professor of management science at Stanford University and a member of Twitter's technical advisory board. "So in that sense, speeding up the process is something that is very useful." Of the MIT researchers' nonparametric approach, Goel says, "it's very creative to use the data itself to find out what trends look like. It's quite creative and quite timely and hopefully quite useful."

Share this story on Facebook, Twitter, and Google:

Other social bookmarking and sharing tools:

Story Source:

The above story is reprinted from materials provided by Massachusetts Institute of Technology.

Note: Materials may be edited for content and length. For further information, please contact the source cited above.

Note: If no author is given, the source is cited instead.

Disclaimer: Views expressed in this article do not necessarily reflect those of ScienceDaily or its staff.


View the original article here