Peter Amerkhanian
Results
2
issues of
Peter Amerkhanian
In Challenge 2 in Notebook 3 (Convolutional Neural Networks), it's unclear where exactly students are supposed to make changes to the code. The challenge should be dropped or else modified.
``` print("Train:", np.unique(y_train, return_counts=True)) print("Validation:",np.unique(y_val, return_counts=True)) print("Test:", np.unique(y_test, return_counts=True)) ``` This is a low code alternative to viewing the distributions of digits in each data set. No visual, but students...