3,361 results for Neural (0.143 seconds)

arxiv.org/abs/2108.00661v2

Quantum convolutional neural network for classical data classification

With the rapid advance of quantum machine learning, several proposals for the quantum-analogue of convolutional neural network (CNN) have emerged. In this work, we benchmark fully parameterized quantum convolutional neural networks (QCNNs) for classi...

arxiv.org/abs/1705.08557v1

Grounded Recurrent Neural Networks

In this work, we present the Grounded Recurrent Neural Network (GRNN), a recurrent neural network architecture for multi-label prediction which explicitly ties labels to specific dimensions of the recurrent hidden state (we call this process "groundi...

arxiv.org/abs/2311.18598v2

Generalisable Agents for Neural Network Optimisation

Optimising deep neural networks is a challenging task due to complex training dynamics, high computational requirements, and long training times. To address this difficulty, we propose the framework of Generalisable Agents for Neural Network Optimisa...

arxiv.org/abs/1805.12282v1

On the Impact of Various Types of Noise on Neural Machine Translation

We examine how various types of noise in the parallel training data impact the quality of neural machine translation systems. We create five types of artificial noise and analyze how they degrade performance in neural and statistical machine translat...

github.com/shawntan/neural-turing-machines

shawntan/neural-turing-machines

Attempt at implementing system described in "Neural Turing Machines." by Graves, Alex, Greg Wayne, and Ivo Danihelka. (http://arxiv.org/abs/1410.5401) (⭐ 461)

arxiv.org/abs/2505.14841v2

Learning with Spike Synchrony in Spiking Neural Networks

Spiking neural networks (SNNs) promise energy-efficient computation by mimicking biological neural dynamics, yet existing plasticity rules focus on isolated spike pairs and fail to leverage the synchronous activity patterns that drive learning in bio...

arxiv.org/abs/2103.15341v3

Stiff Neural Ordinary Differential Equations

Neural Ordinary Differential Equations (ODE) are a promising approach to learn dynamic models from time-series data in science and engineering applications. This work aims at learning Neural ODE for stiff systems, which are usually raised from chemic...

arxiv.org/abs/1312.6026v5

How to Construct Deep Recurrent Neural Networks

In this paper, we explore different ways to extend a recurrent neural network (RNN) to a \textit{deep} RNN. We start by arguing that the concept of depth in an RNN is not as clear as it is in feedforward neural networks. By carefully analyzing and un...

arxiv.org/abs/2203.08272v1

Active Exploration for Neural Global Illumination of Variable Scenes

Neural rendering algorithms introduce a fundamentally new approach for photorealistic rendering, typically by learning a neural representation of illumination on large numbers of ground truth images. When training for a given variable scene, i.e., ch...

arxiv.org/abs/1707.09569v1

Learning Language Representations for Typology Prediction

One central mystery of neural NLP is what neural models "know" about their subject matter. When a neural machine translation system learns to translate from one language to another, does it learn the syntax or semantics of the languages? Can this kno...

arxiv.org/abs/2005.03461v1

ExpDNN: Explainable Deep Neural Network

In recent years, deep neural networks have been applied to obtain high performance of prediction, classification, and pattern recognition. However, the weights in these deep neural networks are difficult to be explained. Although a linear regression...

arxiv.org/abs/1705.01809v1

Pixel Normalization from Numeric Data as Input to Neural Networks

Text to image transformation for input to neural networks requires intermediate steps. This paper attempts to present a new approach to pixel normalization so as to convert textual data into image, suitable as input for neural networks. This method c...

www.bing.com/ck/a?!&&p=3c38511f9ee250df767fd8b30209336a5010daf84d59c0be9e9bfbd945fc3133JmltdHM9MTc3Mjc1NTIwMA&ptn=3&ver=2&hsh=4&fclid=1c9f9aa4-e29d-6b86-3f16-8db0e3cc6a15&u=a1aHR0cHM6Ly9haS5zdGFja2V4Y2hhbmdlLmNvbS9xdWVzdGlvbnMvNTU0Ni93aGF0LWlzLXRoZS1kaWZmZXJlbmNlLWJldHdlZW4tYS1jb252b2x1dGlvbmFsLW5ldXJhbC1uZXR3b3JrLWFuZC1hLXJlZ3VsYXItbmV1cg&ntb=1

What is the difference between a convolutional neural network and a ...

Mar 8, 2018 · A convolutional neural network (CNN) is a neural network where one or more of the layers employs a convolution as the function applied to the output of the previous layer.