What is new in deep neural networks? Inceptionism: Going Deeper into Neural Networks (June 2015) The Unreasonable Effectiveness of Recurrent Neural Networks (May 2015) A Neural Conversational Model (2015)
Category: 2015
What is the difference between natural language processing (NLP) and natural language understanding (NLU)?
What is the difference between natural language processing (NLP) and natural language understanding (NLU)? Natural language processing is the more general umbrella term, which includes the subfield of Natural language understanding. More…
What is required to add emotional layer on top of personal assistant technology to become capable of interacting with people beyond information sharing?
What is required to add emotional layer on top of personal assistant technology to become capable of interacting with people beyond information sharing? The technology for this exists today; think reverse sentiment…
When will Yahoo! Pipes go dark?
When will Yahoo! Pipes go dark? pipes.yqlblog.net/post/120705592639/pipes-end-of-life-announcement Jun 04 2015 Pipes End-of-life Announcement As of August 30th 2015, users will no longer be able to create new Pipes. The Pipes team will…
How do I convert XML to OWL using Java?
How do I convert XML to OWL using Java? Generally, XSLT is used for converting XML to or from anything else; however, OWL API is probably the solution for Java. See also…
Which aspects of human creativity are hardest to surpass by computers?
Which aspects of human creativity are hardest to surpass by computers? Is it possible to explain metaphors using discourse analysis frameworks, or only with cognitive linguistic frameworks? For me the real question…
Have any programming experience using web scraping APIs from KimonoLabs?
Have any programming experience using web scraping APIs from KimonoLabs? What are some web based approaches for text mining? How to crawl web pages? I used to be a huge fan of…
How do I design a system to query the database based on natural language input?
How do I design a system to query the database based on natural language input? This may be referred to as NLDB (Natural Language Database) or NLIDB (Natural Language Interface to Databases). …
Can anyone tell a way to parse the Wiktionary dump to get part of speech for English words?
Can anyone tell a way to parse the Wiktionary dump to get part of speech for English words? > https://en.wiktionary.org/w/api.php Why would you want to parse the dump, when you could use…
What are some unsolved problems in text to image conversion?
What are some unsolved problems in text to image conversion? I have already written a good bit on Quora about Text-to-scene Conversion Systems (TTSCS)…. However, this topic seems to be newly fashionable…