- fix Serialization and neural network init,etc some bugs
- implement a framework to use Encog easier
- cofiguration based on XML and log based on log4j
- implement some tools to do data cleaning and saving
https://github.com/encog/encog-java-core.git The following links will be helpful getting started with Encog. Getting Started: http://www.heatonresearch.com/wiki/Getting_Started Important Links: http://www.heatonresearch.com/encog
- cn.edu.zju.NeuralFramework/ my implement
- org.encog/ fix some bugs from Encog 3.3
- BasicNetworkTest/IrisTest tests using Encog
- NeuralModels models here
- NeuralNetwork main file, configure and train using framework
- NeuralUtils tools to save and reload models, evaluation,etc
- read doc of Encog (NeuralNetworkFrameworkOfEncog/src/main/resources/doc/)
- modify NeuralNetConf.xml and set your parameters
- modify NeuralNetwork main function then running