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

Faster matlab scripts #54

Closed breznak closed 8 years ago

breznak commented 8 years ago

generating data with about 1M points (~24hrs) takes too much time in matlab, it should be very fast with vector operations.

breznak commented 8 years ago

the bug seems to be in periodicity.m

wattik commented 8 years ago

periodicity.m is now faster, check PR

breznak commented 8 years ago

much better, thanks! :+1: fixed in #59 , closing