Goto

Collaborating Authors

 Deep Learning


Curriculum Learning and Symbolic Mathematics

#artificialintelligence

We can think of the humongous field of deep learning as the Earth's crust, floating on a mantle of mathematical and algorithmic understanding. It is a vast sphere of knowledge that is divided into specializations, similar to how tectonic plates divvy up our world. Most important of all, the specializations of deep learning -- natural language processing and cognitive computational science, for instance -- can coincide to form beautiful mountain ranges that help to define landmark areas of deep learning. Curriculum learning is one such Himalayan-range of a deep learning technique between the two fields of AI-oriented cognitive science and NLP. While currently not known to many practitioners or enthusiasts (its Wikipedia page is currently pending approval), for those who choose to explore this hidden gem, the find is worth the time.


Top Artificial Intelligence Influencers To Follow

#artificialintelligence

This is a live list of top trending artificial intelligence experts/influencers from around the world. This list is last updated on March 8, 2021. This post will be updated regularly to reflect any new updates in the list. Here is our list updated as on March 8, 2021. Yoshua Bengio: Yoshua Bengio is a Canadian computer scientist, most noted for his work on artificial neural networks and deep learning.


Bidirectional recurrent neural networks

#artificialintelligence

Bidirectional Recurrent Neural Networks (BRNN) connect two hidden layers of opposite directions to the same output. With this form of generative deep learning, the output layer can get information from past (backwards) and future (forward) states simultaneously. Invented in 1997 by Schuster and Paliwal,[1] BRNNs were introduced to increase the amount of input information available to the network. For example, multilayer perceptron (MLPs) and time delay neural network (TDNNs) have limitations on the input data flexibility, as they require their input data to be fixed. Standard recurrent neural network (RNNs) also have restrictions as the future input information cannot be reached from the current state.


microsoft/AzureML-BERT

#artificialintelligence

This repo contains end-to-end recipes to pretrain and finetune the BERT (Bidirectional Encoder Representations from Transformers) language representation model using Azure Machine Learning service. That implementation uses ONNX Runtime to accelerate training and it can be used in environments with GPU including Azure Machine Learning service. Details on using ONNX Runtime for training and accelerating training of Transformer models like BERT and GPT-2 are available in the blog at ONNX Runtime Training Technical Deep Dive. BERT is a language representation model that is distinguished by its capacity to effectively capture deep and subtle textual relationships in a corpus. In the original paper, the authors demonstrate that the BERT model could be easily adapted to build state-of-the-art models for a number of NLP tasks, including text classification, named entity recognition and question answering.


Algorithm helps artificial intelligence systems dodge 'adversarial' inputs

#artificialintelligence

In a perfect world, what you see is what you get. If this were the case, the job of artificial intelligence systems would be refreshingly straightforward. Take collision avoidance systems in self-driving cars. If visual input to on-board cameras could be trusted entirely, an AI system could directly map that input to an appropriate action--steer right, steer left, or continue straight--to avoid hitting a pedestrian that its cameras see in the road. But what if there's a glitch in the cameras that slightly shifts an image by a few pixels? If the car blindly trusted so-called'adversarial inputs,' it might take unnecessary and potentially dangerous action.


New method could democratize deep learning-enhanced microscopy

#artificialintelligence

The new tool, which the researchers call a "crappifier," could make it significantly easier for scientists to get detailed images of cells or cellular structures that have previously been difficult to observe because they require low-light conditions, such as mitochondria, which can divide when stressed by the lasers used to illuminate them. It could also help democratize microscopy, allowing scientists to capture high-resolution images even if they don't have access to powerful microscopes. The findings were published March 8, 2021, in the journal Nature Methods. "We invest millions of dollars in these microscopes, and we're still struggling to push the limits of what they can do," says Uri Manor, director of the Waitt Advanced Biophotonics Core Facility at Salk. "That's the problem we were trying to solve with deep learning." Deep learning is a type of artificial intelligence (AI) in which computer algorithms learn and improve by studying examples.


Guide To Universal Sentence Encoder With TensorFlow- Analytics India Magazine

#artificialintelligence

Universal sentence encoder models encode textual data into high-dimensional vectors which can be used for various NLP tasks. It was introduced by Daniel Cer, Yinfei Yang, Sheng-yi Kong, Nan Hua, Nicole Limtiaco, Rhomni St. John, Noah Constant, Mario Guajardo-Cespedes, Steve Yuan, Chris Tar, Yun-Hsuan Sung, Brian Strope and Ray Kurzweil (researchers at Google Research) in April 2018. The encoders used in such models require modelling the meaning of word sequences instead of individual words. Apart from single words, the models are trained and optimized for text having more-than-word lengths such as sentences, phrases or paragraphs. There are two main variations of the model encoders coded in TensorFlow โ€“ one of them uses transformer architecture while the other is a deep averaging network (DAN).


Partial Differential Equations is All You Need for Generating Neural Architectures -- A Theory for Physical Artificial Intelligence Systems

arXiv.org Artificial Intelligence

In this work, we generalize the reaction-diffusion equation in statistical physics, Schr\"odinger equation in quantum mechanics, Helmholtz equation in paraxial optics into the neural partial differential equations (NPDE), which can be considered as the fundamental equations in the field of artificial intelligence research. We take finite difference method to discretize NPDE for finding numerical solution, and the basic building blocks of deep neural network architecture, including multi-layer perceptron, convolutional neural network and recurrent neural networks, are generated. The learning strategies, such as Adaptive moment estimation, L-BFGS, pseudoinverse learning algorithms and partial differential equation constrained optimization, are also presented. We believe it is of significance that presented clear physical image of interpretable deep neural networks, which makes it be possible for applying to analog computing device design, and pave the road to physical artificial intelligence.


BIKED: A Dataset and Machine Learning Benchmarks for Data-Driven Bicycle Design

arXiv.org Machine Learning

In this paper, we present "BIKED," a dataset comprised of 4500 individually designed bicycle models sourced from hundreds of designers. We expect BIKED to enable a variety of data-driven design applications for bicycles and generally support the development of data-driven design methods. The dataset is comprised of a variety of design information including assembly images, component images, numerical design parameters, and class labels. In this paper, we first discuss the processing of the dataset and present the various features provided. We then illustrate the scale, variety, and structure of the data using several unsupervised clustering studies. Next, we explore a variety of data-driven applications. We provide baseline classification performance for 10 algorithms trained on differing amounts of training data. We then contrast classification performance of three deep neural networks using parametric data, image data, and a combination of the two. Using one of the trained classification models, we conduct a Shapley Additive Explanations Analysis to better understand the extent to which certain design parameters impact classification predictions. Next, we test bike reconstruction and design synthesis using two Variational Autoencoders (VAEs) trained on images and parametric data. We furthermore contrast the performance of interpolation and extrapolation tasks in the original parameter space and the latent space of a VAE. Finally, we discuss some exciting possibilities for other applications beyond the few actively explored in this paper and summarize overall strengths and weaknesses of the dataset.


Universal Approximation of Residual Flows in Maximum Mean Discrepancy

arXiv.org Machine Learning

Normalizing flows are a class of flexible deep generative models that offer easy likelihood computation. Despite their empirical success, there is little theoretical understanding of their expressiveness. In this work, we study residual flows, a class of normalizing flows composed of Lipschitz residual blocks. We prove residual flows are universal approximators in maximum mean discrepancy. We provide upper bounds on the number of residual blocks to achieve approximation under different assumptions.