Skip to content

Instantly share code, notes, and snippets.

View ogu83's full-sized avatar

Edward Blake ogu83

View GitHub Profile
@balzer82
balzer82 / DNNRegressor-Example.py
Last active July 28, 2021 18:02
Example of a Deep Neural Network Regressor with Tensorflow Learn (contrib)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Tensorflow DNNRegressor in Python
# CC-BY-2.0 Paul Balzer
# see: http://www.cbcity.de/deep-learning-tensorflow-dnnregressor-einfach-erklaert
#
TRAINING = True
WITHPLOT = False