AutoMan icon indicating copy to clipboard operation
AutoMan copied to clipboard

Data-parallel human functions; fuzzy variants

Open dbarowy opened this issue 11 years ago • 1 comments

E.g., map, fold, etc.

These work a bit like LINQ/functional programming, except that we may be lazy in the computation graph construction sense but maybe not in the function-evaluation sense. I.e., we still want to spawn tasks eagerly, but we also would like to build a global computation graph.

dbarowy avatar Jun 05 '13 00:06 dbarowy

Fuzzy variants mean that confidence applies to the whole collection; 95% confidence means that we have 95% confidence that the function produced the correct output across all of the inputs. Each function invocation will also have its own confidence level.

dbarowy avatar Jun 05 '13 00:06 dbarowy