summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))