PetrToman

Results 12 comments of PetrToman

Can we please have autoescaping turned on by a global option (so it doesn't break legacy code)? Something like: ```Template7.setAutoEscaping(true);``` It would also require to provide a way not to...

I've tried to use y^y instead of y - just to make the scale larger - then training error = ~15 % and validation error = ~20 %. However, there...

Good, that sounds like a plan :-)

Hi, I think Strategy pattern (http://blogs.microsoft.co.il/blogs/gilf/archive/2009/11/22/applying-strategy-pattern-instead-of-using-switch-statements.aspx) should be considered for ResilientPropagation class too.

Stratified sampling could also be implemented - in order to help with classification of skewed classes.

Sorry, I should have noticed, WatchService requires Java 7. I suggest to make a fallback for Java 6 using http://commons.apache.org/vfs/apidocs/org/apache/commons/vfs2/impl/DefaultFileMonitor.html. A simple wrapper class like this would do the job:...

Note: As for refactoring, it would be better to move both `ExtractFields()` methods to `EncogAnalyst` class and make them non-static.

The bug mentioned above is reported (with a fix) here: https://github.com/encog/encog-java-core/issues/99

Since SVM already supports regularization, perhaps a general algorithm to search for optimal regularization parameter(s) may be used once "SVM Search" is enhanced (issue #54). I also see splitting data...

@mbardelmeijer Unfortunatelly, I had to postpone my investigations. I suggest to look at other projects - https://github.com/search?q=odoo+php