Monday, February 16, 2009

Neural Network in ActionScript 3

Keywords: neural network, backpropagation, supervised learning

Actionscript Neural Network = annet - the package developed to solve classification problems using supervised learning.

First problem implemented: XOR Problem
0 ^ 0 = 0
0 ^ 1 = 1
1 ^ 0 = 1
1 ^ 1 = 0

See the example here. You should train the network first pressing "Train" button first.

Coming up next: Digit Recognizer Component

2 comments:

Billy said...

Hi I am very interested in the program you wrote. Unfortunately the link doesn't work. Can I also use the source code? That would be awesome.

Thanks

Another-D-Mention said...

here is another example of neural networks in actionscript 3: http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/