summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-03-13 18:28:42 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-03-13 18:28:42 +0100
commit0d6e932c643bd24be4986769de072ec2d18bcbba (patch)
tree12e8350d04744860cf2a67f2cc84fb6c00839b70
parent31fc8e44a2c47614a1d7fa6960f637cc0e9eaf56 (diff)
downloadboston-neuralnet-0d6e932c643bd24be4986769de072ec2d18bcbba.tar.gz
boston-neuralnet-0d6e932c643bd24be4986769de072ec2d18bcbba.zip
minor
-rw-r--r--boston.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/boston.py b/boston.py
index e8ff793..079e587 100644
--- a/boston.py
+++ b/boston.py
@@ -139,5 +139,4 @@ with tf.device('/cpu:0'):
print("")
print("MSE")
# Entsprechend (af - bf + o)^2 != (af - bf)^2…
- # Erkenntnis, hinter der 10h Arbeit, Frustration und Enttäuschung steht.
print(np.mean(diff ** 2))