Compare commits
12 Commits
deb41dfdc8
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
f497756963
|
|||
|
0a597c5917
|
|||
|
03baa08d8a
|
|||
|
2a71605050
|
|||
|
702fe6cda6
|
|||
|
fc477ab15b
|
|||
|
628d9f171e
|
|||
|
6b81388d0e
|
|||
|
7bb921a482
|
|||
|
6135de00dd
|
|||
|
8489b2d5aa
|
|||
|
3f6ece863d
|
@@ -38,6 +38,7 @@ from sklearn.metrics import confusion_matrix, classification_report
|
||||
# Fashion MNIST is built into Keras, downloads automatically on first run
|
||||
(X_train, y_train), (X_test, y_test) = tf.keras.datasets.fashion_mnist.load_data()
|
||||
|
||||
# --- Offline alternative (comment out tf.keras line above and use this instead) ---
|
||||
# import pandas as pd
|
||||
# train_df = pd.read_csv('fashion-mnist_train.csv')
|
||||
# test_df = pd.read_csv('fashion-mnist_test.csv')
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user