/DNN-Demo

A minimal deep neural network example using tensorflow

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A minimal DNN

This is a minimal implementation of a Deep Neural Network using tflearn

Project State: Dead. Pull request and Issues are OK as long as they are simple to handle.

Usage

./dnn.py l  # learn
./dnn.py p  # predict

data directory

The networks weights are already trained. When running dnn.py l again, those weights gets overwritten by the new ones.