Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bismillah-jan/deep-neural-network
- Owner: Bismillah-Jan
- Created: 2017-03-28T05:37:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T07:28:13.000Z (2 months ago)
- Last Synced: 2024-11-03T08:19:23.724Z (2 months ago)
- Topics: adaline-learning-algorithm, deep-neural-networks, keras, tensorflow
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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