Seeing as this is the place to post projects... I'll post a bit of info on mine.

For the past 3 months, I've been working on a Neural Network Simulator. I know, the name sounds like whoa, but it isn't really that amazing. All it really is, is a program that allows you to define a neural network, and train it.

At the moment, I've just got the delta rule implemented, and it learns via standard backpropagation. The input patterns are provided by means of XML (nice formatting). The Java version should be done in a couple of weeks. I'm not sure if there is any reason for me to do it in Delphi over Java :?: