Why can’t a computer dream? The simple answer is that no one has programmed computers to dream, yet. The more complicated answer is that there is no consensus on the mechanism and…
Category: 2015
How do I identify events from a text document?
How do I identify events from a text document? Events in the noun-sense would be Named-entity recognition. Events in the verb-sense would be triple extraction (aka tuple extraction). TPE Based Tuple Extraction…
What are the best tools for converting speech to text?
What are the best tools for converting speech to text? Wikipedia contains both a List of speech recognition software and Category:Speech recognition software. CMU Sphinx – Speech Recognition Toolkit is likely the…
If artificially intelligent agents develop a means to communicate with each other, what might they say?
If artificially intelligent agents develop a means to communicate with each other, what might they say? AI vs. AI. Two chatbots talking to each other – Cornell Creative Machines Lab:
What algorithms/technologies were used to make Siri?
What algorithms/technologies were used to make Siri? This is like a FAQ…. Please see my other Quora answers about Siri: Is anyone working on an open source version of Siri? Which topics…
What’s the best site to find articles about artificial intelligence?
What’s the best site to find articles about artificial intelligence? My own Twitter bot @artintelbot has been scouring Twitter for the past five years, accumulating over 140,000 tweets containing external links, and…
Is there a way to prevent IFTTT loopback?
Is there a way to prevent IFTTT loopback? Feed items generally have a GUID (Globally Unique IDentifier). Some services auto-filter duplicates based on GUID. Otherwise, filter on AUTHOR to break the loop.
What are some good talks on discourse parsing?
What are some good talks on discourse parsing? Dependency-based Discourse Parser for Single-Document Summarization – Yasuhisa Yoshida: See also: 100 Best Discourse Analysis Videos | Meta-Guide.com
What are some good talks on paraphrase generation?
What are some good talks on paraphrase generation? Large-scale paraphrasing for natural language generation – Chris Callison-Burch:
How do I extract data from a web API?
How do I extract data from a web API? Postman on Chrome is the most efficient way to test, develop and document APIs. APISpark enables any API, application or data owner to…