Encog Project Links
Natural Language Processing Links
- Kevin's Wordlist - Simple dictionaries for the English language.
- Project Gutenberg - Lots of free books online. Good source of sample English (and other) sentences.
- Wordnet - NLP Dictionary produced by Princeton University
Useful Links for Encog Developers
- Free Book on Subversion - Subversion is the Source Control we use
- Eclipse - Eclipse is the IDE that we provide project files for.
- Subclipse - A nice Subversion plugin for Eclipse.
- JFreeChart - Used by several of the Encog utilities to display charts.
- Sharp Develop - IDE that lets you program Microsoft C#/VB for free. Works fine with Encog.
- Apache Derby - Used to unit test our database functions.
- NUnit - We use NUnit to unit test our C# code.
- JUnit - We use JUnit to unit test our Java code.
- Apple JAR Bundler - Used to create the distributed version of Encog Workbench for Mac OSX.
Public Sources of Data
These sites contain large amounts of data that might be useful for neural network training.
- UCI Knowledge Discovery in Databases Archive - Lots of public data that can be used to train neural networks with.
- UCI Machine Learning Archive - Even more data that can be used to train neural networks with.
- USA Government Data(data.gov) - A great deal of data published by the United States Government.
Online Utilities
- Matrix Math - Some online matrix math utilities that I wrote. They both perform the matrix math, and show you the steps. I use these to check some of my book examples.