This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Dead simple tutorial for defining and training a small feedforward neural | |
network (also known as a multilayer perceptron) for regression using TensorFlow 1.X. | |
Introduces basic TensorFlow concepts including the computational graph, | |
placeholder variables, and the TensorFlow Session. | |
Author: Ji-Sung Kim | |
Contact: hello (at) jisungkim.com | |
""" |