Hello,
Recently, I was experimenting a bit with genetic algorithms, and tried to generate simple string like "Hello World!". The algorithm works fine. But now I am wondering is there any mathematical or computer science topic, that covers solution for similar task without using genetic algorithms.
Like it is obvious that if it was no feedback that would be just brutual solution - random character generation until you hit the target, but lets say there is feedback that tells how close you are...
Neural Networks are another feedback based system. With both Neural Networks and genetic algorithms, you generally are trying to avoid a brittle solution to a problem like generating a specific string. You want a little bit of variation to avoid predictability and have adaptability.
Thing is that, I am not concerned about designing feedback part, what I am concerned about is doing same task without genetic algorithms.
You can generally provide an evaluation function that will compare the output to the desired output and provide the neural net the required feedback.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks