encog-java-core
encog-java-core copied to clipboard
Currently, Analyst generates `_eval.csv` file, but not `_eval.egb` file (though it's possible manually in Workbench), so it cannot calculate validation error during training. I think this would be a natural...
Encog already supports a parameter search for SVM utilizing a simple error metric: ``` if( actual==ideal ) correct++; // EncogUtility.calculateClassificationError() ``` However, there is a number of other evaluation functions...
Kernel method for SVM cannot be chosen in Workbench. In the parameters dialog, only C and Gamma parameters can be set - both for "Basic SVM Training" and "Search SVM...
It would be very nice to have some basic syntax highlighting in the Analyst Editor Window.
Sometimes project files (left pane) in Workbench get out of sync. Currently, "Refresh" command in the popup menu can be used to synchronize. However, there is a better way to...
This is a common feature in many apps: It would be useful if parameter values in the training dialog windows were persisted during the session (until Workbench is closed) or...
It would be useful to allow certain aspects of training to be visualized. For example show the gradients and deltas in RPROP. This could help to identify causes of training...
How about improving the visualization of .egb file a bit? 1) Alow to rotate/flip axes. 2) Use grayscale instead of black and white. Sample data: http://dione.zcu.cz/~toman40/encog/encog_visualization.zip