breznak / neural.benchmark

Comparisons of HTM to other ML algorithms on well known datasets and synthetic anomaly benchmarks
GNU General Public License v2.0
8 stars 1 forks source link

New tools for statistic handling and debugged plotting results #53

Closed wattik closed 8 years ago

wattik commented 8 years ago

Now, if you wanna hurry up, there's SHOWRESULTS(filename) for you.

breznak commented 8 years ago

@wattik nice work on the "resulting", please add it to all the sections in MAIN.m to print the results and maybe also save a file "results/_results.txt" You may consider also computing the precision/recall/F during that "results" function.

wattik commented 8 years ago

Well, why would we add results to MAIN.m? I think we first have to run the script, then run python scripts and then evaluate results. No need for it in MAIN.m. In addition to that, as we have agreed I'm going to put the statistics in figures instead.

breznak commented 8 years ago

In addition to that, as we have agreed I'm going to put the statistics in figures instead. :+1: ok, that'd be even better