An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The collaborative human interpreter (CHI) is a proposed software interface for human-based computation (first proposed as a programming language on the blog Google Blogoscoped, but implementable via an API in virtually any programming language) specially designed for collecting and making use of human intelligence in a computer program.One typical usage is implementing impossible-to-automate functions. enum GenderCode { MALE, FEMALE, NOT_A_HUMAN }Photo photo = loadPhoto(file)GenderCode result = checkGender(photo)

Property Value
dbo:abstract
  • The collaborative human interpreter (CHI) is a proposed software interface for human-based computation (first proposed as a programming language on the blog Google Blogoscoped, but implementable via an API in virtually any programming language) specially designed for collecting and making use of human intelligence in a computer program.One typical usage is implementing impossible-to-automate functions. For example, it is currently difficult for a computer to differentiate between images of men, women and non-humans. However, this is easy for people. A programmer using CHI could write a code fragment along these lines: enum GenderCode { MALE, FEMALE, NOT_A_HUMAN }Photo photo = loadPhoto(file)GenderCode result = checkGender(photo) Code for the function checkGender(Photo p) can currently only approximate a result, but the task can easily be solved by a person. When the function checkGender is called, the system will send a request to someone, and the person who received the request will process the task and input the result. If the person (task processor) inputs value MALE, you'll get the value in your variable result, in your program. This querying process can be highly automated. (en)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 3130340 (xsd:integer)
dbo:wikiPageLength
  • 2279 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1073472589 (xsd:integer)
dbo:wikiPageWikiLink
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • The collaborative human interpreter (CHI) is a proposed software interface for human-based computation (first proposed as a programming language on the blog Google Blogoscoped, but implementable via an API in virtually any programming language) specially designed for collecting and making use of human intelligence in a computer program.One typical usage is implementing impossible-to-automate functions. enum GenderCode { MALE, FEMALE, NOT_A_HUMAN }Photo photo = loadPhoto(file)GenderCode result = checkGender(photo) (en)
rdfs:label
  • Collaborative human interpreter (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License