All Projects → VPanjeta → Deep-Learning-Models

VPanjeta / Deep-Learning-Models

Licence: other
Deep Learning Models implemented in python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep-Learning-Models

Deeplearning tutorials
The deeplearning algorithms implemented by tensorflow
Stars: ✭ 1,580 (+9194.12%)
Mutual labels:  sda, rbm, mlp
xRBM
Implementation of Restricted Boltzmann Machine (RBM) and its variants in Tensorflow
Stars: ✭ 51 (+200%)
Mutual labels:  restricted-boltzmann-machine, rbm
python-neuron
Neuron class provides LNU, QNU, RBF, MLP, MLP-ELM neurons
Stars: ✭ 38 (+123.53%)
Mutual labels:  mlp, multi-layer-perceptron
Generative Models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Stars: ✭ 6,701 (+39317.65%)
Mutual labels:  restricted-boltzmann-machine, rbm
mlp-singer
Official implementation of MLP Singer: Towards Rapid Parallel Korean Singing Voice Synthesis (IEEE MLSP 2021)
Stars: ✭ 103 (+505.88%)
Mutual labels:  mlp, multi-layer-perceptron
image-classification
A collection of SOTA Image Classification Models in PyTorch
Stars: ✭ 70 (+311.76%)
Mutual labels:  mlp
kaggle
Kaggle solutions
Stars: ✭ 17 (+0%)
Mutual labels:  deeplearning
django-i18nfield
Store internationalized strings in Django models with full forms support
Stars: ✭ 32 (+88.24%)
Mutual labels:  models
SpeakerDiarization RNN CNN LSTM
Speaker Diarization is the problem of separating speakers in an audio. There could be any number of speakers and final result should state when speaker starts and ends. In this project, we analyze given audio file with 2 channels and 2 speakers (on separate channels).
Stars: ✭ 56 (+229.41%)
Mutual labels:  mlp
traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+2517.65%)
Mutual labels:  models
limitless-engine
OpenGL C++ Graphics Engine
Stars: ✭ 95 (+458.82%)
Mutual labels:  models
microservice-remote-models
A Lumen package to provide a familiar model paradigm for distributed data.
Stars: ✭ 22 (+29.41%)
Mutual labels:  models
knime-deeplearning
KNIME Deep Learning Integration
Stars: ✭ 19 (+11.76%)
Mutual labels:  deeplearning
BMW-IntelOpenVINO-Segmentation-Inference-API
This is a repository for a semantic segmentation inference API using the OpenVINO toolkit
Stars: ✭ 31 (+82.35%)
Mutual labels:  deeplearning
DBN
Simple code tutorial for deep belief network (DBN)
Stars: ✭ 34 (+100%)
Mutual labels:  restricted-boltzmann-machine
BMW-IntelOpenVINO-Detection-Inference-API
This is a repository for a No-Code object detection inference API using the OpenVINO. It's supported on both Windows and Linux Operating systems.
Stars: ✭ 66 (+288.24%)
Mutual labels:  deeplearning
machine-learning-notebook-series
Jupyter notebook series for machine learning and deep learning.
Stars: ✭ 14 (-17.65%)
Mutual labels:  deeplearning
dst
yet another custom data science template via cookiecutter
Stars: ✭ 59 (+247.06%)
Mutual labels:  deeplearning
Active-Shift-TF
Tensorflow implementation for Active Shift Layer(ASL)
Stars: ✭ 22 (+29.41%)
Mutual labels:  deeplearning
Yolo-v2-pytorch
YOLO for object detection tasks
Stars: ✭ 327 (+1823.53%)
Mutual labels:  deeplearning

Deep-Learning-Models

Deep Learning Models implemented in python using numpy arrays.
Inspired by Deep learning repository https://github.com/yusugomori/DeepLearning/tree/master/cpp

Files added:

  1. fucntions.py - Contains the necessary functions for the models. It will be updated frequently as the functions are used in the uploaded files.
  2. RBM.py - Restricted Boltzmann Machine. (A Boltzmann Machine with 2 bipartite layers (visible and hidden)
  3. HL.py - Hidden Layer : The layers above the input layers.
  4. LR.py - Logistic regression class.
  5. DBN.py - Deep Belief Nets, A multi layer Restricted Boltzmann Machine.
  6. CRBM.py - Restricted Boltzmann Machine with continuous valued-inputs. Extends the RBM to capture temporal dependencies.
  7. CDBN.py - Deep Belief Nets with continued value points input.
  8. MLP.py - Multi Layer Perceptron.
  9. dA.py - Denoising Autoencoder.
  10. SdA.py - Stacked denoising Autoencoders.
  11. CPL.py - Convolution and Max Pooling.
  12. CNN.py - Convolutional Neural Network.
  13. SVM.py - Support Vector Machine.
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].