135 reputation
7
bio website
location
age
visits member for 1 year, 6 months
seen Feb 11 at 14:17
stats profile views 18

Jun
13
awarded  Popular Question
Mar
28
awarded  Popular Question
Jan
9
revised non-interactive backend on update. Gtk backend not working. Backend clarification
formatting
Jan
9
revised non-interactive backend on update. Gtk backend not working. Backend clarification
deleted 1 characters in body
Jan
9
revised non-interactive backend on update. Gtk backend not working. Backend clarification
Resolved issue, but still have lingering questions.
Jan
9
asked non-interactive backend on update. Gtk backend not working. Backend clarification
Nov
14
comment Elegant grid search in python/numpy
Ahh, indeed! This will simplify things quite a bit!
Nov
13
comment Elegant grid search in python/numpy
The values are accuracy, precision and recall for various objects. I'll be taking the strict min of the accuracy within each object category, and across objects, and combining the precision and recall measures in various ways.
Nov
13
comment Elegant grid search in python/numpy
I simplified the situation above a bit. I am actually reporting multiple values as output (several evaluation functions), so my results line is results[p1idx, p2idx, ... , :, :, :] = 3d matrix of output values. I don't think I can use the bruteforce search from scipy because of this. Your solution is strictly correct to the problem I posted above, but I am looking for ways to simplify that code to create the result matrix without resorting to an existing gridsearch function.
Nov
13
revised Elegant grid search in python/numpy
clarification of input
Nov
13
asked Elegant grid search in python/numpy
Nov
10
accepted Adding a collection to multiple axis?
Nov
8
asked Adding a collection to multiple axis?
Aug
31
accepted Lossless avi encoding on linux
Aug
31
answered Lossless avi encoding on linux
Aug
20
accepted Is it possible to use complex numbers as target labels in scikit learn?
Aug
17
comment Is it possible to use complex numbers as target labels in scikit learn?
Fyi, numpy has a handy function called 'arctan2' which will return theta with the correct quadrant given an x and y offset.
Aug
17
answered Is it possible to use complex numbers as target labels in scikit learn?
Aug
17
asked Is it possible to use complex numbers as target labels in scikit learn?
Jul
22
comment Lossless avi encoding on linux
Why would that change the default codec used by opencv? Also, do you know which program uses codec 0000? I've tried reverting both ffmpeg and gstreamer by uninstalling them and installing the versions I had before, but it did not work.