- New York, NY
- https://jisungkim.com
- @jisungkimm
Highlights
- Pro
Block or Report
Block or report jisungk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
"""Dead simple tutorial for defining and training a small feedforward neural
2network (also known as a multilayer perceptron) for regression using TensorFlow 1.X.
34Introduces basic TensorFlow concepts including the computational graph,
5placeholder variables, and the TensorFlow Session.