Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data-parallel human functions; fuzzy variants #5

Open
dbarowy opened this issue Jun 5, 2013 · 1 comment
Open

Data-parallel human functions; fuzzy variants #5

dbarowy opened this issue Jun 5, 2013 · 1 comment

Comments

@dbarowy
Copy link
Collaborator

dbarowy commented Jun 5, 2013

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
Copy link
Collaborator Author

dbarowy commented Jun 5, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant