Goto

Collaborating Authors

 Deep Learning


Deep-Learning and NLP :: Abigail See :: Stanford University

#artificialintelligence

Abigail See, Stanford PhD student of world-renowned computer scientist Chris Manning, gives a brief overview of Deep-Learning, Artificial Intelligence (AI), and Natural Language Processing (NLP). Highlights: - What is Natural Language Processing (NLP)?


Artificial intelligence spots gravitational waves โ€“ Physics World

#artificialintelligence

A deep-learning system that can sift gravitational wave signals from background noise has been created by physicists in the UK. Deep learning is a neural-inspired pattern recognition technique that has already been applied to image processing, speech recognition and medical diagnoses, among other things. Chris Messenger and colleagues at the University of Glasgow have shown that their system is as effective as conventional signal processing and has the potential to identify gravitational-wave signals much more quickly. Gravitational waves are ripples in space-time that can be observed using the LIGO-Virgo detectors โ€“ which are laser interferometers with pairs of arms several kilometres long positioned at right angles to each other. As a wave passes through the Earth it very slightly stretches one arm while squeezing the other, before squeezing the first and stretching the second, and so on.


A Beginner's Guide to Understanding Convolutional Neural Networks (Part 2) - DZone AI

#artificialintelligence

Be sure to check out Part 1 first! As a disclaimer, I do realize that some of these topics are quite complex and could be made in whole posts by themselves. In an effort to remain concise yet retain comprehensiveness, I will provide links to research papers where the topic is explained in more detail. Alright, let's look back at our good old conv layers. Remember the filters, the receptive fields, the convolving? Now, there are two main parameters that we can change to modify the behavior of each layer.


Implementing Deep Learning Methods and Feature Engineering for Text Data: FastText

@machinelearnbot

Editor's note: This post is only one part of a far more thorough and in-depth original, found here, which covers much more than what is included here. The FastText model was first introduced by Facebook in 2016 as an extension and supposedly improvement of the vanilla Word2Vec model. Based on the original paper titled'Enriching Word Vectors with Subword Information' by Mikolov et al. which is an excellent read to gain an in-depth understanding of how this model works. Overall, FastText is a framework for learning word representations and also performing robust, fast and accurate text classification. The framework is open-sourced by Facebook on GitHub and claims to have the following.


Keep Calm and train a GAN. Pitfalls and Tips on training Generative Adversarial Networks

@machinelearnbot

Generative Adversarial Networks (GANs) are among the hottest topics in Deep Learning currently. There has been a tremendous increase in the number of papers being published on GANs over the last several months. GANs have been applied to a great variety of problems and in case you missed the train, here is a list of some cool applications of GANs. Now, I had read a lot about GANs, but never played with one myself. So, after going through some inspiring papers and github repos, I decided to try my hands on training a simple GAN myself and I immediately ran into problems.


Deep Learning vs Classical Machine Learning โ€“ Towards Data Science

#artificialintelligence

Over the past several years, deep learning has become the go-to technique for most AI type problems, overshadowing classical machine learning. The clear reason for this is that deep learning has repeatedly demonstrated its superior performance on a wide variety of tasks including speech, natural language, vision, and playing games. Yet although deep learning has such high performance, there are still a few advantages to using classical machine learning and a number of specific situations where you'd be much better off using something like a linear regression or decision tree rather than a big deep network. In this post we're going to compare and contrast deep learning vs classical machine learning techniques. In doing so we'll identify the pros and cons of both techniques and where/how they are best used. I hope you enjoyed this post and learned something new and useful.


27 Incredible Examples Of AI And Machine Learning In Practice

#artificialintelligence

Central to everything Microsoft does is leveraging smart machines. Microsoft has Cortana, a virtual assistant; chatbots that run Skype and answer customer service queries or deliver info such as weather or travel updates and the company has rolled out intelligent features within its Office enterprise. Other companies can use the Microsoft AI Platform to create their own intelligent tools. In the future, Microsoft wants to see intelligent machines with generalized AI capabilities that allow them to complete any task. When you bring together cloud computing, geo-mapping and machine learning, some really interesting things can happen.


[P] The unreasonable usefulness of deep learning in building and cleaning medical image datasets โ€ข r/MachineLearning

@machinelearnbot

One thing I find weird is that we have lots of discussion of deep learning in complex detection and recognition tasks, but very few people talk about how useful deep learning can be for simple but time consuming image data processing tasks, particularly in medical research. In this post I spend a bit of time cleaning up the CXR14 dataset, and in 4 hours find 430 images with various problems that shouldn't be in the dataset (a csv identifying these images is included in the post). While the prevalence of these problems is super low ( 50/100,000), since the visual challenge is very easy the models can achieve absurdly low false positive rates. I even get an AUROC of 1.0 in a 2000 image validation set on one task:) In doing so, cleaning this dataset to remove 3 different problems didn't take me weeks to pore through each image, but under a day. Certainly nothing in the post is technically groundbreaking, but it is hopefully a prompt to consider deep learning when you are doing time consuming processing.


27 Incredible Examples Of AI And Machine Learning In Practice

#artificialintelligence

There are so many amazing ways artificial intelligence and machine learning are used behind the scenes to impact our everyday lives and inform business decisions and optimize operations for some of the world's leading companies. Here are 27 amazing practical examples of AI and machine learning. Using natural language processing, machine learning and advanced analytics, Hello Barbie listens and responds to a child. A microphone on Barbie's necklace records what is said and transmits it to the servers at ToyTalk. There, the recording is analyzed to determine the appropriate response from 8,000 lines of dialogue.


How Machine Learning, Big Data And AI Are Changing Healthcare Forever

#artificialintelligence

While robots and computers will probably never completely replace doctors and nurses, machine learning/deep learning and AI are transforming the healthcare industry, improving outcomes, and changing the way doctors think about providing care. Machine learning is improving diagnostics, predicting outcomes, and just beginning to scratch the surface of personalized care. Imagine walking in to see your doctor with an ache or pain. After listening to your symptoms, she inputs them into her computer, which pulls up the latest research she might need to know about how to diagnose and treat your problem. You have an MRI or an xray and a computer helps the radiologist detect any problems that could be too small for a human to see.