arxiv.org/abs/1904.06868v2
The present paper describes a singing voice synthesis based on convolutional neural networks (CNNs). Singing voice synthesis systems based on deep neural networks (DNNs) are currently being proposed and are improving the naturalness of synthesized si...
github.com/ryankiros/neural-storyteller
A recurrent neural network for generating little stories about images (⭐ 2966)
github.com/ycjing/Neural-Style-Transfer-Papers
:pencil2: Neural Style Transfer: A Review (⭐ 1639)
stackoverflow.com/questions/40663016/artifical-neural-network-in-matlab
Tags: matlab, neural-network, data-science | Score: 1
stackoverflow.com/questions/3704980/real-world-usage-for-artifical-neural-networks
Tags: artificial-intelligence, neural-network | Score: 8
stackoverflow.com/questions/37953968/artifical-neural-netword-normalization
Tags: php, neural-network | Score: -1
arxiv.org/abs/1908.10432v1
A new deep learning-based electroencephalography (EEG) signal analysis framework is proposed. While deep neural networks, specifically convolutional neural networks (CNNs), have gained remarkable attention recently, they still suffer from high dimens...
github.com/dibyatanoy/Bengali-Handwritten-Character-Recognition-Using-Convolutional-Neural-Networks
Implementation of convolutional neural networks (CNNs) of increasing complexity for classification of handwritten Bengali characters. The deepest network achieves 94.2% accuracy on test data, compared to 85.96% reported on the latest paper using CNNs for Bengali OCR. (⭐ 73)
arxiv.org/abs/2111.05955v4
Spiking neural networks (SNNs) have become an interesting alternative to conventional artificial neural networks (ANN) thanks to their temporal processing capabilities and energy efficient implementations in neuromorphic hardware. However the challen...
github.com/wajahat1064/AudioCompression_using_AutoEncoder_Unsupervised-Neural-Network
Outperformed conventional methods using AutoEncoder (unsupervised neural network) to compress speech and music up to 23x (compared to other open-source projects which only compress up to 10x) (⭐ 7)
arxiv.org/abs/2008.08226v3
Neural Ordinary Differential Equations replace the right-hand side of a conventional ODE with a neural net, which by virtue of the universal approximation theorem, can be trained to the representation of any function. When we do not know the function...
github.com/alexjc/neural-doodle
Turn your two-bit doodles into fine artworks with deep neural networks, generate seamless textures from photos, transfer style from one image to another, perform example-based upscaling, but wait... there's more! (An implementation of Semantic Style Transfer.) (⭐ 9879)
arxiv.org/abs/1702.08171v1
Fixed-point optimization of deep neural networks plays an important role in hardware based design and low-power implementations. Many deep neural networks show fairly good performance even with 2- or 3-bit precision when quantized weights are fine-tu...
github.com/amanchadha/coursera-deep-learning-specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Struc…
arxiv.org/abs/2311.15637v2
We present Neural 3D Strokes, a novel technique to generate stylized images of a 3D scene at arbitrary novel views from multi-view 2D images. Different from existing methods which apply stylization to trained neural radiance fields at the voxel level...
arxiv.org/abs/2007.12911v3
This paper presents an empirical study regarding training probabilistic neural networks using training objectives derived from PAC-Bayes bounds. In the context of probabilistic neural networks, the output of training is a probability distribution ove...
arxiv.org/abs/2012.13212v3
Recently, much attention has been spent on neural architecture search (NAS), aiming to outperform those manually-designed neural architectures on high-level vision recognition tasks. Inspired by the success, here we attempt to leverage NAS techniques...
arxiv.org/abs/2307.07700v1
We present NeurASP, a simple extension of answer set programs by embracing neural networks. By treating the neural network output as the probability distribution over atomic facts in answer set programs, NeurASP provides a simple and effective way to...
arxiv.org/abs/2110.05445v3
In this work, we present an approach called Disease Informed Neural Networks (DINNs) that can be employed to effectively predict the spread of infectious diseases. This approach builds on a successful physics informed neural network approaches that h...
github.com/jcjohnson/neural-style
Torch implementation of neural style algorithm (⭐ 18305)