All Projects → rodrigosetti → Dbn Cuda

rodrigosetti / Dbn Cuda

GPU accelerated Deep Belief Network

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dbn Cuda

Machine Learning Tutorials
machine learning and deep learning tutorials, articles and other resources
Stars: ✭ 11,692 (+30668.42%)
Mutual labels:  deep-neural-networks, neural-networks
Color Accessibility Neural Network Deeplearnjs
🍃 Using a Neural Network to improve web accessibility in JavaScript.
Stars: ✭ 230 (+505.26%)
Mutual labels:  deep-neural-networks, neural-networks
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (+328.95%)
Mutual labels:  deep-neural-networks, neural-networks
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+8844.74%)
Mutual labels:  deep-neural-networks, neural-networks
Tez
Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle over 90% of deep learning projects in PyTorch.
Stars: ✭ 580 (+1426.32%)
Mutual labels:  deep-neural-networks, neural-networks
Bender
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
Stars: ✭ 1,728 (+4447.37%)
Mutual labels:  deep-neural-networks, neural-networks
Awesome Deep Learning Music
List of articles related to deep learning applied to music
Stars: ✭ 2,195 (+5676.32%)
Mutual labels:  deep-neural-networks, neural-networks
Deephyper
DeepHyper: Scalable Asynchronous Neural Architecture and Hyperparameter Search for Deep Neural Networks
Stars: ✭ 117 (+207.89%)
Mutual labels:  deep-neural-networks, neural-networks
Nn playground
Experimental keras implementation of novel neural network structures
Stars: ✭ 414 (+989.47%)
Mutual labels:  deep-neural-networks, neural-networks
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (+865.79%)
Mutual labels:  deep-neural-networks, neural-networks
Easy Deep Learning With Allennlp
🔮Deep Learning for text made easy with AllenNLP
Stars: ✭ 32 (-15.79%)
Mutual labels:  deep-neural-networks, neural-networks
Quickdraw
Implementation of Quickdraw - an online game developed by Google
Stars: ✭ 805 (+2018.42%)
Mutual labels:  deep-neural-networks, neural-networks
Hyperdensenet
This repository contains the code of HyperDenseNet, a hyper-densely connected CNN to segment medical images in multi-modal image scenarios.
Stars: ✭ 124 (+226.32%)
Mutual labels:  deep-neural-networks, neural-networks
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (+276.32%)
Mutual labels:  deep-neural-networks, neural-networks
Nlp Pretrained Model
A collection of Natural language processing pre-trained models.
Stars: ✭ 122 (+221.05%)
Mutual labels:  deep-neural-networks, neural-networks
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (+355.26%)
Mutual labels:  deep-neural-networks, neural-networks
Faceswap
Deepfakes Software For All
Stars: ✭ 39,911 (+104928.95%)
Mutual labels:  deep-neural-networks, neural-networks
Deep architect
A general, modular, and programmable architecture search framework
Stars: ✭ 110 (+189.47%)
Mutual labels:  deep-neural-networks, neural-networks
Awesome Distributed Deep Learning
A curated list of awesome Distributed Deep Learning resources.
Stars: ✭ 277 (+628.95%)
Mutual labels:  deep-neural-networks, neural-networks
Deepfacelab
DeepFaceLab is the leading software for creating deepfakes.
Stars: ✭ 30,308 (+79657.89%)
Mutual labels:  deep-neural-networks, neural-networks

dbn-cuda

GPU accelerated Deep Belief Network in Python

From Wikipedia:

In machine learning, a deep belief network (DBN) is a generative graphical model, or alternatively a type of deep neural network, composed of multiple layers of latent variables ("hidden units"), with connections between the layers but not between units within each layer.

When trained on a set of examples in an unsupervised way, a DBN can learn to probabilistically reconstruct its inputs. The layers then act as feature detectors on inputs. After this learning step, a DBN can be further trained in a supervised way to perform classification.

See the example.

Requirements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].