Goto

Collaborating Authors

 Deep Learning


How This Company Is Using Deep Learning to Change the Retail Game

#artificialintelligence

Online shopping has the potential to be so much smarter. If you stumble across a rug or lamp you like in a photo, shouldn't it be easier to track down where to buy it? One home design website is aiming to do just that, with the help of artificial intelligence. Palo Alto-based Houzz is a platform for people who want to remodel or redesign their homes and are looking for inspiration. Consumers and design professionals alike can upload photos of their completed projects, where they can then tag specific furniture and accessories offered by merchants Houzz partners with--letting other users easily buy any product they see and love.


Noob need help with Aetros (on Keras on Theano on native Windows 10), training working but cant send monitoring data โ€ข /r/MachineLearning

@machinelearnbot

We haven't tested it on Windows and recommend using a linux VM, if you really want to try it with Windows. However, the actual error is that Theano tells Aetros that it found a cuda device, but Theano returns wrong memory information about it (-0.05GB GPU memory used of 0.00GB). I've released a new version, that should bypass that behaviour. Upgrading using pip install atheros --upgrade to 0.3.5 should fix that and you should at least be able to train normally. And please remove your API_KEY in the thread.


Deep Learning is Teaching Computers New Tricks

#artificialintelligence

A machine-learning technique that has already given computers an eerie ability to recognize speech and categorize images is now creeping into industries ranging from computer security to stock trading. If the technique works in those areas, it could create new opportunities but also displace some workers. Deep learning, as the technique is known, involves applying layers of calculations to data, such as sound or images, to recognize key features and similarities. It offers a powerful way for machines to recognize similarities that would normally be abstruse to a computer: the same face seen from different angles, for instance, or a word spoken in different accents (see "10 Breakthrough Technologies 2013: Deep Learning"). The mathematical principles that underlie deep learning are relatively simple, but when combined with huge quantities of training data and computer systems capable of powerful parallel computations, the technique has resulted in dramatic progress in recent years, especially in voice and image recognition.


Machine Learning is the solution to the big data problem whose root cause is the Internet of Things

#artificialintelligence

Yes, the title is a precious mess. But "Big Data" was always defined as a problem statement. For some, it represented the challenge of acquiring data from new sources. For others, it meant the herculean task of building a scalable infrastructure that could manage all the data. For a brave few, it meant the arcane art (or presumptive science) of extracting value from data using advanced data analysis techniques and tools.


AI With The Best

#artificialintelligence

Join some of the most esteemed AI experts for exclusive tech talks, live coding and demos while benefiting from 1-to-1 networking. Learn how to automate your systems, how to build chat bots and the future of deep learning.


On deep learning, artificial neural networks, artificial life, and good old-fashioned AI OUPblog

#artificialintelligence

At a theoretical level, the concept of artificial intelligence has fueled and sharpened the philosophical debates on the nature of the mind, intelligence, and the uniqueness of human beings. Insights from the field have proved invaluable to biologists, psychologists, and linguists in helping to understand the processes of memory, learning, and language. Today, we're continuing our Q&A with Maggie Boden, Research Professor of Cognitive Science at the University of Sussex, and one of the best known figures in the field of Artificial Intelligence. ANNs are computer systems made of large number of interconnected units, each of which can compute only one (very simple) thing. They are (very broadly) inspired by the structure of brains.


Mitsubishi Electric develops 'compact AI'

#artificialintelligence

Mitsubishi Electric has developed what may be a crucial next step in the development of artificial intelligence systems. Its "compact AI" technology eliminates the need for large servers and can be embedded in a far wider scope of devices and machines than existing AI systems can. The company says that, by filtering information necessary for analysis, the new technology can drastically reduce the processes involved in computation for AI systems. The development can trim the computation needed for certain tasks by as much as 90%, according to Mitsubishi Electric. It plans to start offering applications for compact AI technology, such as autonomous driving systems and smarter industrial robots and machine tools, as early as 2017, a company source said.


The Impact Of Google RankBrain on Digital Marketing

#artificialintelligence

Secret to GoogleBrain and RankBrain algorithm revealed. One is going to give a historical overview about GoogleBrain and analyse the pattern, then we will conclude our finding about the current situation and future changes in search engine algorithm. Back in 2006 there were some interests in implementing artificial intelligence in Google search engine algorithm. A few years later in 2014, GoogleBrain was established after acquisition of DeepMind, a British artificial intelligence company which was founded in 2010. They worked on how to play video games based on machine learning and artificial neural networks (ANNs).


Deep Learning Reading Group: Deep Compression

#artificialintelligence

The next paper from our reading group is by Song Han, Huizi Mao, and William J. Dally. It won the best paper award at ICLR 2016. It details three methods of compressing a neural network in order to reduce the size of the network on disk, improve performance, and decrease run time. Pre-trained convolutional neural networks are too large for mobile devices: AlexNet is 240 MB and VGG-16 is over 552 MB. This seems small when compared to a music library or large video, but the difference is that the networks reside in memory when running.


Medical image denoising using convolutional denoising autoencoders

arXiv.org Machine Learning

Image denoising is an important pre-processing step in medical image analysis. Different algorithms have been proposed in past three decades with varying denoising performances. More recently, having outperformed all conventional methods, deep learning based models have shown a great promise. These methods are however limited for requirement of large training sample size and high computational costs. In this paper we show that using small sample size, denoising autoencoders constructed using convolutional layers can be used for efficient denoising of medical images. Heterogeneous images can be combined to boost sample size for increased denoising performance. Simplest of networks can reconstruct images with corruption levels so high that noise and signal are not differentiable to human eye.