Goto

Collaborating Authors

 Deep Learning


D-Wave Launches Quadrant Business Unit for Machine Learning - insideHPC

#artificialintelligence

Today D-Wave Systems launch its new Quadrant business unit, formed to provide machine learning services that make state-of-the-art deep learning accessible to companies across a wide range of industries and application areas. Quadrant's algorithms enable accurate discriminative learning (predicting outputs from inputs) using less data by constructing generative models which jointly model both inputs and outputs. Quadrant offers the services of its in-house experts to help customers get the benefit of leading-edge machine learning solutions. D-Wave is committed to tackling real-world problems, today," said Vern Brownell, CEO at D-Wave. "Quadrant is a natural extension of the scientific and technological advances from D-Wave as we continue to explore new applications for our quantum systems." Quadrant's generative models combine the flexibility of deep neural nets with probabilistic graphical models to obtain the benefits of both. Arising from research into the application of quantum computing to machine learning, Quadrant solutions provide world-leading performance across a number of generative and discriminative benchmark problems. Unlike traditional approaches that require large volumes of labeled data, Quadrant's models deliver the benefits of high performance deep learning without the expense required to create large high-quality labeled datasets. Machine learning has the potential to accelerate efficiency and innovation across virtually every industry. Quadrant's models are able to perform deep learning using smaller amounts of labeled data, and our experts can help to choose and implement the best models, enabling more companies to tap into this powerful technology," said Handol Kim, Sr. Director, Quadrant Machine Learning at D-Wave.


Artificial intelligence gets smarter

#artificialintelligence

The following is adapted from State of Green Business 2018, published by GreenBiz in partnership with Trucost. There is no shortage of smart people willing to offer their sometimes dire, sometimes optimistic opinions about how humankind's future will be reshaped by computers and software using some sort of artificial intelligence (AI). If there's one thing upon which the naysayers and yeasayers agree, it's that AI is already more real than many people realize. A whopping 70 percent of the companies surveyed last year by Forrester Research plan to use some form of AI by the end of this year. It's tough to think of a tech giant that isn't making AI research a priority: Alphabet (through DeepMind and Google), Amazon, Apple, Facebook, IBM and Microsoft are throwing literally millions of dollars at this opportunity.


Equilibrium Discovery in Modular Deep Learning Architectures

#artificialintelligence

Deep Learning (DL) systems will evolve from the current monolithic systems, to more modular systems. The traditional DL system is trained end-to-end with a single objective function and optimization algorithm. We however are already seeing newer systems like GANs, that involve more than one DL system. GANs employ a generator and a discriminator, that are in an adversarial relationship, competing against each other. The main difficulty of training GANs is that finding an equilibrium is difficult.


Astronomers report success with machine deep learning EarthSky.org

#artificialintelligence

Deep learning is a subset of machine learning in Artificial Intelligence (AI) that has networks which are capable of learning unsupervised from data that is unstructured or unlabeled. We published a story in April about an art historian using an innovative analysis technique to unlock architectural secrets. He was using a machine learning method called deep learning โ€“ which is used in, for example, facial recognition and speech recognition software โ€“ to do science. Similarly, astronomers are beginning to report the use of machine deep learning techniques to perform research that humans can't do using more traditional methods. Below we describe two recent examples: the first related to planets orbiting two stars, and the second related to classifying galaxies.


Vehicle Detection and Tracking using Machine Learning and HOG

#artificialintelligence

I am into my first term of Udacity's Self Driving Car Nanodegree and I want to share my experience regarding the final project of Term 1 i.e. The complete code can be found here. The basic objective of this project is to apply the concepts of HOG and Machine Learning to detect a Vehicle from a dashboard video. Sure, the Deep Learning implementations like YOLO and SSD that utilize convolutional neural network stand out for this purpose but when you are a beginner in this field, its better to start with the classical approach. The most important thing for any machine learning problem is the labelled data set and here we need to have two sets of data: Vehicle and Non Vehicle Images.


Deep learning comes full circle Stanford News

#artificialintelligence

For years, the people developing artificial intelligence drew inspiration from what was known about the human brain, and it has enjoyed a lot of success as a result. Now, AI is starting to return the favor. Although not explicitly designed to do so, certain artificial intelligence systems seem to mimic our brains' inner workings more closely than previously thought, suggesting that both AI and our minds have converged on the same approach to solving problems. If so, simply watching AI at work could help researchers unlock some of the deepest mysteries of the brain. "There's a real connection there," said Daniel Yamins, assistant professor of psychology.


Deep learning comes full circle

#artificialintelligence

For years, the people developing artificial intelligence drew inspiration from what was known about the human brain, and it has enjoyed a lot of success as a result. Now, AI is starting to return the favor. Although not explicitly designed to do so, certain artificial intelligence systems seem to mimic our brains' inner workings more closely than previously thought, suggesting that both AI and our minds have converged on the same approach to solving problems. If so, simply watching AI at work could help researchers unlock some of the deepest mysteries of the brain. "There's a real connection there," said Daniel Yamins, assistant professor of psychology.


Why go large with Data for Deep Learning? โ€“ Towards Data Science

#artificialintelligence

Eating a bowl of noodles has never been easy for me. Now I don't blame the chopsticks (yet to learn how to use'em) but my aversion towards the cabbage in the noodles. Sorting through those yummy strands, I neatly pick out the shreds of cabbage before gobbling the entire lot. How did I differentiate a strip of cabbage from a thread of noodle? Would have never given it a thought, if not for the growing importance of imitating the model of the human neurons in the technological space. In an attempt to replicate the much-marveled human intelligence, voluminous efforts are taken to turn machines into rational mortal-like beings.


Build Your First Deep Learning Classifier using TensorFlow: Dog Breed Example

#artificialintelligence

In this article, I will present several techniques for you to make your first steps towards developing an algorithm that could be used for a classic image classification problem: detecting dog breed from an image. By the end of this article, we'll have developed code that will accept any user-supplied image as input and return an estimate of the dog's breed. Also, if a human is detected, the algorithm will provide an estimate of the dog breed that is most resembling. This project was completed as part of Udacity's Machine Learning Nanodegree (GitHub repo). Convolutional neural networks (also refered to as CNN or ConvNet) are a class of deep neural networks that have seen widespread adoption in a number of computer vision and visual imagery applications.


Launching Cutting Edge Deep Learning for Coders: 2018 edition ยท fast.ai

@machinelearnbot

Today we are launching the 2018 edition of Cutting Edge Deep Learning for Coders, part 2 of fast.ai's Just as with our part 1 Practical Deep Learning for Coders, there are no pre-requisites beyond high school math and 1 year of coding experience--we teach you everything else you need along the way. This course contains all new material, including new state of the art results in NLP classification (up to 20% better than previously known approaches), and shows how to replicate recent record-breaking performance results on Imagenet and CIFAR10. The main libraries used are PyTorch and fastai (we explain why we use PyTorch and why we created the fastai library in this article). Each of the eight lessons includes a video that's around two hours long, an interactive Jupyter notebook, and a dedicated discussion thread on the fast.ai