Andrej

Results 373 comments of Andrej

Hey Heather, you're right precomputing the data kernel matrix is a good way to speed things up, especially if your D is very large and N is not _TOO_ crazy...

As a quick hack by the way, try to simply precompute kernel(data[i],data[j]) for all i,j into a 2D array and then use that instead of calling the kernel function. Can...

I also got the email :( Bad news indeed. I'm looking into PubMed as a potential API source. There is something here http://www.ncbi.nlm.nih.gov/books/NBK25501/ but the wall of text is not...

Did you go through the readme file and instructions in full? I assume you're probably using a Mac? I think you probably have to authorize Terminal in your settings. From...

Hi i want to merge this but I'm worried about the sleep times: ``` bash sleep $windowLength sleep .5 #make sure that all `xinput test` finished ``` since `$windowLength` is...

It's not clear to me what two sleeps in a row accomplish. Alternatively the first one could be set to 8.5? I don't think I fully understand the intent here.

Hi, both of those agents are using the same algorithm: DQN, but yes the implementation is different on the level of details. I'd use the REINFORCEjs one, it's more recent...

I know, it's a known problem I've been too lazy to fix. I'll keep it in mind for next batch of small fixes.

Hi, there is no reason for this except that I don't know how it should be done properly. If you can fix this with a PR I'd be happy to...

is this a big change? I'm not exactly sure what's involved. And is this done so that things work transparently on both node and browser? Or what's wrong with the...