Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

For some time already I am studiyng and applying machine learning methods. Recently for some particular problem, where methods like SVM, RF, neural nets etc. failed I got limited success with genetic programming, which was quite new area for me in practice at the moment. But right now it looks like, I really need to implement something like Learning classifier system.

So the question is, are there any existing frameworks for LCS implementation ? To be more precise I am looking for frameworks on any language from the list: Java, Python, R, Matlab.

Thanks.

P.S.: I am still not sure if this is a correct place to ask my question, should I go with it to CrossValidated instead?

share|improve this question

migrated from scicomp.stackexchange.com Oct 1 '12 at 12:44

1 Answer

up vote 2 down vote accepted

There are many implementations. Here's a list on one of the main LCS research community websites:

http://gbml.org/category/software/

Unfortunately I haven't used any extensively, so I can't say which would be best. There's a python implementation in the first page of listings though.

share|improve this answer
Not very helpfull site actually, but my own search showed that there is nothing else out there. Thank you for the link and your help. – GrayR Oct 2 '12 at 13:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.