Neural Network Turkey Recipes
1 Comment Published November 19th, 2006 in ITP, blog, java, neural, p5, programming, teaching_A first pass at my Neural Networks in processing tutorial is ready for public consumption. So, before you go and consume a turkey, consume this link. And let me know if it makes any sense at all. . .? The examples are still trivial — Linear classification, Solving XOR — but I hope to develop some more advanced pattern recognition examples soon!
Since you seem to be interested in genetic algorithms and neural networks, you might want to check out particle swarm optimization some time. It’s a simple real-valued optimization algorithm that can be used for things like training neural networks.
I can use PSO to correctly learn the XOR function in a fraction of a second, for instance.