automenta

Results 13 issues of automenta

main now test/java/org/opennars 6 months ago

https://github.com/opennars/opennars/blob/master/src/main/resources/nal/single_step/nal5.13.nal missing cases where one or both premise implications are of freq ~0. ==> animal>>. %1% ==> animal>>. %0% according to https://github.com/opennars/opennars-archived/blob/bigpicture2/nars_logic/src/main/java/nars/nal/default.meta.nal and the tests here, it should derive: ((&&,robin-->bird,...

``` * high level memory control vocabulary * load(fromContext[,filter]) - effectively copy(from, SELF, ...) * save(toContext[,filter]) - effectively copy(SELF, to, ...) * copy(from, to[, filter]) - copy from one context...

discussion

https://github.com/jeffheaton/encog-java-core/blob/06bed745403a1a670675b606b6ae483fbf7a6b97/src/main/java/org/encog/neural/freeform/training/FreeformPropagationTraining.java#L160 should this be: fromNeuron.addTempTraining(0, layerDelta); since the existing stored value is not always zero (from previous iterations of the same training). unit tests still pass after this change.

only the classification panel is working with the new sidebar. i felt the 'Configure' popup was awkward and better to be always available. the 'Run' button loads the current settings...

…synchronized so use the int[] raster, much faster) :+1: