Java Neural Networks

Programming Neural Networks in Java

If you are starting with Neural Networks you should check out my online book on the subject. It contains over 300 pages of information on Neural Network Programming in Java. You can access it here.

 

Other Sites

Other Stuff I Programmed
I will be putting more up here as it becomes stable.
These are a few of my own Neural Network applications.

AI Stuff I use from the Net

  • WordNet from Princeton - A very advanced lexicon(dictionary) that can be downloaded. This is very useful for natural language processing (NLP).
  • JWordNet - A GPL Pure Java interface into the WordNet database.

AI Articles by Me