Skip to content

Commit 06e3443

Browse files
committed
cnn_mnist.py: For the Convolutional Neural Network (CNN) model.
2 parents 33b6162 + 8d068c8 commit 06e3443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_learning/neural_networks/cnn_mnist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@
7070
# Evaluate the model on test data
7171
test_loss, test_acc = model.evaluate(x_test, y_test, verbose=2)
7272
print(f"\nTest accuracy: {test_acc}")
73+

0 commit comments

Comments
 (0)