Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bismillah-jan/deep-neural-network

A demonstration of Deep Neural Network implementation using TensorFlow.
https://github.com/bismillah-jan/deep-neural-network

adaline-learning-algorithm deep-neural-networks keras tensorflow

Last synced: about 2 months ago
JSON representation

A demonstration of Deep Neural Network implementation using TensorFlow.

Awesome Lists containing this project

README

        

# Deep Neural Network from scratch

## Repository contains Four files
1. A Deep Neural Network implementation using `TenosrFlow`. The network is then trained on the MNIST dataset.
2. A Neural Network implemenation using Keras and is trained for `XoR` function.
3. Perceptron implementation from scratch using `sklearn`
4. ADALINE (Adaptive Linear Neuron) implementation from scratch. ADALINE is an early neural network model, often considered a building block in the history of deep neural networks (DNNs).

### How to RUN
* Download the your desired files and run with anaconda 2.7 or above