arxiv.org/abs/2111.08591v1
Bayesian Neural Networks (BNNs), unlike Traditional Neural Networks (TNNs) are robust and adept at handling adversarial attacks by incorporating randomness. This randomness improves the estimation of uncertainty, a feature lacking in TNNs. Thus, we i...
arxiv.org/abs/2108.00661v2
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...
github.com/UKPLab/coling2018-graph-neural-networks-question-answering
Accompanying code for our COLING 2018 paper "Modeling Semantics with Gated Graph Neural Networks for Knowledge Base Question Answering" (⭐ 174)
arxiv.org/abs/1705.08557v1
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
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
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
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
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
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/2011.04520v2
Recently developed physics-informed neural network (PINN) has achieved success in many science and engineering disciplines by encoding physics laws into the loss functions of the neural network, such that the network not only conforms to the measurem...
github.com/neural-data-science/NESC_3505_textbook
Textbook for NESC 3505, Neural Data Science, at Dalhousie University (⭐ 130)
arxiv.org/abs/1312.6026v5
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/2401.05596v2
Low-resource languages (LRLs) face challenges in supervised neural machine translation due to limited parallel data, prompting research into unsupervised methods. Unsupervised neural machine translation (UNMT) methods, including back-translation, tra...
arxiv.org/abs/2203.08272v1
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...
github.com/harvitronix/neural-network-genetic-algorithm
Evolving a neural network with a genetic algorithm. (⭐ 706)
arxiv.org/abs/1707.09569v1
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
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
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...
arxiv.org/abs/2504.14015v1
We introduce a novel concept for spiking neural networks (SNNs) derived from the idea of "linear pieces" used to analyse the expressiveness and trainability of artificial neural networks (ANNs). We prove that the input domain of SNNs decomposes into...
www.bing.com/ck/a?!&&p=3c38511f9ee250df767fd8b30209336a5010daf84d59c0be9e9bfbd945fc3133JmltdHM9MTc3Mjc1NTIwMA&ptn=3&ver=2&hsh=4&fclid=1c9f9aa4-e29d-6b86-3f16-8db0e3cc6a15&u=a1aHR0cHM6Ly9haS5zdGFja2V4Y2hhbmdlLmNvbS9xdWVzdGlvbnMvNTU0Ni93aGF0LWlzLXRoZS1kaWZmZXJlbmNlLWJldHdlZW4tYS1jb252b2x1dGlvbmFsLW5ldXJhbC1uZXR3b3JrLWFuZC1hLXJlZ3VsYXItbmV1cg&ntb=1
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.