A collection of Neural Networks
Written in Java, there are currently two types of neural networks:
- Simple Feed Forward Neural Network
- Radial Basis Function Neural Network
The training algorithm for the latter network is not yet finished (due to complications) - it will be updated soon.
Enjoy!