David Dovodov

Results 67 comments of David Dovodov

Another question about performance. Is it okay if supervised learning lasts a lot of time with simple iris dataset on a core i5 6600 cpu? Didn't wait till it finish,...

I'm using cmake and after set(CMAKE_BUILD_TYPE Release) it runs faster on simple tasks, but on the iris dataset it still lasts for a long time. I'm using classic dataset from...

Yes, of course, I can check it on the evening today

I have divided all the values by 10.0 except the class marks and it still consumes a lot of time. For reduced dataset (20 training/10 testing) I have the following...

Ok, it works much faster now! Reduced dataset (faster and without errors): ``` ddovod@/build: time ./neat Finished training in 285 generations Result: 0 real 0m0.587s user 0m0.584s sys 0m0.000s ```...

Sorry, my bad, the right full dataset result: ``` ddovod@/build: time ./neat Finished training in 439 generations Result: 0 real 0m0.961s user 0m0.936s sys 0m0.000s ``` Looks like it works...

Yes, sure, thank you a lot) I'm seeing some stranger things and will be investigating it. So I'll return with results a bit later in this week. Your project is...

Ok guys, another question. Why did you restricted this library usage only for c++1z? There's no much place where it's really needed, and maybe c++14 would be enough, and it...

Here just a few things I cannot use to work with Hippocrates: - Clion (actually I write code in emacs, but sometimes I use Clion for some debugging tasks) -...

And maybe it was my mistake, but it still spends a lot of time on my initial problem. I don't know why, but today I cleaned/compiled the test again and...