keorn
keorn
Also the section on what class of attacks it should / will not / may protect against.
Actually I realised why I could not use this package before. I intermittently get segmentation fault: ``` _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2135 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2305 unknown function (ip: 0x401931) unknown function...
Added ability to `train` and `evaluate` with arbitrary continuous labels. All labels are scaled to range 0 to 1, for use in the net. Made a more universal way of...
If one implements custom `AbstractMeasure` and not override any printing methods this method leads to an error: https://github.com/cscherrer/MeasureBase.jl/blob/master/src/utils.jl#L3 That is most likely because `pprint` falls back to `show` at some...