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.
./dnn.py l # learn
./dnn.py p # predict
The networks weights are already trained.
When running dnn.py l
again, those weights gets overwritten by the new ones.