jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
742 stars 268 forks source link

Is there a Backpropagation example by java #235

Closed kscorpio closed 6 years ago

kscorpio commented 7 years ago

In java examples , MLMethodFactory just has several limited model type , does not have Backpropagation ,

how to use Backpropagation by java(a demo for Backpropagation/BackpropagationFactory)

jeffheaton commented 7 years ago

Good point, I will add such an example soon.

jeffheaton commented 6 years ago

Those classes are used mainly internally by Encog Analyst, so I really do not create examples of how to use them. If you want to see how analyst uses them, this is a good example:

https://github.com/encog/encog-java-core/blob/master/src/main/java/org/encog/app/analyst/commands/CmdTrain.java

Also, training is created by its own set of factories: https://github.com/encog/encog-java-core/tree/master/src/main/java/org/encog/ml/factory/train