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
Monday, February 16, 2009
Subscribe to:
Post Comments (Atom)
2 comments:
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
here is another example of neural networks in actionscript 3: http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/
Post a Comment