An open API service indexing awesome lists of open source software.

https://github.com/mainakrepositor/deep-learning-python

A collection of some cool deep learning projects in python
https://github.com/mainakrepositor/deep-learning-python

deep-belief-network deep-learning deep-neural-networks deep-reinforcement-learning mnist-classification python recognizing-handwritten-digits tensorflow2

Last synced: 3 days ago
JSON representation

A collection of some cool deep learning projects in python

Awesome Lists containing this project

README

        

# Deep-Learning-Python
A collection of some cool deep learning projects in python

## CONTENTS



  1. Breast Cancer Classification

  2. Fashion MNIST Categorization

  3. Hand-written Digit Recognition

### Classes :

- DBN: Deep Belief Nets

- CDBN: Deep Belief Nets w/ continuous-valued inputs

- RBM: Restricted Boltzmann Machine

- CRBM: Restricted Boltzmann Machine w/ continuous-valued inputs

- dA: Denoising Autoencoders

- SdA: Stacked Denoising Autoencoders

- LogisticRegression: Logistic Regression

- HiddenLayer: Hidden Layer of Neural Networks

- MLP: Multiple Layer Perceptron

- Dropout: Dropout MLP

- CNN: Convolutional Neural Networks (See [dev branch](https://github.com/yusugomori/DeepLearning/tree/dev).)