Jeff Heaton
Jeff Heaton
Support for Lasange seems to have dropped considerably since the book's publication. Update book's Python examples to match the author's class: https://sites.wustl.edu/jeffheaton/t81-558/
Right now the CNN's attempt to use vectorized data structures between the layers, not the 3D "volume" type structure common in CNN's. While this does ensure a great deal of...
This issue was incorrectly reported to Encog for C#. See original issue here. https://github.com/encog/encog-dotnet-core/issues/47 I think that a Cuda 5.0 API change causes encog to fail when executing in the...
On high-res monitors, the Encog workbench and some GUI examples appear very small on high res computers. Not entirely sure what the solution is, but I am adding an issue...
Now that Issue #28 has been added, it would be very nice to be able to add regularization, and other strategies to the analyst training. This should be added via...
PNN trains to a low error rate, but overfitting seems to result, as the results on untrained data are not very good. This was discovered with Issue #78. PNN's do...
Code should be updated in C# and Java. See discussion here: http://www.heatonresearch.com/node/3577
Encog needs a random data set. Such a data set would enclose a regular data set. It would then return randomly selected elements from the enclosed data set. You would...
Now that Issue #28 has been added, it would be very nice to be able to add regularization, and other strategies to the workbench training. This should be added to...
What is the best way to handle embedded LaTex math code, such as can be displayed by GitHub. Usually Mistune just passes the $ and $$ through as text, but...