Eureqa
ccsl.mae.cornell.edu
Eureqa
1–10 of 16 posts
Re: Eureqa
#2(But open source would be nicer.)
Re: Eureqa
#3Re: Eureqa
#4Re: Eureqa
#5Re: Eureqa
#6The windows installer seems to work well in Wine. (But open source would be nicer.)
Re: Eureqa
#7Every 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
#8Re: Eureqa
#9How is this different from Bacon? http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&...
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
#10Every 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!"