The Core

Why We Are Here => Water Cooler => Topic started by: Mackin USA on August 31, 2016, 12:36:43 PM

Title: Computers can now learn from pure observation
Post by: Mackin USA on August 31, 2016, 12:36:43 PM


An exciting new study from the University of Sheffield and published in the journal Swarm Intelligence has demonstrated (free pre-print version) a method of allowing computers to make sense of complex patterns all on their own, an ability that could open the door to some of the most advanced and speculative applications of artificial intelligence.

http://www.extremetech.com/extreme/234669-turing-learning-breakthrough-computers-can-now-learn-from-pure-observation

Via Ralph on FB
Title: Re: Computers can now learn from pure observation
Post by: JasonD on September 11, 2016, 05:59:59 PM
https://deepmind.com/blog/wavenet-generative-model-raw-audio/
Title: Re: Computers can now learn from pure observation
Post by: gm66 on September 13, 2016, 05:00:28 PM
Two great reads, Wavenet sounds very good.

I wonder if the learning from observation people used genetic algorithms to feed the classifier.

After reading A Handbook of Genetic Algorithms i wrote a small program that found routes for the travelling salesman problem that were superior to the A* pathfinding algorithm, it's an amazing programming tool.