Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96c374a

Browse files
committedSep 18, 2024·
fully_connected_mnist.py: For the basic fully connected neural network.
1 parent bc1f9b9 commit 96c374a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎machine_learning/neural_networks/fully_connected_mnist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@
6464

6565
# Print the predicted result and actual label
6666
print(f'Predicted digit: {predicted_digit}, Actual digit: {y_test[random_index]}')
67-

0 commit comments

Comments
 (0)