Encog for Silverlight is dead. Long live Encog for HTML5 (i.e. Javascript)! Or at least the beginnings of it. This simple example that I just posted shows basic OCR using HTML5. You can even use it on an iPad. More to come, I hope to translate all the example applets to HTML5.
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer
Hi
Hi
First of all thank you for the great job
I am not sure this it the right place
to submit a bug about the javascript implementation
in the part dedicated to genetic algorithm
the mutation is apply twice to the same child
this.mutate(this.population[offspringIndex].data);
the second application should be
this.mutate(this.population[offspringIndex + 1].data);
I think
do you agree ?
Best regards
Pascal