Goto

Collaborating Authors

 Deep Learning


Machine Learning with World Knowledge: The Position and Survey

arXiv.org Machine Learning

Machine learning has become pervasive in multiple domains, impacting a wide variety of applications, such as knowledge discovery and data mining, natural language processing, information retrieval, computer vision, social and health informatics, ubiquitous computing, etc. Two essential problems of machine learning are how to generate features and how to acquire labels for machines to learn. Particularly, labeling large amount of data for each domain-specific problem can be very time consuming and costly. It has become a key obstacle in making learning protocols realistic in applications. In this paper, we will discuss how to use the existing general-purpose world knowledge to enhance machine learning processes, by enriching the features or reducing the labeling work. We start from the comparison of world knowledge with domain-specific knowledge, and then introduce three key problems in using world knowledge in learning processes, i.e., explicit and implicit feature representation, inference for knowledge linking and disambiguation, and learning with direct or indirect supervision. Finally we discuss the future directions of this research topic.


Listen to this classical music composed in the style of Bach by a deep-learning machine

#artificialintelligence

The composer starts with a well-known tune which is sung by the soprano and then composes three harmonies sung by the alto, tenor, and bass voices. That raises an interesting question: could a machine create chorales in the same style of Bach? Hadjeres and Pachet begin by creating a data set to train their neural network. "This method is not only applicable to Bach chorales but embraces a wide range of polyphonic chorale music, from Palestrina to Take 6," say Hadjeres and Pachet.


Flipboard on Flipboard

#artificialintelligence

With Artificial Intelligence (AI) now being seen as an essential tool in various sectors, it is important for our generation to incorporate innovative dynamic learning needs into our global education system. But when cutting-edge sectors evolve at lightning pace, it is not always possible for traditional sectors to change at the same speed. My company, Gravity4, has been intensively exploring Deep Learning in our development lab to advance our understanding with the ad technology platforms. Recently, I did a mentorship series with the youth in a struggling education system. The fascination of all great things possible, through the cutting edge revolution of AI, bought much energy in the room.


Artificial Intelligence, Deep Learning, and Neural Networks Explained

#artificialintelligence

Artificial intelligence (AI), deep learning, and neural networks represent incredibly exciting and powerful machine learning-based techniques used to solve many real-world problems. For a primer on machine learning, you may want to read this five-part series that I wrote. While human-like deductive reasoning, inference, and decision-making by a computer is still a long time away, there have been remarkable gains in the application of AI techniques and associated algorithms. The concepts discussed here are extremely technical, complex, and based on mathematics, statistics, probability theory, physics, signal processing, machine learning, computer science, psychology, linguistics, and neuroscience. That said, this article is not meant to provide such a technical treatment, but rather to explain these concepts at a level that can be understood by most non-practitioners, and can also serve as a reference or review for technical folks as well. The primary motivation and driving force for these areas of study, and for developing these techniques further, is that the solutions required to solve certain problems are incredibly complicated, not well understood, nor easy to determine manually.


9 key thoughts on how machine learning and deep learning will affect healthcare

#artificialintelligence

Artificial intelligence is becoming more important in the healthcare space. Data gathering for machine learning and deep learning capabilities have immense possibilities to improve diagnostics, care pathway creation and reproducibility in surgical procedures to ultimately achieve better clinical outcomes. The technology can also assist physicians with generating reports and administrative responsibilities, giving them more time to spend with patients. Here, nine clinical care and health IT company executives discuss how they expect machine learning and deep learning to improve healthcare in the future. "Deep learning can impact wearables focused on specific conditions, like remote cardiac monitoring, at an individual level by indicating how to personalize algorithms according to one's particular biometric and patient data. The incorporation of machine learning can assist in the interpretations of the analysis of the unstructured data delivered from these medical-grade wearable devices. The initial analysis is typically provided by mathematical algorithms trained to detect anomalies in this data. Machine learning, combined with artificial intelligence, would then seek to perform an interpretation of such a report, just as a physician would, in order to save physician time. Such capabilities effectively reduce physician time, enabling them to focus on the most critical patients and streamline the care process."


#Tencent New Seattle Lab Shows It's Serious about Mastering #AI: Yu Dong, expert on speech recognition and deep learning, will oversee the operation. Baidu is already heavily invested in AI. Alibaba has begun publishing some AI research. Chinese startups are building on top of advances in AI • r/Sino

#artificialintelligence

Tencent's New Lab Shows It's Serious about Mastering AI Tencent has established an AI lab in Seattle, and the company is building a very serious research team back in China. One of China's biggest tech companies, Tencent, is establishing an AI research lab in Seattle, demonstrating a growing determination to master a technology that looks set to define the future of many industries. Tencent is already one of China's dominant tech companies. It operates the hugely successful mobile chat app WeChat--which boasts over 889 million active users in China--along with lots of other social tools, e-commerce services, games, and the like. Based in Shenzhen, a manufacturing hub in the southeastern part of the country, Tencent has the potential to become a key player in the development and commercialization of artificial intelligence.


(Deep Learning's Deep Flaws)'s Deep Flaws

@machinelearnbot

Recent press has challenged the hype surrounding deep learning, trumpeting several findings which expose shortcomings of current algorithms. However, many of deep learning's reported flaws are universal, affecting nearly all machine learning algorithms.


[R] What is the current state of the art architectures for RNNs? • r/MachineLearning

@machinelearnbot

I think it is more ambiguous what makes a SotA RNN architecture, and it is very task specific. For NLP, I think the general strategy is to replace each token with a pre-trained word embedding (GloVe or Word2Vec), and then to "encode" the sentence using something like a bidirectional LSTM/GRU (I will call this the RNN encoder). For sequence tagging tasks (such as part of speech tagging or named entity recognition), you take each of hidden state of the RNN encoder and classify it with something like a ReLU network. As there is some "structural dependencies" for these type of tasks, it usually can boost performance to use something like a CRF on top of the RNN encoder. For sentence classification tasks, can simply classify the final state of the RNN encoder.


How to Use Tefla: Simple Deep Learning Wrapper for Tensorflow Codementor

#artificialintelligence

I have been using this framework for about 4 months now and I find it very intriguing. What I personally love about this framework is how easy it is to use. Just three to four commands and you're all set! So let's cut to the chase and start coding!! If you want more instructions, you can visit https://github.com/litan/tefla.


How to Build Your Own Deep Learning Box

@machinelearnbot

Deep learning is a technique used to solve complex problems such as natural language processing and image recognition. We are now able to solve these computational problems quickly, thanks to a component called the Graphics Processing Unit (GPU). Originally used to generate high-resolution computer images at fast speeds, the GPU's computational efficiency makes it ideal for executing deep learning algorithms. Analysis which used to take weeks can now be completed in a few days. While all modern computers have a GPU, not all GPUs can be programmed for deep learning.