Goto

Collaborating Authors

 Deep Learning


A world where AI has an imagination

#artificialintelligence

Demis Hassabis, CEO of Google's DeepMind, poses with late physicist Stephen Hawking. Hassabis, Hawking and Tesla CEO Elon Musk all endorsed a set of guidelines last year for ethical AI development that will benefit humanity. AI has been a buzzword in Korean society ever since. As AlphaGo retired from competitive gaming in March 2017, the company has instead been concentrating on tackling "a very wide range of problems" that humans find difficult to resolve. "The majority of the AlphaGo team now devotes their time to new projects with the intention of using these general-purpose algorithms to help solve some of the world's most complex challenges in science and medicine," said Demis Hassabis, co-founder of DeepMind, in an email interview with the JoongAng Ilbo to mark the two-year anniversary of the high-profile match.


Artificial Intelligence outperforms human cardiologists in heart scans - SPOKEN by YOU

#artificialintelligence

Rima Arnaout, an assistant professor, and cardiologist at UC San Francisco, is working on her research in computational medicine; she published a new study in the journal Digital Medicine. In the study, Arnaout and her colleagues used deep learning, specifically something called a convolutional neural network (CNN), to train an Artificial Intelligence system that can classify echocardiograms. The system is created to analyze heart scan, that is just a simple task. The system is to outperform the human cardiologists but not to replace them. It was a limited task, she notes, just the first step in what a cardiologist does when evaluating an echocardiogram (the image produced by bouncing sound waves off the heart).


Automatic Image Captioning using Deep Learning (CNN and LSTM) in PyTorch

#artificialintelligence

Deep Learning is a very rampant field right now โ€“ with so many applications coming out day by day. And the best way to get deeper into Deep Learning is to get hands-on with it. Take up as much projects as you can, and try to do them on your own. This would help you grasp the topics in more depth and assist you to become a better Deep Learning practitioner. In this article, we will take a look at an interesting multi modal topic where we will combine both image and text processing to build a useful Deep Learning application, aka Image Captioning.



The truth about AI, NLP and ML โ€“ human involvement is mandatory

@machinelearnbot

For example, a chatbot is not really able to "chat", except in a very limited sense, while"deep learning" only means that an artificial neural network has several hidden layers which are not nearly as deep as one would assume. It is a trend that is coming back to bite us.


Improving Massive MIMO Belief Propagation Detector with Deep Neural Network

arXiv.org Machine Learning

In this paper, deep neural network (DNN) is utilized to improve the belief propagation (BP) detection for massive multiple-input multiple-output (MIMO) systems. A neural network architecture suitable for detection task is firstly introduced by unfolding BP algorithms. DNN MIMO detectors are then proposed based on two modified BP detectors, damped BP and max-sum BP. The correction factors in these algorithms are optimized through deep learning techniques, aiming at improved detection performance. Numerical results are presented to demonstrate the performance of the DNN detectors in comparison with various BP modifications. The neural network is trained once and can be used for multiple online detections. The results show that, compared to other state-of-the-art detectors, the DNN detectors can achieve lower bit error rate (BER) with improved robustness against various antenna configurations and channel conditions at the same level of complexity.


Contrastive Learning of Emoji-based Representations for Resource-Poor Languages

arXiv.org Artificial Intelligence

The introduction of emojis (or emoticons) in social media platforms has given the users an increased potential for expression. We propose a novel method called Classification of Emojis using Siamese Network Architecture (CESNA) to learn emoji-based representations of resource-poor languages by jointly training them with resource-rich languages using a siamese network. CESNA model consists of twin Bi-directional Long Short-Term Memory Recurrent Neural Networks (Bi-LSTM RNN) with shared parameters joined by a contrastive loss function based on a similarity metric. The model learns the representations of resource-poor and resource-rich language in a common emoji space by using a similarity metric based on the emojis present in sentences from both languages. The model, hence, projects sentences with similar emojis closer to each other and the sentences with different emojis farther from one another. Experiments on large-scale Twitter datasets of resource-rich languages - English and Spanish and resource-poor languages - Hindi and Telugu reveal that CESNA outperforms the state-of-the-art emoji prediction approaches based on distributional semantics, semantic rules, lexicon lists and deep neural network representations without shared parameters.


Emotions are Universal: Learning Sentiment Based Representations of Resource-Poor Languages using Siamese Networks

arXiv.org Artificial Intelligence

Machine learning approaches in sentiment analysis principally rely on the abundance of resources. To limit this dependence, we propose a novel method called Siamese Network Architecture for Sentiment Analysis (SNASA) to learn representations of resource-poor languages by jointly training them with resource-rich languages using a siamese network. SNASA model consists of twin Bi-directional Long Short-Term Memory Recurrent Neural Networks (Bi-LSTM RNN) with shared parameters joined by a contrastive loss function, based on a similarity metric. The model learns the sentence representations of resource-poor and resource-rich language in a common sentiment space by using a similarity metric based on their individual sentiments. The model, hence, projects sentences with similar sentiment closer to each other and the sentences with different sentiment farther from each other. Experiments on large-scale datasets of resource-rich languages - English and Spanish and resource-poor languages - Hindi and Telugu reveal that SNASA outperforms the state-of-the-art sentiment analysis approaches based on distributional semantics, semantic rules, lexicon lists and deep neural network representations without sh


Sentiment Analysis of Code-Mixed Languages leveraging Resource Rich Languages

arXiv.org Artificial Intelligence

Code-mixed data is an important challenge of natural language processing because its characteristics completely vary from the traditional structures of standard languages. In this paper, we propose a novel approach called Sentiment Analysis of Code-Mixed Text (SACMT) to classify sentences into their corresponding sentiment - positive, negative or neutral, using contrastive learning. We utilize the shared parameters of siamese networks to map the sentences of code-mixed and standard languages to a common sentiment space. Also, we introduce a basic clustering based preprocessing method to capture variations of code-mixed transliterated words. Our experiments reveal that SACMT outperforms the state-of-the-art approaches in sentiment analysis for code-mixed text by 7.6% in accuracy and 10.1% in F-score.


Automatic Normalization of Word Variations in Code-Mixed Social Media Text

arXiv.org Artificial Intelligence

Social media platforms such as Twitter and Facebook are becoming popular in multilingual societies. This trend induces portmanteau of South Asian languages with English. The blend of multiple languages as code-mixed data has recently become popular in research communities for various NLP tasks. Code-mixed data consist of anomalies such as grammatical errors and spelling variations. In this paper, we leverage the contextual property of words where the different spelling variation of words share similar context in a large noisy social media text. We capture different variations of words belonging to same context in an unsupervised manner using distributed representations of words. Our experiments reveal that preprocessing of the code-mixed dataset based on our approach improves the performance in state-of-the-art part-of-speech tagging (POS-tagging) and sentiment analysis tasks.