Live data from Hacker News

Eureqa

ccsl.mae.cornell.edu

1–10 of 16 posts

Re: Eureqa

#4
Every installation of this program needs to come with a statistician to stand over your shoulder and hit you with a ruler and shout "That's data mining, not a controlled experiment! No causality for you!"

Re: Eureqa

#5
What about the choice of symbolic forms? It'd be cool if some of the data analysis suggests other possible blocks to use in the modelling process.

Re: Eureqa

#6
post #2

The windows installer seems to work well in Wine. (But open source would be nicer.)

Yeah, besides the Linux binary is only for 32-bit x86 machines :S

Re: Eureqa

#7
post #4

Every installation of this program needs to come with a statistician to stand over your shoulder and hit you with a ruler and shout "That's data mining, not a controlled experiment! No causality for you!"

For real

Re: Eureqa

#9
post #8

How is this different from Bacon? http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&#38...

I have only a limited understanding of the details of BACON, but from what I remember it was what is called a "production system" and somewhat akin to an evolving expert system. Something like BACON starts out with a set of rules and then tweaks them looking for patterns that can be generalized into new rules. Novel for the early 80s, but in practice these systems seemed to be limited to very specific domains.

Eureqa is a genetic programming system (running over a graph encoding, bonus points for that one :) that evolves a set of rules from basic components to fit a set of data and hopefully be able to make future predictions. The general concept is not really new -- some of Koza's early examples of the power of GP were evolving Kepler's third law using astronomical data points as the input and evolving Ohm's law in a similar fashion[1] -- but developing a general toolkit and packaging it as a useful tool is somewhat novel. One thing that probably distinguishes Eureqa is that I would expect the output to be more parsimonious than that developed by a production system like BACON. A system like BACON is also more complex, involving various layers of detectors and rule emitters, while a GP system can be very simple once you have figured out the best set of operators for a problem domain.

[1] It should be noted that BACON did these tasks as well, so they are more of a general rule-building yardstick and put GP at a similar level to the well-developed (and well-funded) production systems research of the era.

Re: Eureqa

#10
post #4

Every installation of this program needs to come with a statistician to stand over your shoulder and hit you with a ruler and shout "That's data mining, not a controlled experiment! No causality for you!"

Not sure why you're being voted down, as this was the first thing I thought. Admittedly, I'm not a statistician, so perhaps someone else can explain why this kind of thing is valuable?
Post reply on HN