Skip to content

Commit

Permalink
Update Part 2 - Introduction to Neural Networks with TensorFlow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstensland authored Apr 2, 2019
1 parent fd9abce commit b155643
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ model.fit(X_train, Y_train, epochs=5)
# Evaluate the accuracy of the neural network and print it out
test_loss, test_acc = model.evaluate(X_test, Y_test)

print(train_acc)
print(test_acc)
```

Expand Down

0 comments on commit b155643

Please sign in to comment.