FatihMercan61

Results 2 issues of FatihMercan61

When I execute the following code from the notebook of chapter 14: (its the exact same code as in the notebook) ```python top_K = keras.applications.resnet50.decode_predictions(Y_proba, top=3) ``` I get the...

I dont get these lines of the code ```python k=50 y_representative_digits = np.array([4, 8, 0, 6, 8, 3, ..., 7, 6, 2, 3, 1, 1]) y_train_propagated = np.empty(len(X_train), dtype=np.int32) for...