I am using a Genetic Programming Concept in my Embedded project... so far .. It works fine.. But I am still confused with some stages...because a lot of logistics operations are there in my project....
Thank you for your information. sir.. I am building an architecture for an Embedded device , which have an ability to make decision according to train-set information from the static analysis of data.....(Analysis of Heterogeneous Protocols)....?
Learning classifier systems are a well-established, but often overlooked technique as although they are powerful, they have a bit of a learning curve. They combine the global search capabilities of evolutionary computation with the local search capabilities of reinforcement learning. So as well as effective learners, they have the ability to divide-and-conquer the search space automatically into niches optimizing areas of search independently. Training with either online or offline data produces Human-interpretable ‘if then’ rules, which can be adjusted and run in pseudo-real-time on embedded systems.
A good standard approach is based on Bayesian Decision Trees which are easy to handle an additionally give you the opportunity for an self-learning approach. You will find this topic in many standard textbooks on Machine Learning (e.g. cf. Alpadin: http://mitpress.mit.edu/books/introduction-machine-learning). It is at least a good starting-point.